Shades of Deep Magenta #C603D1
Tints of Deep Magenta #C603D1
RGB
CMYK
RGB Variations
Color information
#C603D1 (or 0xC603D1) is known color: Deep Magenta. HEX triplet: C6, 03 and D1. RGB value is (198,3,209). Sum of RGB (Red+Green+Blue) = 198+3+209=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 209 (82.03% from 255 or 50.98% from 410); Max value from RGB is 209 - color contains mainly: blue. Hex color #C603D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C603D1 is #39FC2E. Grayscale: #545454. Windows color (decimal): -3800111 or 13697990. OLE color: 13697990.
HSL color Cylindrical-coordinate representation of color #C603D1: hue angle of 296.8º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C603D1 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 3 | 209 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.18 |
| HSL | 296.8º | 0.97% | 0.42% | - |
| HSV(B) | 296.8º | 0.99% | 0.82% | - |
| XYZ | 34.83 | 16.67 | 61.7 | - |
| YUV | 84.79 | 198.1 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 209 | 0.05 | 0.99 | 0 | 0.18 | 296.8 | 0.97 | 0.42 |
| Hex | C6 | 3 | D1 | 5 | 63 | 0 | 12 | 129 | 61 | 2A |
| Octal | 306 | 3 | 321 | 5 | 143 | 0 | 22 | 451 | 141 | 52 |
| Binary | 11000110 | 11 | 11010001 | 101 | 1100011 | 0 | 10010 | 100101001 | 1100001 | 101010 |
Color Harmonies of #C603D1
Complementary color
Monochromatic Colors of #C603D1
Black with #C603D1
Text Example
Text Example
White with #C603D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C603D1; }
p { color: rgb(198,3,209); }
H1.HeaderClassName
{
color: #C603D1;
}
.AnyTagClassName
{
color: #C603D1;
}
</style>
background-color css
<style>
a { background-color: #C603D1; }
a { background-color: rgb(198,3,209); }
div.DivClassName
{
background-color: #C603D1;
}
.BgClassName
{
background-color: #C603D1;
}
</style>
border-color css
<style>
span { border-color: #C603D1; }
span { border-color: rgb(198,3,209); }
td.TdClassName
{
border-color: #C603D1;
}
.TagClassName
{
border-color: #C603D1;
}
</style>