Html Css Color HEX #C80AC2 Deep Magenta

📋 copy color: '#C80AC2'

red 200 ◦ green 10 ◦ blue 194

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

Shades of Deep Magenta #C80AC2

Tints of Deep Magenta #C80AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.02%

R = 49.5%
G = 2.48%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C80AC2 (or 0xC80AC2) is known color: Deep Magenta. HEX triplet: C8, 0A and C2. RGB value is (200,10,194). Sum of RGB (Red+Green+Blue) = 200+10+194=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C80AC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80AC2 is #37F53D. Grayscale: #575757. Windows color (decimal): -3667262 or 12716744. OLE color: 12716744.

HSL color Cylindrical-coordinate representation of color #C80AC2: hue angle of 301.89º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80AC2 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 10 194 -
CMYK 0 0.95 0.03 0.22
HSL 301.89º 0.9% 0.41% -
HSV(B) 301.89º 0.95% 0.78% -
XYZ 33.67 16.39 52.43 -
YUV 87.79 187.95 208.04 -
System Red Green Blue C M Y K H S L
Decimal 200 10 194 0 0.95 0.03 0.22 301.89 0.9 0.41
Hex C8 A C2 0 5F 3 16 12E 5A 29
Octal 310 12 302 0 137 3 26 456 132 51
Binary 11001000 1010 11000010 0 1011111 11 10110 100101110 1011010 101001

Color Harmonies of #C80AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80AC2

Black with #C80AC2

Text Example


Text Example

White with #C80AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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