Html Css Color HEX #CC3984 Deep Cerise

📋 copy color: '#CC3984'

red 204 ◦ green 57 ◦ blue 132

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

Shades of Deep Cerise #CC3984

Tints of Deep Cerise #CC3984

RGB

 RED value IS 204 (80.08% from 255) = 51.91%

 GREEN value IS 57 (22.66% from 255) = 14.5%

 BLUE value IS 132 (51.95% from 255) = 33.59%

R = 51.91%
G = 14.5%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC3984 (or 0xCC3984) is known color: Deep Cerise. HEX triplet: CC, 39 and 84. RGB value is (204,57,132). Sum of RGB (Red+Green+Blue) = 204+57+132=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3984 is #33C67B. Grayscale: #6D6D6D. Windows color (decimal): -3393148 or 8665548. OLE color: 8665548.

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

Color convert

RGB 204 57 132 -
CMYK 0 0.72 0.35 0.2
HSL 329.39º 0.59% 0.51% -
HSV(B) 329.39º 0.72% 0.8% -
XYZ 30.53 17.43 23.58 -
YUV 109.5 140.7 195.4 -
System Red Green Blue C M Y K H S L
Decimal 204 57 132 0 0.72 0.35 0.2 329.39 0.59 0.51
Hex CC 39 84 0 48 23 14 149 3B 33
Octal 314 71 204 0 110 43 24 511 73 63
Binary 11001100 111001 10000100 0 1001000 100011 10100 101001001 111011 110011

Color Harmonies of #CC3984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3984

Black with #CC3984

Text Example


Text Example

White with #CC3984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3984; }

 p { color: rgb(204,57,132); }

 H1.HeaderClassName
 {
   color: #CC3984;
 }
 .AnyTagClassName
 {
   color: #CC3984;
 }
</style>

background-color css

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

 a { background-color: rgb(204,57,132); }

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

border-color css

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

 span { border-color: rgb(204,57,132); }

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