#CC3386

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

Shades of Deep Cerise #CC3386

Tints of Deep Cerise #CC3386

Color information

#CC3386 (or 0xCC3386) is unknown color: approx Deep Cerise. HEX triplet: CC, 33 and 86. RGB value is (204,51,134). Sum of RGB (Red+Green+Blue) = 204+51+134=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3386 is #33CC79. Grayscale: #6A6A6A. Windows color (decimal): -3394682 or 8795084. OLE color: 8795084.

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

Color convert

RGB20451134-
CMYK00.750.340.2
HSL327.45º60%50%-
HSV(B)327.45º75%80%-
XYZ30.3916.9324.22-
YUV106.21143.69197.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.44%
GREEN value IS 51 (20.31% from 255) = 13.11%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=52.44%
G=13.11%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045113400.750.340.2327.456050
HexCC338604B22141473c32
Octal31463206011342245077462
Binary11001100110011100001100100101110001010100101000111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3386; }

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

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

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

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

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

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

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

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