Html Css Color HEX #C80ADF Deep Magenta

📋 copy color: '#C80ADF'

red 200 ◦ green 10 ◦ blue 223

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

Shades of Deep Magenta #C80ADF

Tints of Deep Magenta #C80ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 46.19%
G = 2.31%
B = 51.5%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C80ADF (or 0xC80ADF) is known color: Deep Magenta. HEX triplet: C8, 0A and DF. RGB value is (200,10,223). Sum of RGB (Red+Green+Blue) = 200+10+223=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #C80ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ADF is #37F520. Grayscale: #5A5A5A. Windows color (decimal): -3667233 or 14617288. OLE color: 14617288.

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

Color convert

RGB 200 10 223 -
CMYK 0.10 0.96 0 0.13
HSL 293.52º 0.91% 0.46% -
HSV(B) 293.52º 0.96% 0.87% -
XYZ 37.25 17.82 71.29 -
YUV 91.09 202.45 205.68 -
System Red Green Blue C M Y K H S L
Decimal 200 10 223 0.10 0.96 0 0.13 293.52 0.91 0.46
Hex C8 A DF A 60 0 D 126 5B 2E
Octal 310 12 337 12 140 0 15 446 133 56
Binary 11001000 1010 11011111 1010 1100000 0 1101 100100110 1011011 101110

Color Harmonies of #C80ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80ADF

Black with #C80ADF

Text Example


Text Example

White with #C80ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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