Html Css Color HEX #CC2A75 Deep Cerise

📋 copy color: '#CC2A75'

red 204 ◦ green 42 ◦ blue 117

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

Shades of Deep Cerise #CC2A75

Tints of Deep Cerise #CC2A75

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.57%

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 56.2%
G = 11.57%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC2A75 (or 0xCC2A75) is known color: Deep Cerise. HEX triplet: CC, 2A and 75. RGB value is (204,42,117). Sum of RGB (Red+Green+Blue) = 204+42+117=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2A75 is #33D58A. Grayscale: #626262. Windows color (decimal): -3397003 or 7678668. OLE color: 7678668.

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

Color convert

RGB 204 42 117 -
CMYK 0 0.79 0.43 0.2
HSL 332.22º 0.66% 0.48% -
HSV(B) 332.22º 0.79% 0.8% -
XYZ 28.94 15.78 18.35 -
YUV 98.99 138.17 202.9 -
System Red Green Blue C M Y K H S L
Decimal 204 42 117 0 0.79 0.43 0.2 332.22 0.66 0.48
Hex CC 2A 75 0 4F 2B 14 14C 42 30
Octal 314 52 165 0 117 53 24 514 102 60
Binary 11001100 101010 1110101 0 1001111 101011 10100 101001100 1000010 110000

Color Harmonies of #CC2A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A75

Black with #CC2A75

Text Example


Text Example

White with #CC2A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A75; }

 p { color: rgb(204,42,117); }

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

background-color css

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

 a { background-color: rgb(204,42,117); }

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

border-color css

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

 span { border-color: rgb(204,42,117); }

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