#C511B7

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

Shades of Deep Magenta #C511B7

Tints of Deep Magenta #C511B7

Color information

#C511B7 (or 0xC511B7) is unknown color: approx Deep Magenta. HEX triplet: C5, 11 and B7. RGB value is (197,17,183). Sum of RGB (Red+Green+Blue) = 197+17+183=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C511B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511B7 is #3AEE48. Grayscale: #595959. Windows color (decimal): -3862089 or 11997637. OLE color: 11997637.

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

Color convert

RGB19717183-
CMYK00.910.070.23
HSL304.67º84.11%41.96%-
HSV(B)304.67º91.37%77.25%-
XYZ31.7715.6946.15-
YUV89.74180.63204.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 17 (7.03% from 255) = 4.28%
BLUE value IS 183 (71.88% from 255) = 46.10%
R=49.62%
G=4.28%
B=46.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971718300.910.070.23304.6784.1141.96
HexC511B705B717131542a
Octal30521267013372746112452
Binary11000101100011011011101011011111101111001100011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C511B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C511B7; }

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

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

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

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

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

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

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

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