Html Css Color HEX #C80EBB Deep Magenta

📋 copy color: '#C80EBB'

red 200 ◦ green 14 ◦ blue 187

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

Shades of Deep Magenta #C80EBB

Tints of Deep Magenta #C80EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 49.88%
G = 3.49%
B = 46.63%

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

#C80EBB (or 0xC80EBB) is known color: Deep Magenta. HEX triplet: C8, 0E and BB. RGB value is (200,14,187). Sum of RGB (Red+Green+Blue) = 200+14+187=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80EBB is #37F144. Grayscale: #585858. Windows color (decimal): -3666245 or 12259016. OLE color: 12259016.

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

Color convert

RGB 200 14 187 -
CMYK 0 0.93 0.06 0.22
HSL 304.19º 0.87% 0.42% -
HSV(B) 304.19º 0.93% 0.78% -
XYZ 32.95 16.18 48.4 -
YUV 89.34 183.12 206.93 -
System Red Green Blue C M Y K H S L
Decimal 200 14 187 0 0.93 0.06 0.22 304.19 0.87 0.42
Hex C8 E BB 0 5D 6 16 130 57 2A
Octal 310 16 273 0 135 6 26 460 127 52
Binary 11001000 1110 10111011 0 1011101 110 10110 100110000 1010111 101010

Color Harmonies of #C80EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80EBB

Black with #C80EBB

Text Example


Text Example

White with #C80EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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