Html Css Color HEX #CD20E2 Deep Magenta

📋 copy color: '#CD20E2'

red 205 ◦ green 32 ◦ blue 226

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

Shades of Deep Magenta #CD20E2

Tints of Deep Magenta #CD20E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.81%

R = 44.28%
G = 6.91%
B = 48.81%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD20E2 (or 0xCD20E2) is known color: Deep Magenta. HEX triplet: CD, 20 and E2. RGB value is (205,32,226). Sum of RGB (Red+Green+Blue) = 205+32+226=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 226 (88.67% from 255 or 48.81% from 463); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD20E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20E2 is #32DF1D. Grayscale: #696969. Windows color (decimal): -3333918 or 14819533. OLE color: 14819533.

HSL color Cylindrical-coordinate representation of color #CD20E2: hue angle of 293.51º degrees, saturation: 0.77, 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 #CD20E2 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 32 226 -
CMYK 0.09 0.86 0 0.11
HSL 293.51º 0.77% 0.51% -
HSV(B) 293.51º 0.86% 0.89% -
XYZ 39.42 19.5 73.64 -
YUV 105.84 195.81 198.73 -
System Red Green Blue C M Y K H S L
Decimal 205 32 226 0.09 0.86 0 0.11 293.51 0.77 0.51
Hex CD 20 E2 9 56 0 B 126 4D 33
Octal 315 40 342 11 126 0 13 446 115 63
Binary 11001101 100000 11100010 1001 1010110 0 1011 100100110 1001101 110011

Color Harmonies of #CD20E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD20E2

Black with #CD20E2

Text Example


Text Example

White with #CD20E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD20E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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