#C357CB

Color #C357CB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C357CB

Tints of Fuchsia #C357CB

Color information

#C357CB (or 0xC357CB) is unknown color: approx Fuchsia. HEX triplet: C3, 57 and CB. RGB value is (195,87,203). Sum of RGB (Red+Green+Blue) = 195+87+203=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #C357CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C357CB is #3CA834. Grayscale: #848484. Windows color (decimal): -3975221 or 13326275. OLE color: 13326275.

HSL color Cylindrical-coordinate representation of color #C357CB: hue angle of 295.86º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C357CB is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19587203-
CMYK0.040.5700.20
HSL295.86º52.73%56.86%-
HSV(B)295.86º57.14%79.61%-
XYZ36.6922.7358.95-
YUV132.52167.78172.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 87 (34.38% from 255) = 17.94%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=40.21%
G=17.94%
B=41.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195872030.040.5700.20295.8652.7356.86
HexC357CB4390141283539
Octal3031273134710244506571
Binary11000011101011111001011100111001010100100101000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C357CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C357CB; }

 p { color: rgb(195,87,203); }

 H1.HeaderClassName
 {
   color: #C357CB;
 }
 .AnyTagClassName
 {
   color: #C357CB;
 }
</style>
background-color css

<style>
 a { background-color: #C357CB; }

 a { background-color: rgb(195,87,203); }

 div.DivClassName
 {
   background-color: #C357CB;
 }
 .BgClassName
 {
   background-color: #C357CB;
 }
</style>
border-color css

<style>
 span { border-color: #C357CB; }

 span { border-color: rgb(195,87,203); }

 td.TdClassName
 {
   border-color: #C357CB;
 }
 .TagClassName
 {
   border-color: #C357CB;
 }
</style>