#C370B6

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

Shades of Fuchsia #C370B6

Tints of Fuchsia #C370B6

Color information

#C370B6 (or 0xC370B6) is unknown color: approx Fuchsia. HEX triplet: C3, 70 and B6. RGB value is (195,112,182). Sum of RGB (Red+Green+Blue) = 195+112+182=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C370B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370B6 is #3C8F49. Grayscale: #909090. Windows color (decimal): -3968842 or 11956419. OLE color: 11956419.

HSL color Cylindrical-coordinate representation of color #C370B6: hue angle of 309.4º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C370B6 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB195112182-
CMYK00.430.070.24
HSL309.4º40.89%60.2%-
HSV(B)309.4º42.56%76.47%-
XYZ36.7426.5747.45-
YUV144.8149163.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 112 (44.14% from 255) = 22.90%
BLUE value IS 182 (71.48% from 255) = 37.22%
R=39.88%
G=22.90%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511218200.430.070.24309.440.8960.2
HexC370B602B718135293c
Octal3031602660537304655174
Binary11000011111000010110110010101111111000100110101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C370B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C370B6; }

 p { color: rgb(195,112,182); }

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

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

 a { background-color: rgb(195,112,182); }

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

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

 span { border-color: rgb(195,112,182); }

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