Html Css Color HEX #CD1ACD Deep Magenta

📋 copy color: '#CD1ACD'

red 205 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #CD1ACD

Tints of Deep Magenta #CD1ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.96%

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 47.02%
G = 5.96%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CD1ACD (or 0xCD1ACD) is known color: Deep Magenta. HEX triplet: CD, 1A and CD. RGB value is (205,26,205). Sum of RGB (Red+Green+Blue) = 205+26+205=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD1ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1ACD is #32E532. Grayscale: #636363. Windows color (decimal): -3335475 or 13441741. OLE color: 13441741.

HSL color Cylindrical-coordinate representation of color #CD1ACD: hue angle of 300º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1ACD is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 26 205 -
CMYK 0 0.87 0 0.20
HSL 300º 0.77% 0.45% -
HSV(B) 300º 0.87% 0.8% -
XYZ 36.57 18.13 59.33 -
YUV 99.93 187.3 202.95 -
System Red Green Blue C M Y K H S L
Decimal 205 26 205 0 0.87 0 0.20 300 0.77 0.45
Hex CD 1A CD 0 57 0 14 12C 4D 2D
Octal 315 32 315 0 127 0 24 454 115 55
Binary 11001101 11010 11001101 0 1010111 0 10100 100101100 1001101 101101

Color Harmonies of #CD1ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1ACD

Black with #CD1ACD

Text Example


Text Example

White with #CD1ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1ACD; }

 p { color: rgb(205,26,205); }

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

background-color css

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

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

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

border-color css

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

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

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