#CC3872

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

Shades of Cerise #CC3872

Tints of Cerise #CC3872

Color information

#CC3872 (or 0xCC3872) is unknown color: approx Cerise. HEX triplet: CC, 38 and 72. RGB value is (204,56,114). Sum of RGB (Red+Green+Blue) = 204+56+114=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3872 is #33C78D. Grayscale: #6A6A6A. Windows color (decimal): -3393422 or 7485644. OLE color: 7485644.

HSL color Cylindrical-coordinate representation of color #CC3872: hue angle of 336.49º 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 #CC3872 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB20456114-
CMYK00.730.440.2
HSL336.49º59.2%50.98%-
HSV(B)336.49º72.55%80%-
XYZ29.3516.8817.63-
YUV106.86132.03197.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.55%
GREEN value IS 56 (22.27% from 255) = 14.97%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=54.55%
G=14.97%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045611400.730.440.2336.4959.250.98
HexCC38720492C141503b33
Octal31470162011154245207363
Binary1100110011100011100100100100110110010100101010000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3872; }

 p { color: rgb(204,56,114); }

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

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

 a { background-color: rgb(204,56,114); }

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

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

 span { border-color: rgb(204,56,114); }

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