#CC358E

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

Shades of Deep Cerise #CC358E

Tints of Deep Cerise #CC358E

Color information

#CC358E (or 0xCC358E) is unknown color: approx Deep Cerise. HEX triplet: CC, 35 and 8E. RGB value is (204,53,142). Sum of RGB (Red+Green+Blue) = 204+53+142=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC358E is #33CA71. Grayscale: #6C6C6C. Windows color (decimal): -3394162 or 9319884. OLE color: 9319884.

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

Color convert

RGB20453142-
CMYK00.740.300.2
HSL324.64º59.68%50.39%-
HSV(B)324.64º74.02%80%-
XYZ31.0617.3427.3-
YUV108.3147.03196.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 53 (21.09% from 255) = 13.28%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=51.13%
G=13.28%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045314200.740.300.2324.6459.6850.39
HexCC358E04A1E141453c32
Octal31465216011236245057462
Binary1100110011010110001110010010101111010100101000101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC358E; }

 p { color: rgb(204,53,142); }

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

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

 a { background-color: rgb(204,53,142); }

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

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

 span { border-color: rgb(204,53,142); }

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