#CC335C

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

Shades of Cerise #CC335C

Tints of Cerise #CC335C

Color information

#CC335C (or 0xCC335C) is unknown color: approx Cerise. HEX triplet: CC, 33 and 5C. RGB value is (204,51,92). Sum of RGB (Red+Green+Blue) = 204+51+92=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC335C is #33CCA3. Grayscale: #656565. Windows color (decimal): -3394724 or 6042572. OLE color: 6042572.

HSL color Cylindrical-coordinate representation of color #CC335C: hue angle of 343.92º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC335C is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB2045192-
CMYK00.750.550.2
HSL343.92º60%50%-
HSV(B)343.92º75%80%-
XYZ28.0215.9811.73-
YUV101.42122.69201.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.79%
GREEN value IS 51 (20.31% from 255) = 14.70%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=58.79%
G=14.70%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204519200.750.550.2343.926050
HexCC335C04B37141583c32
Octal31463134011367245307462
Binary1100110011001110111000100101111011110100101011000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC335C; }

 p { color: rgb(204,51,92); }

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

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

 a { background-color: rgb(204,51,92); }

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

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

 span { border-color: rgb(204,51,92); }

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