#C372C0

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

Shades of Fuchsia #C372C0

Tints of Fuchsia #C372C0

Color information

#C372C0 (or 0xC372C0) is unknown color: approx Fuchsia. HEX triplet: C3, 72 and C0. RGB value is (195,114,192). Sum of RGB (Red+Green+Blue) = 195+114+192=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C372C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372C0 is #3C8D3F. Grayscale: #929292. Windows color (decimal): -3968320 or 12612291. OLE color: 12612291.

HSL color Cylindrical-coordinate representation of color #C372C0: hue angle of 302.22º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C372C0 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195114192-
CMYK00.420.020.24
HSL302.22º40.3%60.59%-
HSV(B)302.22º41.54%76.47%-
XYZ38.0427.4453.16-
YUV147.11153.34162.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 114 (44.92% from 255) = 22.75%
BLUE value IS 192 (75.39% from 255) = 38.32%
R=38.92%
G=22.75%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511419200.420.020.24302.2240.360.59
HexC372C002A21812e283d
Octal3031623000522304565075
Binary1100001111100101100000001010101011000100101110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C372C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C372C0; }

 p { color: rgb(195,114,192); }

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

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

 a { background-color: rgb(195,114,192); }

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

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

 span { border-color: rgb(195,114,192); }

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