Html Css Color HEX #CC288E Deep Cerise

📋 copy color: '#CC288E'

red 204 ◦ green 40 ◦ blue 142

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

Shades of Deep Cerise #CC288E

Tints of Deep Cerise #CC288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.36%

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

R = 52.85%
G = 10.36%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC288E (or 0xCC288E) is known color: Deep Cerise. HEX triplet: CC, 28 and 8E. RGB value is (204,40,142). Sum of RGB (Red+Green+Blue) = 204+40+142=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC288E is #33D771. Grayscale: #646464. Windows color (decimal): -3397490 or 9316556. OLE color: 9316556.

HSL color Cylindrical-coordinate representation of color #CC288E: hue angle of 322.68º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC288E is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 40 142 -
CMYK 0 0.80 0.30 0.2
HSL 322.68º 0.67% 0.48% -
HSV(B) 322.68º 0.8% 0.8% -
XYZ 30.54 16.31 27.13 -
YUV 100.66 151.33 201.71 -
System Red Green Blue C M Y K H S L
Decimal 204 40 142 0 0.80 0.30 0.2 322.68 0.67 0.48
Hex CC 28 8E 0 50 1E 14 143 43 30
Octal 314 50 216 0 120 36 24 503 103 60
Binary 11001100 101000 10001110 0 1010000 11110 10100 101000011 1000011 110000

Color Harmonies of #CC288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC288E

Black with #CC288E

Text Example


Text Example

White with #CC288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC288E; }

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

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

background-color css

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

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

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

border-color css

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

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

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