Html Css Color HEX #CD0ACD Deep Magenta

📋 copy color: '#CD0ACD'

red 205 ◦ green 10 ◦ blue 205

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

Shades of Deep Magenta #CD0ACD

Tints of Deep Magenta #CD0ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.38%

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

R = 48.81%
G = 2.38%
B = 48.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CD0ACD (or 0xCD0ACD) is known color: Deep Magenta. HEX triplet: CD, 0A and CD. RGB value is (205,10,205). Sum of RGB (Red+Green+Blue) = 205+10+205=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD0ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0ACD is #32F532. Grayscale: #595959. Windows color (decimal): -3339571 or 13437645. OLE color: 13437645.

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

Color convert

RGB 205 10 205 -
CMYK 0 0.95 0 0.20
HSL 300º 0.91% 0.42% -
HSV(B) 300º 0.95% 0.8% -
XYZ 36.3 17.6 59.24 -
YUV 90.54 192.6 209.64 -
System Red Green Blue C M Y K H S L
Decimal 205 10 205 0 0.95 0 0.20 300 0.91 0.42
Hex CD A CD 0 5F 0 14 12C 5B 2A
Octal 315 12 315 0 137 0 24 454 133 52
Binary 11001101 1010 11001101 0 1011111 0 10100 100101100 1011011 101010

Color Harmonies of #CD0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0ACD

Black with #CD0ACD

Text Example


Text Example

White with #CD0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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