#CC255E

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

Shades of Cerise #CC255E

Tints of Cerise #CC255E

Color information

#CC255E (or 0xCC255E) is unknown color: approx Cerise. HEX triplet: CC, 25 and 5E. RGB value is (204,37,94). Sum of RGB (Red+Green+Blue) = 204+37+94=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC255E is #33DAA1. Grayscale: #5D5D5D. Windows color (decimal): -3398306 or 6170060. OLE color: 6170060.

HSL color Cylindrical-coordinate representation of color #CC255E: hue angle of 339.52º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC255E is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB2043794-
CMYK00.820.540.2
HSL339.52º69.29%47.25%-
HSV(B)339.52º81.86%80%-
XYZ27.5814.9712.03-
YUV93.43128.33206.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.90%
GREEN value IS 37 (14.84% from 255) = 11.04%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=60.90%
G=11.04%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204379400.820.540.2339.5269.2947.25
HexCC255E0523614154452f
Octal314451360122662452410557
Binary11001100100101101111001010010110110101001010101001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC255E; }

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

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

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

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

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

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

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

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