Html Css Color HEX #CC3696 Deep Cerise

📋 copy color: '#CC3696'

red 204 ◦ green 54 ◦ blue 150

#CC3696
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #CC3696

Tints of Deep Cerise #CC3696

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 value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC3696 (or 0xCC3696) is known color: 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

RGB 204 54 150 -
CMYK 0 0.74 0.26 0.2
HSL 321.6º 0.6% 0.51% -
HSV(B) 321.6º 0.74% 0.8% -
XYZ 31.73 17.68 30.59 -
YUV 109.79 150.7 195.19 -
System Red Green Blue C M Y K H S L
Decimal 204 54 150 0 0.74 0.26 0.2 321.6 0.6 0.51
Hex CC 36 96 0 4A 1A 14 142 3C 33
Octal 314 66 226 0 112 32 24 502 74 63
Binary 11001100 110110 10010110 0 1001010 11010 10100 101000010 111100 110011

Color Harmonies of #CC3696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3696

Black with #CC3696

Text Example


Text Example

White with #CC3696

Text Example


Text Example

HTML Codes & Css Web 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>