Html Css Color HEX #CD2C80 Deep Cerise

📋 copy color: '#CD2C80'

red 205 ◦ green 44 ◦ blue 128

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

Shades of Deep Cerise #CD2C80

Tints of Deep Cerise #CD2C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 54.38%
G = 11.67%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD2C80 (or 0xCD2C80) is known color: Deep Cerise. HEX triplet: CD, 2C and 80. RGB value is (205,44,128). Sum of RGB (Red+Green+Blue) = 205+44+128=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2C80 is #32D37F. Grayscale: #656565. Windows color (decimal): -3330944 or 8400077. OLE color: 8400077.

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

Color convert

RGB 205 44 128 -
CMYK 0 0.79 0.38 0.20
HSL 328.7º 0.65% 0.49% -
HSV(B) 328.7º 0.79% 0.8% -
XYZ 29.97 16.34 22 -
YUV 101.72 142.84 201.67 -
System Red Green Blue C M Y K H S L
Decimal 205 44 128 0 0.79 0.38 0.20 328.7 0.65 0.49
Hex CD 2C 80 0 4F 26 14 149 41 31
Octal 315 54 200 0 117 46 24 511 101 61
Binary 11001101 101100 10000000 0 1001111 100110 10100 101001001 1000001 110001

Color Harmonies of #CD2C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C80

Black with #CD2C80

Text Example


Text Example

White with #CD2C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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