Html Css Color HEX #C80EBC Deep Magenta

📋 copy color: '#C80EBC'

red 200 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #C80EBC

Tints of Deep Magenta #C80EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 49.75%
G = 3.48%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C80EBC (or 0xC80EBC) is known color: Deep Magenta. HEX triplet: C8, 0E and BC. RGB value is (200,14,188). Sum of RGB (Red+Green+Blue) = 200+14+188=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80EBC is #37F143. Grayscale: #585858. Windows color (decimal): -3666244 or 12324552. OLE color: 12324552.

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

Color convert

RGB 200 14 188 -
CMYK 0 0.93 0.06 0.22
HSL 303.87º 0.87% 0.42% -
HSV(B) 303.87º 0.93% 0.78% -
XYZ 33.05 16.22 48.97 -
YUV 89.45 183.62 206.85 -
System Red Green Blue C M Y K H S L
Decimal 200 14 188 0 0.93 0.06 0.22 303.87 0.87 0.42
Hex C8 E BC 0 5D 6 16 130 57 2A
Octal 310 16 274 0 135 6 26 460 127 52
Binary 11001000 1110 10111100 0 1011101 110 10110 100110000 1010111 101010

Color Harmonies of #C80EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80EBC

Black with #C80EBC

Text Example


Text Example

White with #C80EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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