Shades of Deep Magenta #C502D3
Tints of Deep Magenta #C502D3
RGB
CMYK
RGB Variations
Color information
#C502D3 (or 0xC502D3) is known color: Deep Magenta. HEX triplet: C5, 02 and D3. RGB value is (197,2,211). Sum of RGB (Red+Green+Blue) = 197+2+211=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 211 (82.81% from 255 or 51.46% from 410); Max value from RGB is 211 - color contains mainly: blue. Hex color #C502D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C502D3 is #3AFD2C. Grayscale: #535353. Windows color (decimal): -3865901 or 13828805. OLE color: 13828805.
HSL color Cylindrical-coordinate representation of color #C502D3: hue angle of 295.98º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C502D3 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 2 | 211 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.17 |
| HSL | 295.98º | 0.98% | 0.42% | - |
| HSV(B) | 295.98º | 0.99% | 0.83% | - |
| XYZ | 34.81 | 16.62 | 63 | - |
| YUV | 84.13 | 199.6 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 211 | 0.07 | 0.99 | 0 | 0.17 | 295.98 | 0.98 | 0.42 |
| Hex | C5 | 2 | D3 | 7 | 63 | 0 | 11 | 128 | 62 | 2A |
| Octal | 305 | 2 | 323 | 7 | 143 | 0 | 21 | 450 | 142 | 52 |
| Binary | 11000101 | 10 | 11010011 | 111 | 1100011 | 0 | 10001 | 100101000 | 1100010 | 101010 |
Color Harmonies of #C502D3
Complementary color
Monochromatic Colors of #C502D3
Black with #C502D3
Text Example
Text Example
White with #C502D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C502D3; }
p { color: rgb(197,2,211); }
H1.HeaderClassName
{
color: #C502D3;
}
.AnyTagClassName
{
color: #C502D3;
}
</style>
background-color css
<style>
a { background-color: #C502D3; }
a { background-color: rgb(197,2,211); }
div.DivClassName
{
background-color: #C502D3;
}
.BgClassName
{
background-color: #C502D3;
}
</style>
border-color css
<style>
span { border-color: #C502D3; }
span { border-color: rgb(197,2,211); }
td.TdClassName
{
border-color: #C502D3;
}
.TagClassName
{
border-color: #C502D3;
}
</style>