Html Css Color HEX #CD2C77 Deep Cerise

📋 copy color: '#CD2C77'

red 205 ◦ green 44 ◦ blue 119

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

Shades of Deep Cerise #CD2C77

Tints of Deep Cerise #CD2C77

RGB

 RED value IS 205 (80.47% from 255) = 55.71%

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

 BLUE value IS 119 (46.88% from 255) = 32.34%

R = 55.71%
G = 11.96%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD2C77 (or 0xCD2C77) is known color: Deep Cerise. HEX triplet: CD, 2C and 77. RGB value is (205,44,119). Sum of RGB (Red+Green+Blue) = 205+44+119=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2C77 is #32D388. Grayscale: #646464. Windows color (decimal): -3330953 or 7810253. OLE color: 7810253.

HSL color Cylindrical-coordinate representation of color #CD2C77: hue angle of 332.05º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2C77 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 44 119 -
CMYK 0 0.79 0.42 0.20
HSL 332.05º 0.65% 0.49% -
HSV(B) 332.05º 0.79% 0.8% -
XYZ 29.41 16.11 19.01 -
YUV 100.69 138.34 202.4 -
System Red Green Blue C M Y K H S L
Decimal 205 44 119 0 0.79 0.42 0.20 332.05 0.65 0.49
Hex CD 2C 77 0 4F 2A 14 14C 41 31
Octal 315 54 167 0 117 52 24 514 101 61
Binary 11001101 101100 1110111 0 1001111 101010 10100 101001100 1000001 110001

Color Harmonies of #CD2C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C77

Black with #CD2C77

Text Example


Text Example

White with #CD2C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C77; }

 p { color: rgb(205,44,119); }

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

background-color css

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

 a { background-color: rgb(205,44,119); }

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

border-color css

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

 span { border-color: rgb(205,44,119); }

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