Html Css Color HEX #C80FAE Deep Magenta

📋 copy color: '#C80FAE'

red 200 ◦ green 15 ◦ blue 174

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

Shades of Deep Magenta #C80FAE

Tints of Deep Magenta #C80FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 51.41%
G = 3.86%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C80FAE (or 0xC80FAE) is known color: Deep Magenta. HEX triplet: C8, 0F and AE. RGB value is (200,15,174). Sum of RGB (Red+Green+Blue) = 200+15+174=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80FAE is #37F051. Grayscale: #575757. Windows color (decimal): -3666002 or 11407304. OLE color: 11407304.

HSL color Cylindrical-coordinate representation of color #C80FAE: hue angle of 308.43º 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 #C80FAE is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 15 174 -
CMYK 0 0.92 0.13 0.22
HSL 308.43º 0.86% 0.42% -
HSV(B) 308.43º 0.93% 0.78% -
XYZ 31.63 15.68 41.4 -
YUV 88.44 176.29 207.57 -
System Red Green Blue C M Y K H S L
Decimal 200 15 174 0 0.92 0.13 0.22 308.43 0.86 0.42
Hex C8 F AE 0 5C D 16 134 56 2A
Octal 310 17 256 0 134 15 26 464 126 52
Binary 11001000 1111 10101110 0 1011100 1101 10110 100110100 1010110 101010

Color Harmonies of #C80FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80FAE

Black with #C80FAE

Text Example


Text Example

White with #C80FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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