#CC335E

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

Shades of Cerise #CC335E

Tints of Cerise #CC335E

Color information

#CC335E (or 0xCC335E) is unknown color: approx Cerise. HEX triplet: CC, 33 and 5E. RGB value is (204,51,94). Sum of RGB (Red+Green+Blue) = 204+51+94=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC335E is #33CCA1. Grayscale: #656565. Windows color (decimal): -3394722 or 6173644. OLE color: 6173644.

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

Color convert

RGB2045194-
CMYK00.750.540.2
HSL343.14º60%50%-
HSV(B)343.14º75%80%-
XYZ28.1116.0112.2-
YUV101.65123.69201-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.45%
GREEN value IS 51 (20.31% from 255) = 14.61%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=58.45%
G=14.61%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204519400.750.540.2343.146050
HexCC335E04B36141573c32
Octal31463136011366245277462
Binary1100110011001110111100100101111011010100101010111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC335E; }

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

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

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

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

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

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

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

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