Html Css Color HEX #C80ACC Deep Magenta

📋 copy color: '#C80ACC'

red 200 ◦ green 10 ◦ blue 204

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

Shades of Deep Magenta #C80ACC

Tints of Deep Magenta #C80ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 48.31%
G = 2.42%
B = 49.28%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C80ACC (or 0xC80ACC) is known color: Deep Magenta. HEX triplet: C8, 0A and CC. RGB value is (200,10,204). Sum of RGB (Red+Green+Blue) = 200+10+204=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #C80ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ACC is #37F533. Grayscale: #585858. Windows color (decimal): -3667252 or 13372104. OLE color: 13372104.

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

Color convert

RGB 200 10 204 -
CMYK 0.02 0.95 0 0.2
HSL 298.76º 0.91% 0.42% -
HSV(B) 298.76º 0.95% 0.8% -
XYZ 34.83 16.86 58.54 -
YUV 88.93 192.95 207.23 -
System Red Green Blue C M Y K H S L
Decimal 200 10 204 0.02 0.95 0 0.2 298.76 0.91 0.42
Hex C8 A CC 2 5F 0 14 12B 5B 2A
Octal 310 12 314 2 137 0 24 453 133 52
Binary 11001000 1010 11001100 10 1011111 0 10100 100101011 1011011 101010

Color Harmonies of #C80ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80ACC

Black with #C80ACC

Text Example


Text Example

White with #C80ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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