Html Css Color HEX #C80EB3 Deep Magenta

📋 copy color: '#C80EB3'

red 200 ◦ green 14 ◦ blue 179

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

Shades of Deep Magenta #C80EB3

Tints of Deep Magenta #C80EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.55%

R = 50.89%
G = 3.56%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C80EB3 (or 0xC80EB3) is known color: Deep Magenta. HEX triplet: C8, 0E and B3. RGB value is (200,14,179). Sum of RGB (Red+Green+Blue) = 200+14+179=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C80EB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80EB3 is #37F14C. Grayscale: #575757. Windows color (decimal): -3666253 or 11734728. OLE color: 11734728.

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

Color convert

RGB 200 14 179 -
CMYK 0 0.93 0.10 0.22
HSL 306.77º 0.87% 0.42% -
HSV(B) 306.77º 0.93% 0.78% -
XYZ 32.11 15.85 44.01 -
YUV 88.42 179.12 207.58 -
System Red Green Blue C M Y K H S L
Decimal 200 14 179 0 0.93 0.10 0.22 306.77 0.87 0.42
Hex C8 E B3 0 5D A 16 133 57 2A
Octal 310 16 263 0 135 12 26 463 127 52
Binary 11001000 1110 10110011 0 1011101 1010 10110 100110011 1010111 101010

Color Harmonies of #C80EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80EB3

Black with #C80EB3

Text Example


Text Example

White with #C80EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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