Html Css Color HEX #CC2C8C Deep Cerise

📋 copy color: '#CC2C8C'

red 204 ◦ green 44 ◦ blue 140

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

Shades of Deep Cerise #CC2C8C

Tints of Deep Cerise #CC2C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 52.58%
G = 11.34%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC2C8C (or 0xCC2C8C) is known color: Deep Cerise. HEX triplet: CC, 2C and 8C. RGB value is (204,44,140). Sum of RGB (Red+Green+Blue) = 204+44+140=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2C8C is #33D373. Grayscale: #666666. Windows color (decimal): -3396468 or 9186508. OLE color: 9186508.

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

Color convert

RGB 204 44 140 -
CMYK 0 0.78 0.31 0.2
HSL 324º 0.65% 0.49% -
HSV(B) 324º 0.78% 0.8% -
XYZ 30.54 16.53 26.39 -
YUV 102.78 149.01 200.19 -
System Red Green Blue C M Y K H S L
Decimal 204 44 140 0 0.78 0.31 0.2 324 0.65 0.49
Hex CC 2C 8C 0 4E 1F 14 144 41 31
Octal 314 54 214 0 116 37 24 504 101 61
Binary 11001100 101100 10001100 0 1001110 11111 10100 101000100 1000001 110001

Color Harmonies of #CC2C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C8C

Black with #CC2C8C

Text Example


Text Example

White with #CC2C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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