Shades of Deep Magenta #C513CC
Tints of Deep Magenta #C513CC
RGB
CMYK
RGB Variations
Color information
#C513CC (or 0xC513CC) is known color: Deep Magenta. HEX triplet: C5, 13 and CC. RGB value is (197,19,204). Sum of RGB (Red+Green+Blue) = 197+19+204=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #C513CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C513CC is #3AEC33. Grayscale: #5C5C5C. Windows color (decimal): -3861556 or 13374405. OLE color: 13374405.
HSL color Cylindrical-coordinate representation of color #C513CC: hue angle of 297.73º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C513CC is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 19 | 204 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.2 |
| HSL | 297.73º | 0.83% | 0.44% | - |
| HSV(B) | 297.73º | 0.91% | 0.8% | - |
| XYZ | 34.16 | 16.7 | 58.55 | - |
| YUV | 93.31 | 190.47 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 204 | 0.03 | 0.91 | 0 | 0.2 | 297.73 | 0.83 | 0.44 |
| Hex | C5 | 13 | CC | 3 | 5B | 0 | 14 | 12A | 53 | 2C |
| Octal | 305 | 23 | 314 | 3 | 133 | 0 | 24 | 452 | 123 | 54 |
| Binary | 11000101 | 10011 | 11001100 | 11 | 1011011 | 0 | 10100 | 100101010 | 1010011 | 101100 |
Color Harmonies of #C513CC
Complementary color
Monochromatic Colors of #C513CC
Black with #C513CC
Text Example
Text Example
White with #C513CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C513CC; }
p { color: rgb(197,19,204); }
H1.HeaderClassName
{
color: #C513CC;
}
.AnyTagClassName
{
color: #C513CC;
}
</style>
background-color css
<style>
a { background-color: #C513CC; }
a { background-color: rgb(197,19,204); }
div.DivClassName
{
background-color: #C513CC;
}
.BgClassName
{
background-color: #C513CC;
}
</style>
border-color css
<style>
span { border-color: #C513CC; }
span { border-color: rgb(197,19,204); }
td.TdClassName
{
border-color: #C513CC;
}
.TagClassName
{
border-color: #C513CC;
}
</style>