Html Css Color HEX #CD20E4 Deep Magenta

📋 copy color: '#CD20E4'

red 205 ◦ green 32 ◦ blue 228

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

Shades of Deep Magenta #CD20E4

Tints of Deep Magenta #CD20E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.03%

R = 44.09%
G = 6.88%
B = 49.03%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD20E4 (or 0xCD20E4) is known color: Deep Magenta. HEX triplet: CD, 20 and E4. RGB value is (205,32,228). Sum of RGB (Red+Green+Blue) = 205+32+228=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #CD20E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20E4 is #32DF1B. Grayscale: #696969. Windows color (decimal): -3333916 or 14950605. OLE color: 14950605.

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

Color convert

RGB 205 32 228 -
CMYK 0.10 0.86 0 0.11
HSL 292.96º 0.78% 0.51% -
HSV(B) 292.96º 0.86% 0.89% -
XYZ 39.7 19.61 75.09 -
YUV 106.07 196.81 198.56 -
System Red Green Blue C M Y K H S L
Decimal 205 32 228 0.10 0.86 0 0.11 292.96 0.78 0.51
Hex CD 20 E4 A 56 0 B 125 4E 33
Octal 315 40 344 12 126 0 13 445 116 63
Binary 11001101 100000 11100100 1010 1010110 0 1011 100100101 1001110 110011

Color Harmonies of #CD20E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD20E4

Black with #CD20E4

Text Example


Text Example

White with #CD20E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD20E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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