Html Css Color HEX #CC2C7E Deep Cerise

📋 copy color: '#CC2C7E'

red 204 ◦ green 44 ◦ blue 126

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

Shades of Deep Cerise #CC2C7E

Tints of Deep Cerise #CC2C7E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.76%

 BLUE value IS 126 (49.61% from 255) = 33.69%

R = 54.55%
G = 11.76%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC2C7E (or 0xCC2C7E) is known color: Deep Cerise. HEX triplet: CC, 2C and 7E. RGB value is (204,44,126). Sum of RGB (Red+Green+Blue) = 204+44+126=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2C7E is #33D381. Grayscale: #656565. Windows color (decimal): -3396482 or 8269004. OLE color: 8269004.

HSL color Cylindrical-coordinate representation of color #CC2C7E: hue angle of 329.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2C7E is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 44 126 -
CMYK 0 0.78 0.38 0.2
HSL 329.25º 0.65% 0.49% -
HSV(B) 329.25º 0.78% 0.8% -
XYZ 29.57 16.15 21.3 -
YUV 101.19 142.01 201.33 -
System Red Green Blue C M Y K H S L
Decimal 204 44 126 0 0.78 0.38 0.2 329.25 0.65 0.49
Hex CC 2C 7E 0 4E 26 14 149 41 31
Octal 314 54 176 0 116 46 24 511 101 61
Binary 11001100 101100 1111110 0 1001110 100110 10100 101001001 1000001 110001

Color Harmonies of #CC2C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C7E

Black with #CC2C7E

Text Example


Text Example

White with #CC2C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C7E; }

 p { color: rgb(204,44,126); }

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

background-color css

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

 a { background-color: rgb(204,44,126); }

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

border-color css

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

 span { border-color: rgb(204,44,126); }

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