Html Css Color HEX #CD17DC Deep Magenta

📋 copy color: '#CD17DC'

red 205 ◦ green 23 ◦ blue 220

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

Shades of Deep Magenta #CD17DC

Tints of Deep Magenta #CD17DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 45.76%
G = 5.13%
B = 49.11%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD17DC (or 0xCD17DC) is known color: Deep Magenta. HEX triplet: CD, 17 and DC. RGB value is (205,23,220). Sum of RGB (Red+Green+Blue) = 205+23+220=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD17DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD17DC is #32E823. Grayscale: #636363. Windows color (decimal): -3336228 or 14424013. OLE color: 14424013.

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

Color convert

RGB 205 23 220 -
CMYK 0.07 0.90 0 0.14
HSL 295.43º 0.81% 0.48% -
HSV(B) 295.43º 0.9% 0.86% -
XYZ 38.4 18.76 69.31 -
YUV 99.88 195.8 202.98 -
System Red Green Blue C M Y K H S L
Decimal 205 23 220 0.07 0.90 0 0.14 295.43 0.81 0.48
Hex CD 17 DC 7 5A 0 E 127 51 30
Octal 315 27 334 7 132 0 16 447 121 60
Binary 11001101 10111 11011100 111 1011010 0 1110 100100111 1010001 110000

Color Harmonies of #CD17DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD17DC

Black with #CD17DC

Text Example


Text Example

White with #CD17DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD17DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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