#CC3696

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

Shades of Deep Cerise #CC3696

Tints of Deep Cerise #CC3696

Color information

#CC3696 (or 0xCC3696) is unknown color: approx Deep Cerise. HEX triplet: CC, 36 and 96. RGB value is (204,54,150). Sum of RGB (Red+Green+Blue) = 204+54+150=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3696 is #33C969. Grayscale: #6D6D6D. Windows color (decimal): -3393898 or 9844428. OLE color: 9844428.

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

Color convert

RGB20454150-
CMYK00.740.260.2
HSL321.6º59.52%50.59%-
HSV(B)321.6º73.53%80%-
XYZ31.7317.6830.59-
YUV109.79150.7195.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 13.24%
BLUE value IS 150 (58.98% from 255) = 36.76%
R=50%
G=13.24%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045415000.740.260.2321.659.5250.59
HexCC369604A1A141423c33
Octal31466226011232245027463
Binary1100110011011010010110010010101101010100101000010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3696; }

 p { color: rgb(204,54,150); }

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

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

 a { background-color: rgb(204,54,150); }

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

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

 span { border-color: rgb(204,54,150); }

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