Shades of Deep Magenta #C51CBE
Tints of Deep Magenta #C51CBE
RGB
CMYK
RGB Variations
Color information
#C51CBE (or 0xC51CBE) is known color: Deep Magenta. HEX triplet: C5, 1C and BE. RGB value is (197,28,190). Sum of RGB (Red+Green+Blue) = 197+28+190=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CBE is #3AE341. Grayscale: #606060. Windows color (decimal): -3859266 or 12459205. OLE color: 12459205.
HSL color Cylindrical-coordinate representation of color #C51CBE: hue angle of 302.49º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51CBE is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 190 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.23 |
| HSL | 302.49º | 0.75% | 0.44% | - |
| HSV(B) | 302.49º | 0.86% | 0.77% | - |
| XYZ | 32.74 | 16.42 | 50.16 | - |
| YUV | 97 | 180.49 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 190 | 0 | 0.86 | 0.04 | 0.23 | 302.49 | 0.75 | 0.44 |
| Hex | C5 | 1C | BE | 0 | 56 | 4 | 17 | 12E | 4B | 2C |
| Octal | 305 | 34 | 276 | 0 | 126 | 4 | 27 | 456 | 113 | 54 |
| Binary | 11000101 | 11100 | 10111110 | 0 | 1010110 | 100 | 10111 | 100101110 | 1001011 | 101100 |
Color Harmonies of #C51CBE
Complementary color
Monochromatic Colors of #C51CBE
Black with #C51CBE
Text Example
Text Example
White with #C51CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51CBE; }
p { color: rgb(197,28,190); }
H1.HeaderClassName
{
color: #C51CBE;
}
.AnyTagClassName
{
color: #C51CBE;
}
</style>
background-color css
<style>
a { background-color: #C51CBE; }
a { background-color: rgb(197,28,190); }
div.DivClassName
{
background-color: #C51CBE;
}
.BgClassName
{
background-color: #C51CBE;
}
</style>
border-color css
<style>
span { border-color: #C51CBE; }
span { border-color: rgb(197,28,190); }
td.TdClassName
{
border-color: #C51CBE;
}
.TagClassName
{
border-color: #C51CBE;
}
</style>