Shades of Deep Magenta #C514C1
Tints of Deep Magenta #C514C1
RGB
CMYK
RGB Variations
Color information
#C514C1 (or 0xC514C1) is known color: Deep Magenta. HEX triplet: C5, 14 and C1. RGB value is (197,20,193). Sum of RGB (Red+Green+Blue) = 197+20+193=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C514C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C514C1 is #3AEB3E. Grayscale: #5C5C5C. Windows color (decimal): -3861311 or 12653765. OLE color: 12653765.
HSL color Cylindrical-coordinate representation of color #C514C1: hue angle of 301.36º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C514C1 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 193 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.23 |
| HSL | 301.36º | 0.82% | 0.43% | - |
| HSV(B) | 301.36º | 0.9% | 0.77% | - |
| XYZ | 32.9 | 16.22 | 51.85 | - |
| YUV | 92.65 | 184.64 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 193 | 0 | 0.90 | 0.02 | 0.23 | 301.36 | 0.82 | 0.43 |
| Hex | C5 | 14 | C1 | 0 | 5A | 2 | 17 | 12D | 52 | 2B |
| Octal | 305 | 24 | 301 | 0 | 132 | 2 | 27 | 455 | 122 | 53 |
| Binary | 11000101 | 10100 | 11000001 | 0 | 1011010 | 10 | 10111 | 100101101 | 1010010 | 101011 |
Color Harmonies of #C514C1
Complementary color
Monochromatic Colors of #C514C1
Black with #C514C1
Text Example
Text Example
White with #C514C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C514C1; }
p { color: rgb(197,20,193); }
H1.HeaderClassName
{
color: #C514C1;
}
.AnyTagClassName
{
color: #C514C1;
}
</style>
background-color css
<style>
a { background-color: #C514C1; }
a { background-color: rgb(197,20,193); }
div.DivClassName
{
background-color: #C514C1;
}
.BgClassName
{
background-color: #C514C1;
}
</style>
border-color css
<style>
span { border-color: #C514C1; }
span { border-color: rgb(197,20,193); }
td.TdClassName
{
border-color: #C514C1;
}
.TagClassName
{
border-color: #C514C1;
}
</style>