#CC37C4

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

Shades of Fuchsia #CC37C4

Tints of Fuchsia #CC37C4

Color information

#CC37C4 (or 0xCC37C4) is unknown color: approx Fuchsia. HEX triplet: CC, 37 and C4. RGB value is (204,55,196). Sum of RGB (Red+Green+Blue) = 204+55+196=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37C4 is #33C83B. Grayscale: #737373. Windows color (decimal): -3393596 or 12859340. OLE color: 12859340.

HSL color Cylindrical-coordinate representation of color #CC37C4: hue angle of 303.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC37C4 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB20455196-
CMYK00.730.040.2
HSL303.22º59.36%50.78%-
HSV(B)303.22º73.04%80%-
XYZ36.2319.5654.09-
YUV115.62173.36191.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 55 (21.88% from 255) = 12.09%
BLUE value IS 196 (76.95% from 255) = 43.08%
R=44.84%
G=12.09%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045519600.730.040.2303.2259.3650.78
HexCC37C404941412f3b33
Octal3146730401114244577363
Binary11001100110111110001000100100110010100100101111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC37C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC37C4; }

 p { color: rgb(204,55,196); }

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

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

 a { background-color: rgb(204,55,196); }

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

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

 span { border-color: rgb(204,55,196); }

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