Html Css Color HEX #C80EBE Deep Magenta

📋 copy color: '#C80EBE'

red 200 ◦ green 14 ◦ blue 190

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

Shades of Deep Magenta #C80EBE

Tints of Deep Magenta #C80EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 49.5%
G = 3.47%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C80EBE (or 0xC80EBE) is known color: Deep Magenta. HEX triplet: C8, 0E and BE. RGB value is (200,14,190). Sum of RGB (Red+Green+Blue) = 200+14+190=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80EBE is #37F141. Grayscale: #595959. Windows color (decimal): -3666242 or 12455624. OLE color: 12455624.

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

Color convert

RGB 200 14 190 -
CMYK 0 0.93 0.05 0.22
HSL 303.23º 0.87% 0.42% -
HSV(B) 303.23º 0.93% 0.78% -
XYZ 33.27 16.31 50.11 -
YUV 89.68 184.62 206.69 -
System Red Green Blue C M Y K H S L
Decimal 200 14 190 0 0.93 0.05 0.22 303.23 0.87 0.42
Hex C8 E BE 0 5D 5 16 12F 57 2A
Octal 310 16 276 0 135 5 26 457 127 52
Binary 11001000 1110 10111110 0 1011101 101 10110 100101111 1010111 101010

Color Harmonies of #C80EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80EBE

Black with #C80EBE

Text Example


Text Example

White with #C80EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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