Html Css Color HEX #CD20DB Deep Magenta

📋 copy color: '#CD20DB'

red 205 ◦ green 32 ◦ blue 219

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

Shades of Deep Magenta #CD20DB

Tints of Deep Magenta #CD20DB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.02%

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 44.96%
G = 7.02%
B = 48.03%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD20DB (or 0xCD20DB) is known color: Deep Magenta. HEX triplet: CD, 20 and DB. RGB value is (205,32,219). Sum of RGB (Red+Green+Blue) = 205+32+219=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD20DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20DB is #32DF24. Grayscale: #686868. Windows color (decimal): -3333925 or 14360781. OLE color: 14360781.

HSL color Cylindrical-coordinate representation of color #CD20DB: hue angle of 295.51º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD20DB is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 32 219 -
CMYK 0.06 0.85 0 0.14
HSL 295.51º 0.75% 0.49% -
HSV(B) 295.51º 0.85% 0.86% -
XYZ 38.48 19.13 68.68 -
YUV 105.05 192.31 199.29 -
System Red Green Blue C M Y K H S L
Decimal 205 32 219 0.06 0.85 0 0.14 295.51 0.75 0.49
Hex CD 20 DB 6 55 0 E 128 4B 31
Octal 315 40 333 6 125 0 16 450 113 61
Binary 11001101 100000 11011011 110 1010101 0 1110 100101000 1001011 110001

Color Harmonies of #CD20DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD20DB

Black with #CD20DB

Text Example


Text Example

White with #CD20DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD20DB; }

 p { color: rgb(205,32,219); }

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

background-color css

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

 a { background-color: rgb(205,32,219); }

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

border-color css

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

 span { border-color: rgb(205,32,219); }

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