Html Css Color HEX #CD17D7 Deep Magenta

📋 copy color: '#CD17D7'

red 205 ◦ green 23 ◦ blue 215

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

Shades of Deep Magenta #CD17D7

Tints of Deep Magenta #CD17D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.53%

R = 46.28%
G = 5.19%
B = 48.53%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD17D7 (or 0xCD17D7) is known color: Deep Magenta. HEX triplet: CD, 17 and D7. RGB value is (205,23,215). Sum of RGB (Red+Green+Blue) = 205+23+215=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD17D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD17D7 is #32E828. Grayscale: #626262. Windows color (decimal): -3336233 or 14096333. OLE color: 14096333.

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

Color convert

RGB 205 23 215 -
CMYK 0.05 0.89 0 0.16
HSL 296.88º 0.81% 0.47% -
HSV(B) 296.88º 0.89% 0.84% -
XYZ 37.75 18.5 65.87 -
YUV 99.31 193.3 203.39 -
System Red Green Blue C M Y K H S L
Decimal 205 23 215 0.05 0.89 0 0.16 296.88 0.81 0.47
Hex CD 17 D7 5 59 0 10 129 51 2F
Octal 315 27 327 5 131 0 20 451 121 57
Binary 11001101 10111 11010111 101 1011001 0 10000 100101001 1010001 101111

Color Harmonies of #CD17D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD17D7

Black with #CD17D7

Text Example


Text Example

White with #CD17D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD17D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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