Html Css Color HEX #C80EB0 Deep Magenta

📋 copy color: '#C80EB0'

red 200 ◦ green 14 ◦ blue 176

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

Shades of Deep Magenta #C80EB0

Tints of Deep Magenta #C80EB0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.59%

 BLUE value IS 176 (69.14% from 255) = 45.13%

R = 51.28%
G = 3.59%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C80EB0 (or 0xC80EB0) is known color: Deep Magenta. HEX triplet: C8, 0E and B0. RGB value is (200,14,176). Sum of RGB (Red+Green+Blue) = 200+14+176=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80EB0 is #37F14F. Grayscale: #575757. Windows color (decimal): -3666256 or 11538120. OLE color: 11538120.

HSL color Cylindrical-coordinate representation of color #C80EB0: hue angle of 307.74º degrees, saturation: 0.87, 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 #C80EB0 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 14 176 -
CMYK 0 0.93 0.12 0.22
HSL 307.74º 0.87% 0.42% -
HSV(B) 307.74º 0.93% 0.78% -
XYZ 31.81 15.73 42.43 -
YUV 88.08 177.62 207.83 -
System Red Green Blue C M Y K H S L
Decimal 200 14 176 0 0.93 0.12 0.22 307.74 0.87 0.42
Hex C8 E B0 0 5D C 16 134 57 2A
Octal 310 16 260 0 135 14 26 464 127 52
Binary 11001000 1110 10110000 0 1011101 1100 10110 100110100 1010111 101010

Color Harmonies of #C80EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80EB0

Black with #C80EB0

Text Example


Text Example

White with #C80EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80EB0; }

 p { color: rgb(200,14,176); }

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

background-color css

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

 a { background-color: rgb(200,14,176); }

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

border-color css

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

 span { border-color: rgb(200,14,176); }

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