#C370B5

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

Shades of Fuchsia #C370B5

Tints of Fuchsia #C370B5

Color information

#C370B5 (or 0xC370B5) is unknown color: approx Fuchsia. HEX triplet: C3, 70 and B5. RGB value is (195,112,181). Sum of RGB (Red+Green+Blue) = 195+112+181=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C370B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370B5 is #3C8F4A. Grayscale: #909090. Windows color (decimal): -3968843 or 11890883. OLE color: 11890883.

HSL color Cylindrical-coordinate representation of color #C370B5: hue angle of 310.12º 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 #C370B5 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB195112181-
CMYK00.430.070.24
HSL310.12º40.89%60.2%-
HSV(B)310.12º42.56%76.47%-
XYZ36.6426.5346.91-
YUV144.68148.5163.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 112 (44.14% from 255) = 22.95%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=39.96%
G=22.95%
B=37.09%

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
Decimal19511218100.430.070.24310.1240.8960.2
HexC370B502B718136293c
Octal3031602650537304665174
Binary11000011111000010110101010101111111000100110110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C370B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C370B5; }

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

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

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

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

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

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

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

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