Html Css Color HEX #CD2F80 Deep Cerise

📋 copy color: '#CD2F80'

red 205 ◦ green 47 ◦ blue 128

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

Shades of Deep Cerise #CD2F80

Tints of Deep Cerise #CD2F80

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.37%

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

R = 53.95%
G = 12.37%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD2F80 (or 0xCD2F80) is known color: Deep Cerise. HEX triplet: CD, 2F and 80. RGB value is (205,47,128). Sum of RGB (Red+Green+Blue) = 205+47+128=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2F80 is #32D07F. Grayscale: #676767. Windows color (decimal): -3330176 or 8400845. OLE color: 8400845.

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

Color convert

RGB 205 47 128 -
CMYK 0 0.77 0.38 0.20
HSL 329.24º 0.63% 0.49% -
HSV(B) 329.24º 0.77% 0.8% -
XYZ 30.09 16.57 22.03 -
YUV 103.48 141.85 200.41 -
System Red Green Blue C M Y K H S L
Decimal 205 47 128 0 0.77 0.38 0.20 329.24 0.63 0.49
Hex CD 2F 80 0 4D 26 14 149 3F 31
Octal 315 57 200 0 115 46 24 511 77 61
Binary 11001101 101111 10000000 0 1001101 100110 10100 101001001 111111 110001

Color Harmonies of #CD2F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2F80

Black with #CD2F80

Text Example


Text Example

White with #CD2F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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