Html Css Color HEX #C80ACE Deep Magenta

📋 copy color: '#C80ACE'

red 200 ◦ green 10 ◦ blue 206

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

Shades of Deep Magenta #C80ACE

Tints of Deep Magenta #C80ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 48.08%
G = 2.4%
B = 49.52%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C80ACE (or 0xC80ACE) is known color: Deep Magenta. HEX triplet: C8, 0A and CE. RGB value is (200,10,206). Sum of RGB (Red+Green+Blue) = 200+10+206=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #C80ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ACE is #37F531. Grayscale: #585858. Windows color (decimal): -3667250 or 13503176. OLE color: 13503176.

HSL color Cylindrical-coordinate representation of color #C80ACE: hue angle of 298.16º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80ACE is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 10 206 -
CMYK 0.03 0.95 0 0.19
HSL 298.16º 0.91% 0.42% -
HSV(B) 298.16º 0.95% 0.81% -
XYZ 35.07 16.95 59.82 -
YUV 89.15 193.95 207.06 -
System Red Green Blue C M Y K H S L
Decimal 200 10 206 0.03 0.95 0 0.19 298.16 0.91 0.42
Hex C8 A CE 3 5F 0 13 12A 5B 2A
Octal 310 12 316 3 137 0 23 452 133 52
Binary 11001000 1010 11001110 11 1011111 0 10011 100101010 1011011 101010

Color Harmonies of #C80ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80ACE

Black with #C80ACE

Text Example


Text Example

White with #C80ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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