Shades of Deep Magenta #C510D2
Tints of Deep Magenta #C510D2
RGB
CMYK
RGB Variations
Color information
#C510D2 (or 0xC510D2) is known color: Deep Magenta. HEX triplet: C5, 10 and D2. RGB value is (197,16,210). Sum of RGB (Red+Green+Blue) = 197+16+210=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 210 (82.42% from 255 or 49.65% from 423); Max value from RGB is 210 - color contains mainly: blue. Hex color #C510D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510D2 is #3AEF2D. Grayscale: #5B5B5B. Windows color (decimal): -3862318 or 13766853. OLE color: 13766853.
HSL color Cylindrical-coordinate representation of color #C510D2: hue angle of 295.98º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C510D2 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 16 | 210 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.18 |
| HSL | 295.98º | 0.86% | 0.44% | - |
| HSV(B) | 295.98º | 0.92% | 0.82% | - |
| XYZ | 34.84 | 16.89 | 62.4 | - |
| YUV | 92.24 | 194.47 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 210 | 0.06 | 0.92 | 0 | 0.18 | 295.98 | 0.86 | 0.44 |
| Hex | C5 | 10 | D2 | 6 | 5C | 0 | 12 | 128 | 56 | 2C |
| Octal | 305 | 20 | 322 | 6 | 134 | 0 | 22 | 450 | 126 | 54 |
| Binary | 11000101 | 10000 | 11010010 | 110 | 1011100 | 0 | 10010 | 100101000 | 1010110 | 101100 |
Color Harmonies of #C510D2
Complementary color
Monochromatic Colors of #C510D2
Black with #C510D2
Text Example
Text Example
White with #C510D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C510D2; }
p { color: rgb(197,16,210); }
H1.HeaderClassName
{
color: #C510D2;
}
.AnyTagClassName
{
color: #C510D2;
}
</style>
background-color css
<style>
a { background-color: #C510D2; }
a { background-color: rgb(197,16,210); }
div.DivClassName
{
background-color: #C510D2;
}
.BgClassName
{
background-color: #C510D2;
}
</style>
border-color css
<style>
span { border-color: #C510D2; }
span { border-color: rgb(197,16,210); }
td.TdClassName
{
border-color: #C510D2;
}
.TagClassName
{
border-color: #C510D2;
}
</style>