Html Css Color HEX #CD0EDD Deep Magenta

📋 copy color: '#CD0EDD'

red 205 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #CD0EDD

Tints of Deep Magenta #CD0EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.18%

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 46.59%
G = 3.18%
B = 50.23%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD0EDD (or 0xCD0EDD) is known color: Deep Magenta. HEX triplet: CD, 0E and DD. RGB value is (205,14,221). Sum of RGB (Red+Green+Blue) = 205+14+221=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD0EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0EDD is #32F122. Grayscale: #5E5E5E. Windows color (decimal): -3338531 or 14487245. OLE color: 14487245.

HSL color Cylindrical-coordinate representation of color #CD0EDD: hue angle of 295.36º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0EDD is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 14 221 -
CMYK 0.07 0.94 0 0.13
HSL 295.36º 0.88% 0.46% -
HSV(B) 295.36º 0.94% 0.87% -
XYZ 38.39 18.51 69.96 -
YUV 94.71 199.28 206.67 -
System Red Green Blue C M Y K H S L
Decimal 205 14 221 0.07 0.94 0 0.13 295.36 0.88 0.46
Hex CD E DD 7 5E 0 D 127 58 2E
Octal 315 16 335 7 136 0 15 447 130 56
Binary 11001101 1110 11011101 111 1011110 0 1101 100100111 1011000 101110

Color Harmonies of #CD0EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0EDD

Black with #CD0EDD

Text Example


Text Example

White with #CD0EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0EDD; }

 p { color: rgb(205,14,221); }

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

background-color css

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

 a { background-color: rgb(205,14,221); }

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

border-color css

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

 span { border-color: rgb(205,14,221); }

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