Html Css Color HEX #C80FAD Deep Magenta

📋 copy color: '#C80FAD'

red 200 ◦ green 15 ◦ blue 173

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

Shades of Deep Magenta #C80FAD

Tints of Deep Magenta #C80FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.87%

 BLUE value IS 173 (67.97% from 255) = 44.59%

R = 51.55%
G = 3.87%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C80FAD (or 0xC80FAD) is known color: Deep Magenta. HEX triplet: C8, 0F and AD. RGB value is (200,15,173). Sum of RGB (Red+Green+Blue) = 200+15+173=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80FAD is #37F052. Grayscale: #575757. Windows color (decimal): -3666003 or 11341768. OLE color: 11341768.

HSL color Cylindrical-coordinate representation of color #C80FAD: hue angle of 308.76º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FAD is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 15 173 -
CMYK 0 0.92 0.14 0.22
HSL 308.76º 0.86% 0.42% -
HSV(B) 308.76º 0.93% 0.78% -
XYZ 31.53 15.64 40.89 -
YUV 88.33 175.79 207.65 -
System Red Green Blue C M Y K H S L
Decimal 200 15 173 0 0.92 0.14 0.22 308.76 0.86 0.42
Hex C8 F AD 0 5C E 16 135 56 2A
Octal 310 17 255 0 134 16 26 465 126 52
Binary 11001000 1111 10101101 0 1011100 1110 10110 100110101 1010110 101010

Color Harmonies of #C80FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80FAD

Black with #C80FAD

Text Example


Text Example

White with #C80FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80FAD; }

 p { color: rgb(200,15,173); }

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

background-color css

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

 a { background-color: rgb(200,15,173); }

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

border-color css

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

 span { border-color: rgb(200,15,173); }

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