Html Css Color HEX #CD2C79 Deep Cerise

📋 copy color: '#CD2C79'

red 205 ◦ green 44 ◦ blue 121

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

Shades of Deep Cerise #CD2C79

Tints of Deep Cerise #CD2C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.7%

R = 55.41%
G = 11.89%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CD2C79 (or 0xCD2C79) is known color: Deep Cerise. HEX triplet: CD, 2C and 79. RGB value is (205,44,121). Sum of RGB (Red+Green+Blue) = 205+44+121=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2C79 is #32D386. Grayscale: #646464. Windows color (decimal): -3330951 or 7941325. OLE color: 7941325.

HSL color Cylindrical-coordinate representation of color #CD2C79: hue angle of 331.3º 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 #CD2C79 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 44 121 -
CMYK 0 0.79 0.41 0.20
HSL 331.3º 0.65% 0.49% -
HSV(B) 331.3º 0.79% 0.8% -
XYZ 29.53 16.16 19.65 -
YUV 100.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 205 44 121 0 0.79 0.41 0.20 331.3 0.65 0.49
Hex CD 2C 79 0 4F 29 14 14B 41 31
Octal 315 54 171 0 117 51 24 513 101 61
Binary 11001101 101100 1111001 0 1001111 101001 10100 101001011 1000001 110001

Color Harmonies of #CD2C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C79

Black with #CD2C79

Text Example


Text Example

White with #CD2C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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