Html Css Color HEX #CC2C8E Deep Cerise

📋 copy color: '#CC2C8E'

red 204 ◦ green 44 ◦ blue 142

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

Shades of Deep Cerise #CC2C8E

Tints of Deep Cerise #CC2C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.41%

R = 52.31%
G = 11.28%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC2C8E (or 0xCC2C8E) is known color: Deep Cerise. HEX triplet: CC, 2C and 8E. RGB value is (204,44,142). Sum of RGB (Red+Green+Blue) = 204+44+142=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2C8E is #33D371. Grayscale: #666666. Windows color (decimal): -3396466 or 9317580. OLE color: 9317580.

HSL color Cylindrical-coordinate representation of color #CC2C8E: hue angle of 323.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 #CC2C8E is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 44 142 -
CMYK 0 0.78 0.30 0.2
HSL 323.25º 0.65% 0.49% -
HSV(B) 323.25º 0.78% 0.8% -
XYZ 30.69 16.59 27.18 -
YUV 103.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 204 44 142 0 0.78 0.30 0.2 323.25 0.65 0.49
Hex CC 2C 8E 0 4E 1E 14 143 41 31
Octal 314 54 216 0 116 36 24 503 101 61
Binary 11001100 101100 10001110 0 1001110 11110 10100 101000011 1000001 110001

Color Harmonies of #CC2C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C8E

Black with #CC2C8E

Text Example


Text Example

White with #CC2C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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