Html Css Color HEX #CD20CE Deep Magenta

📋 copy color: '#CD20CE'

red 205 ◦ green 32 ◦ blue 206

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

Shades of Deep Magenta #CD20CE

Tints of Deep Magenta #CD20CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 46.28%
G = 7.22%
B = 46.5%

CMYK

 C value IS 0.00

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD20CE (or 0xCD20CE) is known color: Deep Magenta. HEX triplet: CD, 20 and CE. RGB value is (205,32,206). Sum of RGB (Red+Green+Blue) = 205+32+206=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD20CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20CE is #32DF31. Grayscale: #676767. Windows color (decimal): -3333938 or 13508813. OLE color: 13508813.

HSL color Cylindrical-coordinate representation of color #CD20CE: hue angle of 299.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD20CE is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 32 206 -
CMYK 0.00 0.84 0 0.19
HSL 299.66º 0.73% 0.47% -
HSV(B) 299.66º 0.84% 0.81% -
XYZ 36.83 18.47 60.02 -
YUV 103.56 185.81 200.35 -
System Red Green Blue C M Y K H S L
Decimal 205 32 206 0.00 0.84 0 0.19 299.66 0.73 0.47
Hex CD 20 CE 0 54 0 13 12C 49 2F
Octal 315 40 316 0 124 0 23 454 111 57
Binary 11001101 100000 11001110 0 1010100 0 10011 100101100 1001001 101111

Color Harmonies of #CD20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD20CE

Black with #CD20CE

Text Example


Text Example

White with #CD20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD20CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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