Html Css Color HEX #CC2573 Deep Cerise

📋 copy color: '#CC2573'

red 204 ◦ green 37 ◦ blue 115

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

Shades of Deep Cerise #CC2573

Tints of Deep Cerise #CC2573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.39%

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

R = 57.3%
G = 10.39%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC2573 (or 0xCC2573) is known color: Deep Cerise. HEX triplet: CC, 25 and 73. RGB value is (204,37,115). Sum of RGB (Red+Green+Blue) = 204+37+115=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2573 is #33DA8C. Grayscale: #5F5F5F. Windows color (decimal): -3398285 or 7546316. OLE color: 7546316.

HSL color Cylindrical-coordinate representation of color #CC2573: hue angle of 331.98º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2573 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 37 115 -
CMYK 0 0.82 0.44 0.2
HSL 331.98º 0.69% 0.47% -
HSV(B) 331.98º 0.82% 0.8% -
XYZ 28.66 15.4 17.68 -
YUV 95.83 138.83 205.16 -
System Red Green Blue C M Y K H S L
Decimal 204 37 115 0 0.82 0.44 0.2 331.98 0.69 0.47
Hex CC 25 73 0 52 2C 14 14C 45 2F
Octal 314 45 163 0 122 54 24 514 105 57
Binary 11001100 100101 1110011 0 1010010 101100 10100 101001100 1000101 101111

Color Harmonies of #CC2573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2573

Black with #CC2573

Text Example


Text Example

White with #CC2573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2573; }

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

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

background-color css

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

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

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

border-color css

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

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

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