Html Css Color HEX #C80ADE Deep Magenta

📋 copy color: '#C80ADE'

red 200 ◦ green 10 ◦ blue 222

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

Shades of Deep Magenta #C80ADE

Tints of Deep Magenta #C80ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 46.3%
G = 2.31%
B = 51.39%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C80ADE (or 0xC80ADE) is known color: Deep Magenta. HEX triplet: C8, 0A and DE. RGB value is (200,10,222). Sum of RGB (Red+Green+Blue) = 200+10+222=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #C80ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ADE is #37F521. Grayscale: #5A5A5A. Windows color (decimal): -3667234 or 14551752. OLE color: 14551752.

HSL color Cylindrical-coordinate representation of color #C80ADE: hue angle of 293.77º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80ADE is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 10 222 -
CMYK 0.10 0.95 0 0.13
HSL 293.77º 0.91% 0.45% -
HSV(B) 293.77º 0.95% 0.87% -
XYZ 37.11 17.77 70.58 -
YUV 90.98 201.95 205.76 -
System Red Green Blue C M Y K H S L
Decimal 200 10 222 0.10 0.95 0 0.13 293.77 0.91 0.45
Hex C8 A DE A 5F 0 D 126 5B 2D
Octal 310 12 336 12 137 0 15 446 133 55
Binary 11001000 1010 11011110 1010 1011111 0 1101 100100110 1011011 101101

Color Harmonies of #C80ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80ADE

Black with #C80ADE

Text Example


Text Example

White with #C80ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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