#C511BF

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

Shades of Deep Magenta #C511BF

Tints of Deep Magenta #C511BF

Color information

#C511BF (or 0xC511BF) is unknown color: approx Deep Magenta. HEX triplet: C5, 11 and BF. RGB value is (197,17,191). Sum of RGB (Red+Green+Blue) = 197+17+191=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C511BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511BF is #3AEE40. Grayscale: #5A5A5A. Windows color (decimal): -3862081 or 12521925. OLE color: 12521925.

HSL color Cylindrical-coordinate representation of color #C511BF: hue angle of 302º 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 #C511BF is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB19717191-
CMYK00.910.030.23
HSL302º84.11%41.96%-
HSV(B)302º91.37%77.25%-
XYZ32.6316.0350.67-
YUV90.66184.63203.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.64%
GREEN value IS 17 (7.03% from 255) = 4.20%
BLUE value IS 191 (75% from 255) = 47.16%
R=48.64%
G=4.20%
B=47.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971719100.910.030.2330284.1141.96
HexC511BF05B31712e542a
Octal30521277013332745612452
Binary1100010110001101111110101101111101111001011101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C511BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C511BF; }

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

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

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

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

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

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

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

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