Html Css Color HEX #CD18DB Deep Magenta

📋 copy color: '#CD18DB'

red 205 ◦ green 24 ◦ blue 219

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

Shades of Deep Magenta #CD18DB

Tints of Deep Magenta #CD18DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.36%

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

R = 45.76%
G = 5.36%
B = 48.88%

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

#CD18DB (or 0xCD18DB) is known color: Deep Magenta. HEX triplet: CD, 18 and DB. RGB value is (205,24,219). Sum of RGB (Red+Green+Blue) = 205+24+219=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD18DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD18DB is #32E724. Grayscale: #636363. Windows color (decimal): -3335973 or 14358733. OLE color: 14358733.

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

Color convert

RGB 205 24 219 -
CMYK 0.06 0.89 0 0.14
HSL 295.69º 0.8% 0.48% -
HSV(B) 295.69º 0.89% 0.86% -
XYZ 38.29 18.75 68.62 -
YUV 100.35 194.97 202.64 -
System Red Green Blue C M Y K H S L
Decimal 205 24 219 0.06 0.89 0 0.14 295.69 0.8 0.48
Hex CD 18 DB 6 59 0 E 128 50 30
Octal 315 30 333 6 131 0 16 450 120 60
Binary 11001101 11000 11011011 110 1011001 0 1110 100101000 1010000 110000

Color Harmonies of #CD18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD18DB

Black with #CD18DB

Text Example


Text Example

White with #CD18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD18DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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