Html Css Color HEX #CD17DD Deep Magenta

📋 copy color: '#CD17DD'

red 205 ◦ green 23 ◦ blue 221

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

Shades of Deep Magenta #CD17DD

Tints of Deep Magenta #CD17DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.12%

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

R = 45.66%
G = 5.12%
B = 49.22%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD17DD (or 0xCD17DD) is known color: Deep Magenta. HEX triplet: CD, 17 and DD. RGB value is (205,23,221). Sum of RGB (Red+Green+Blue) = 205+23+221=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD17DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD17DD is #32E822. Grayscale: #636363. Windows color (decimal): -3336227 or 14489549. OLE color: 14489549.

HSL color Cylindrical-coordinate representation of color #CD17DD: hue angle of 295.15º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD17DD is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 23 221 -
CMYK 0.07 0.90 0 0.13
HSL 295.15º 0.81% 0.48% -
HSV(B) 295.15º 0.9% 0.87% -
XYZ 38.53 18.81 70.01 -
YUV 99.99 196.3 202.9 -
System Red Green Blue C M Y K H S L
Decimal 205 23 221 0.07 0.90 0 0.13 295.15 0.81 0.48
Hex CD 17 DD 7 5A 0 D 127 51 30
Octal 315 27 335 7 132 0 15 447 121 60
Binary 11001101 10111 11011101 111 1011010 0 1101 100100111 1010001 110000

Color Harmonies of #CD17DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD17DD

Black with #CD17DD

Text Example


Text Example

White with #CD17DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD17DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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