Html Css Color HEX #CD10DD Deep Magenta

📋 copy color: '#CD10DD'

red 205 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #CD10DD

Tints of Deep Magenta #CD10DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.62%

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

R = 46.38%
G = 3.62%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD10DD (or 0xCD10DD) is known color: Deep Magenta. HEX triplet: CD, 10 and DD. RGB value is (205,16,221). Sum of RGB (Red+Green+Blue) = 205+16+221=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD10DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD10DD is #32EF22. Grayscale: #5F5F5F. Windows color (decimal): -3338019 or 14487757. OLE color: 14487757.

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

Color convert

RGB 205 16 221 -
CMYK 0.07 0.93 0 0.13
HSL 295.32º 0.86% 0.46% -
HSV(B) 295.32º 0.93% 0.87% -
XYZ 38.41 18.57 69.97 -
YUV 95.88 198.62 205.83 -
System Red Green Blue C M Y K H S L
Decimal 205 16 221 0.07 0.93 0 0.13 295.32 0.86 0.46
Hex CD 10 DD 7 5D 0 D 127 56 2E
Octal 315 20 335 7 135 0 15 447 126 56
Binary 11001101 10000 11011101 111 1011101 0 1101 100100111 1010110 101110

Color Harmonies of #CD10DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD10DD

Black with #CD10DD

Text Example


Text Example

White with #CD10DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD10DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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