#C51DBD

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

Shades of Deep Magenta #C51DBD

Tints of Deep Magenta #C51DBD

Color information

#C51DBD (or 0xC51DBD) is unknown color: approx Deep Magenta. HEX triplet: C5, 1D and BD. RGB value is (197,29,189). Sum of RGB (Red+Green+Blue) = 197+29+189=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DBD is #3AE242. Grayscale: #616161. Windows color (decimal): -3859011 or 12393925. OLE color: 12393925.

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

Color convert

RGB19729189-
CMYK00.850.040.23
HSL302.86º74.34%44.31%-
HSV(B)302.86º85.28%77.25%-
XYZ32.6516.4249.59-
YUV97.47179.66198.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.47%
GREEN value IS 29 (11.72% from 255) = 6.99%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=47.47%
G=6.99%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972918900.850.040.23302.8674.3444.31
HexC51DBD05541712f4a2c
Octal30535275012542745711254
Binary11000101111011011110101010101100101111001011111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51DBD; }

 p { color: rgb(197,29,189); }

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

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

 a { background-color: rgb(197,29,189); }

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

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

 span { border-color: rgb(197,29,189); }

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