Shades of Deep Magenta #C513CF
Tints of Deep Magenta #C513CF
RGB
CMYK
RGB Variations
Color information
#C513CF (or 0xC513CF) is known color: Deep Magenta. HEX triplet: C5, 13 and CF. RGB value is (197,19,207). Sum of RGB (Red+Green+Blue) = 197+19+207=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #C513CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C513CF is #3AEC30. Grayscale: #5D5D5D. Windows color (decimal): -3861553 or 13571013. OLE color: 13571013.
HSL color Cylindrical-coordinate representation of color #C513CF: hue angle of 296.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C513CF is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 19 | 207 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.19 |
| HSL | 296.81º | 0.83% | 0.44% | - |
| HSV(B) | 296.81º | 0.91% | 0.81% | - |
| XYZ | 34.52 | 16.84 | 60.46 | - |
| YUV | 93.65 | 191.97 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 207 | 0.05 | 0.91 | 0 | 0.19 | 296.81 | 0.83 | 0.44 |
| Hex | C5 | 13 | CF | 5 | 5B | 0 | 13 | 129 | 53 | 2C |
| Octal | 305 | 23 | 317 | 5 | 133 | 0 | 23 | 451 | 123 | 54 |
| Binary | 11000101 | 10011 | 11001111 | 101 | 1011011 | 0 | 10011 | 100101001 | 1010011 | 101100 |
Color Harmonies of #C513CF
Complementary color
Monochromatic Colors of #C513CF
Black with #C513CF
Text Example
Text Example
White with #C513CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C513CF; }
p { color: rgb(197,19,207); }
H1.HeaderClassName
{
color: #C513CF;
}
.AnyTagClassName
{
color: #C513CF;
}
</style>
background-color css
<style>
a { background-color: #C513CF; }
a { background-color: rgb(197,19,207); }
div.DivClassName
{
background-color: #C513CF;
}
.BgClassName
{
background-color: #C513CF;
}
</style>
border-color css
<style>
span { border-color: #C513CF; }
span { border-color: rgb(197,19,207); }
td.TdClassName
{
border-color: #C513CF;
}
.TagClassName
{
border-color: #C513CF;
}
</style>