#CC3285

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

Shades of Deep Cerise #CC3285

Tints of Deep Cerise #CC3285

Color information

#CC3285 (or 0xCC3285) is unknown color: approx Deep Cerise. HEX triplet: CC, 32 and 85. RGB value is (204,50,133). Sum of RGB (Red+Green+Blue) = 204+50+133=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3285 is #33CD7A. Grayscale: #696969. Windows color (decimal): -3394939 or 8729292. OLE color: 8729292.

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

Color convert

RGB20450133-
CMYK00.750.350.2
HSL327.66º60.63%49.8%-
HSV(B)327.66º75.49%80%-
XYZ30.2816.8123.84-
YUV105.51143.52198.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.71%
GREEN value IS 50 (19.92% from 255) = 12.92%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=52.71%
G=12.92%
B=34.37%

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
Decimal2045013300.750.350.2327.6660.6349.8
HexCC328504B23141483d32
Octal31462205011343245107562
Binary11001100110010100001010100101110001110100101001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3285; }

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

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

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

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

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

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

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

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