Html Css Color HEX #CC3C84 Deep Cerise

📋 copy color: '#CC3C84'

red 204 ◦ green 60 ◦ blue 132

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

Shades of Deep Cerise #CC3C84

Tints of Deep Cerise #CC3C84

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.15%

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

R = 51.52%
G = 15.15%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC3C84 (or 0xCC3C84) is known color: Deep Cerise. HEX triplet: CC, 3C and 84. RGB value is (204,60,132). Sum of RGB (Red+Green+Blue) = 204+60+132=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3C84 is #33C37B. Grayscale: #6F6F6F. Windows color (decimal): -3392380 or 8666316. OLE color: 8666316.

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

Color convert

RGB 204 60 132 -
CMYK 0 0.71 0.35 0.2
HSL 330º 0.59% 0.52% -
HSV(B) 330º 0.71% 0.8% -
XYZ 30.68 17.74 23.64 -
YUV 111.26 139.71 194.15 -
System Red Green Blue C M Y K H S L
Decimal 204 60 132 0 0.71 0.35 0.2 330 0.59 0.52
Hex CC 3C 84 0 47 23 14 14A 3B 34
Octal 314 74 204 0 107 43 24 512 73 64
Binary 11001100 111100 10000100 0 1000111 100011 10100 101001010 111011 110100

Color Harmonies of #CC3C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C84

Black with #CC3C84

Text Example


Text Example

White with #CC3C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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