#CC3385

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

Shades of Deep Cerise #CC3385

Tints of Deep Cerise #CC3385

Color information

#CC3385 (or 0xCC3385) is unknown color: approx Deep Cerise. HEX triplet: CC, 33 and 85. RGB value is (204,51,133). Sum of RGB (Red+Green+Blue) = 204+51+133=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3385 is #33CC7A. Grayscale: #696969. Windows color (decimal): -3394683 or 8729548. OLE color: 8729548.

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

Color convert

RGB20451133-
CMYK00.750.350.2
HSL327.84º60%50%-
HSV(B)327.84º75%80%-
XYZ30.3216.923.85-
YUV106.1143.19197.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.58%
GREEN value IS 51 (20.31% from 255) = 13.14%
BLUE value IS 133 (52.34% from 255) = 34.28%
R=52.58%
G=13.14%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045113300.750.350.2327.846050
HexCC338504B23141483c32
Octal31463205011343245107462
Binary11001100110011100001010100101110001110100101001000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3385; }

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

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

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

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

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

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

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

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