Html Css Color HEX #CD18DD Deep Magenta

📋 copy color: '#CD18DD'

red 205 ◦ green 24 ◦ blue 221

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

Shades of Deep Magenta #CD18DD

Tints of Deep Magenta #CD18DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.11%

R = 45.56%
G = 5.33%
B = 49.11%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD18DD (or 0xCD18DD) is known color: Deep Magenta. HEX triplet: CD, 18 and DD. RGB value is (205,24,221). Sum of RGB (Red+Green+Blue) = 205+24+221=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD18DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD18DD is #32E722. Grayscale: #636363. Windows color (decimal): -3335971 or 14489805. OLE color: 14489805.

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

Color convert

RGB 205 24 221 -
CMYK 0.07 0.89 0 0.13
HSL 295.13º 0.8% 0.48% -
HSV(B) 295.13º 0.89% 0.87% -
XYZ 38.55 18.85 70.01 -
YUV 100.58 195.97 202.48 -
System Red Green Blue C M Y K H S L
Decimal 205 24 221 0.07 0.89 0 0.13 295.13 0.8 0.48
Hex CD 18 DD 7 59 0 D 127 50 30
Octal 315 30 335 7 131 0 15 447 120 60
Binary 11001101 11000 11011101 111 1011001 0 1101 100100111 1010000 110000

Color Harmonies of #CD18DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD18DD

Black with #CD18DD

Text Example


Text Example

White with #CD18DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD18DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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