#C51AD0

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

Shades of Deep Magenta #C51AD0

Tints of Deep Magenta #C51AD0

Color information

#C51AD0 (or 0xC51AD0) is unknown color: approx Deep Magenta. HEX triplet: C5, 1A and D0. RGB value is (197,26,208). Sum of RGB (Red+Green+Blue) = 197+26+208=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #C51AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51AD0 is #3AE52F. Grayscale: #616161. Windows color (decimal): -3859760 or 13638341. OLE color: 13638341.

HSL color Cylindrical-coordinate representation of color #C51AD0: hue angle of 296.37º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51AD0 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19726208-
CMYK0.050.8800.18
HSL296.37º77.78%45.88%-
HSV(B)296.37º87.5%81.57%-
XYZ34.7817.1661.15-
YUV97.88190.15198.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.71%
GREEN value IS 26 (10.55% from 255) = 6.03%
BLUE value IS 208 (81.64% from 255) = 48.26%
R=45.71%
G=6.03%
B=48.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197262080.050.8800.18296.3777.7845.88
HexC51AD05580121284e2e
Octal30532320513002245011656
Binary11000101110101101000010110110000100101001010001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51AD0; }

 p { color: rgb(197,26,208); }

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

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

 a { background-color: rgb(197,26,208); }

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

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

 span { border-color: rgb(197,26,208); }

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