Html Css Color HEX #CD17DB Deep Magenta

📋 copy color: '#CD17DB'

red 205 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #CD17DB

Tints of Deep Magenta #CD17DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 45.86%
G = 5.15%
B = 48.99%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD17DB (or 0xCD17DB) is known color: Deep Magenta. HEX triplet: CD, 17 and DB. RGB value is (205,23,219). Sum of RGB (Red+Green+Blue) = 205+23+219=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD17DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD17DB is #32E824. Grayscale: #636363. Windows color (decimal): -3336229 or 14358477. OLE color: 14358477.

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

Color convert

RGB 205 23 219 -
CMYK 0.06 0.89 0 0.14
HSL 295.71º 0.81% 0.47% -
HSV(B) 295.71º 0.89% 0.86% -
XYZ 38.27 18.71 68.61 -
YUV 99.76 195.3 203.06 -
System Red Green Blue C M Y K H S L
Decimal 205 23 219 0.06 0.89 0 0.14 295.71 0.81 0.47
Hex CD 17 DB 6 59 0 E 128 51 2F
Octal 315 27 333 6 131 0 16 450 121 57
Binary 11001101 10111 11011011 110 1011001 0 1110 100101000 1010001 101111

Color Harmonies of #CD17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD17DB

Black with #CD17DB

Text Example


Text Example

White with #CD17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD17DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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