#C511BE

Color #C511BE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C511BE

Tints of Deep Magenta #C511BE

Color information

#C511BE (or 0xC511BE) is unknown color: approx Deep Magenta. HEX triplet: C5, 11 and BE. RGB value is (197,17,190). Sum of RGB (Red+Green+Blue) = 197+17+190=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C511BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511BE is #3AEE41. Grayscale: #5A5A5A. Windows color (decimal): -3862082 or 12456389. OLE color: 12456389.

HSL color Cylindrical-coordinate representation of color #C511BE: hue angle of 302.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C511BE is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB19717190-
CMYK00.910.040.23
HSL302.33º84.11%41.96%-
HSV(B)302.33º91.37%77.25%-
XYZ32.5215.9950.09-
YUV90.54184.13203.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.76%
GREEN value IS 17 (7.03% from 255) = 4.21%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=48.76%
G=4.21%
B=47.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971719000.910.040.23302.3384.1141.96
HexC511BE05B41712e542a
Octal30521276013342745612452
Binary11000101100011011111001011011100101111001011101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C511BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C511BE; }

 p { color: rgb(197,17,190); }

 H1.HeaderClassName
 {
   color: #C511BE;
 }
 .AnyTagClassName
 {
   color: #C511BE;
 }
</style>
background-color css

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

 a { background-color: rgb(197,17,190); }

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

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

 span { border-color: rgb(197,17,190); }

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