Html Css Color HEX #CD20E5 Deep Magenta

📋 copy color: '#CD20E5'

red 205 ◦ green 32 ◦ blue 229

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

Shades of Deep Magenta #CD20E5

Tints of Deep Magenta #CD20E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.14%

R = 43.99%
G = 6.87%
B = 49.14%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD20E5 (or 0xCD20E5) is known color: Deep Magenta. HEX triplet: CD, 20 and E5. RGB value is (205,32,229). Sum of RGB (Red+Green+Blue) = 205+32+229=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD20E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20E5 is #32DF1A. Grayscale: #696969. Windows color (decimal): -3333915 or 15016141. OLE color: 15016141.

HSL color Cylindrical-coordinate representation of color #CD20E5: hue angle of 292.69º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD20E5 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 32 229 -
CMYK 0.10 0.86 0 0.10
HSL 292.69º 0.79% 0.51% -
HSV(B) 292.69º 0.86% 0.9% -
XYZ 39.84 19.67 75.83 -
YUV 106.19 197.31 198.48 -
System Red Green Blue C M Y K H S L
Decimal 205 32 229 0.10 0.86 0 0.10 292.69 0.79 0.51
Hex CD 20 E5 A 56 0 A 125 4F 33
Octal 315 40 345 12 126 0 12 445 117 63
Binary 11001101 100000 11100101 1010 1010110 0 1010 100100101 1001111 110011

Color Harmonies of #CD20E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD20E5

Black with #CD20E5

Text Example


Text Example

White with #CD20E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD20E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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