Html Css Color HEX #CC2B74 Deep Cerise

📋 copy color: '#CC2B74'

red 204 ◦ green 43 ◦ blue 116

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

Shades of Deep Cerise #CC2B74

Tints of Deep Cerise #CC2B74

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.85%

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 56.2%
G = 11.85%
B = 31.96%

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

#CC2B74 (or 0xCC2B74) is known color: Deep Cerise. HEX triplet: CC, 2B and 74. RGB value is (204,43,116). Sum of RGB (Red+Green+Blue) = 204+43+116=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2B74 is #33D48B. Grayscale: #636363. Windows color (decimal): -3396748 or 7613388. OLE color: 7613388.

HSL color Cylindrical-coordinate representation of color #CC2B74: hue angle of 332.8º degrees, saturation: 0.65, 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 #CC2B74 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 43 116 -
CMYK 0 0.79 0.43 0.2
HSL 332.8º 0.65% 0.48% -
HSV(B) 332.8º 0.79% 0.8% -
XYZ 28.92 15.83 18.05 -
YUV 99.46 137.34 202.56 -
System Red Green Blue C M Y K H S L
Decimal 204 43 116 0 0.79 0.43 0.2 332.8 0.65 0.48
Hex CC 2B 74 0 4F 2B 14 14D 41 30
Octal 314 53 164 0 117 53 24 515 101 60
Binary 11001100 101011 1110100 0 1001111 101011 10100 101001101 1000001 110000

Color Harmonies of #CC2B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B74

Black with #CC2B74

Text Example


Text Example

White with #CC2B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B74; }

 p { color: rgb(204,43,116); }

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

background-color css

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

 a { background-color: rgb(204,43,116); }

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

border-color css

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

 span { border-color: rgb(204,43,116); }

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