Html Css Color HEX #C80AC4 Deep Magenta

📋 copy color: '#C80AC4'

red 200 ◦ green 10 ◦ blue 196

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

Shades of Deep Magenta #C80AC4

Tints of Deep Magenta #C80AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 48.28%

R = 49.26%
G = 2.46%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C80AC4 (or 0xC80AC4) is known color: Deep Magenta. HEX triplet: C8, 0A and C4. RGB value is (200,10,196). Sum of RGB (Red+Green+Blue) = 200+10+196=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 196 (76.95% from 255 or 48.28% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C80AC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80AC4 is #37F53B. Grayscale: #575757. Windows color (decimal): -3667260 or 12847816. OLE color: 12847816.

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

Color convert

RGB 200 10 196 -
CMYK 0 0.95 0.02 0.22
HSL 301.26º 0.9% 0.41% -
HSV(B) 301.26º 0.95% 0.78% -
XYZ 33.89 16.48 53.62 -
YUV 88.01 188.95 207.88 -
System Red Green Blue C M Y K H S L
Decimal 200 10 196 0 0.95 0.02 0.22 301.26 0.9 0.41
Hex C8 A C4 0 5F 2 16 12D 5A 29
Octal 310 12 304 0 137 2 26 455 132 51
Binary 11001000 1010 11000100 0 1011111 10 10110 100101101 1011010 101001

Color Harmonies of #C80AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80AC4

Black with #C80AC4

Text Example


Text Example

White with #C80AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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