Html Css Color HEX #C80ACD Deep Magenta

📋 copy color: '#C80ACD'

red 200 ◦ green 10 ◦ blue 205

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

Shades of Deep Magenta #C80ACD

Tints of Deep Magenta #C80ACD

RGB

 RED value IS 200 (78.52% from 255) = 48.19%

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

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

R = 48.19%
G = 2.41%
B = 49.4%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C80ACD (or 0xC80ACD) is known color: Deep Magenta. HEX triplet: C8, 0A and CD. RGB value is (200,10,205). Sum of RGB (Red+Green+Blue) = 200+10+205=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #C80ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ACD is #37F532. Grayscale: #585858. Windows color (decimal): -3667251 or 13437640. OLE color: 13437640.

HSL color Cylindrical-coordinate representation of color #C80ACD: hue angle of 298.46º 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 #C80ACD is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 10 205 -
CMYK 0.02 0.95 0 0.20
HSL 298.46º 0.91% 0.42% -
HSV(B) 298.46º 0.95% 0.8% -
XYZ 34.95 16.9 59.18 -
YUV 89.04 193.45 207.14 -
System Red Green Blue C M Y K H S L
Decimal 200 10 205 0.02 0.95 0 0.20 298.46 0.91 0.42
Hex C8 A CD 2 5F 0 14 12A 5B 2A
Octal 310 12 315 2 137 0 24 452 133 52
Binary 11001000 1010 11001101 10 1011111 0 10100 100101010 1011011 101010

Color Harmonies of #C80ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80ACD

Black with #C80ACD

Text Example


Text Example

White with #C80ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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