Html Css Color HEX #CC2D73 Deep Cerise

📋 copy color: '#CC2D73'

red 204 ◦ green 45 ◦ blue 115

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

Shades of Deep Cerise #CC2D73

Tints of Deep Cerise #CC2D73

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.36%

 BLUE value IS 115 (45.31% from 255) = 31.59%

R = 56.04%
G = 12.36%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC2D73 (or 0xCC2D73) is known color: Deep Cerise. HEX triplet: CC, 2D and 73. RGB value is (204,45,115). Sum of RGB (Red+Green+Blue) = 204+45+115=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2D73 is #33D28C. Grayscale: #646464. Windows color (decimal): -3396237 or 7548364. OLE color: 7548364.

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

Color convert

RGB 204 45 115 -
CMYK 0 0.78 0.44 0.2
HSL 333.58º 0.64% 0.49% -
HSV(B) 333.58º 0.78% 0.8% -
XYZ 28.93 15.95 17.77 -
YUV 100.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 204 45 115 0 0.78 0.44 0.2 333.58 0.64 0.49
Hex CC 2D 73 0 4E 2C 14 14E 40 31
Octal 314 55 163 0 116 54 24 516 100 61
Binary 11001100 101101 1110011 0 1001110 101100 10100 101001110 1000000 110001

Color Harmonies of #CC2D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2D73

Black with #CC2D73

Text Example


Text Example

White with #CC2D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2D73; }

 p { color: rgb(204,45,115); }

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

background-color css

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

 a { background-color: rgb(204,45,115); }

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

border-color css

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

 span { border-color: rgb(204,45,115); }

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