Html Css Color HEX #CD17DA Deep Magenta

📋 copy color: '#CD17DA'

red 205 ◦ green 23 ◦ blue 218

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

Shades of Deep Magenta #CD17DA

Tints of Deep Magenta #CD17DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 45.96%
G = 5.16%
B = 48.88%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD17DA (or 0xCD17DA) is known color: Deep Magenta. HEX triplet: CD, 17 and DA. RGB value is (205,23,218). Sum of RGB (Red+Green+Blue) = 205+23+218=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD17DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD17DA is #32E825. Grayscale: #636363. Windows color (decimal): -3336230 or 14292941. OLE color: 14292941.

HSL color Cylindrical-coordinate representation of color #CD17DA: hue angle of 296º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD17DA is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 23 218 -
CMYK 0.06 0.89 0 0.15
HSL 296º 0.81% 0.47% -
HSV(B) 296º 0.89% 0.85% -
XYZ 38.14 18.65 67.92 -
YUV 99.65 194.8 203.14 -
System Red Green Blue C M Y K H S L
Decimal 205 23 218 0.06 0.89 0 0.15 296 0.81 0.47
Hex CD 17 DA 6 59 0 F 128 51 2F
Octal 315 27 332 6 131 0 17 450 121 57
Binary 11001101 10111 11011010 110 1011001 0 1111 100101000 1010001 101111

Color Harmonies of #CD17DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD17DA

Black with #CD17DA

Text Example


Text Example

White with #CD17DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD17DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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