Html Css Color HEX #CC327C Deep Cerise

📋 copy color: '#CC327C'

red 204 ◦ green 50 ◦ blue 124

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

Shades of Deep Cerise #CC327C

Tints of Deep Cerise #CC327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.23%

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 53.97%
G = 13.23%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC327C (or 0xCC327C) is known color: Deep Cerise. HEX triplet: CC, 32 and 7C. RGB value is (204,50,124). Sum of RGB (Red+Green+Blue) = 204+50+124=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC327C is #33CD83. Grayscale: #686868. Windows color (decimal): -3394948 or 8139468. OLE color: 8139468.

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

Color convert

RGB 204 50 124 -
CMYK 0 0.75 0.39 0.2
HSL 331.17º 0.61% 0.5% -
HSV(B) 331.17º 0.75% 0.8% -
XYZ 29.68 16.57 20.7 -
YUV 104.48 139.02 198.98 -
System Red Green Blue C M Y K H S L
Decimal 204 50 124 0 0.75 0.39 0.2 331.17 0.61 0.5
Hex CC 32 7C 0 4B 27 14 14B 3D 32
Octal 314 62 174 0 113 47 24 513 75 62
Binary 11001100 110010 1111100 0 1001011 100111 10100 101001011 111101 110010

Color Harmonies of #CC327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC327C

Black with #CC327C

Text Example


Text Example

White with #CC327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC327C; }

 p { color: rgb(204,50,124); }

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

background-color css

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

 a { background-color: rgb(204,50,124); }

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

border-color css

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

 span { border-color: rgb(204,50,124); }

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