Shades of Deep Magenta #C603AF
Tints of Deep Magenta #C603AF
RGB
CMYK
RGB Variations
Color information
#C603AF (or 0xC603AF) is known color: Deep Magenta. HEX triplet: C6, 03 and AF. RGB value is (198,3,175). Sum of RGB (Red+Green+Blue) = 198+3+175=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C603AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C603AF is #39FC50. Grayscale: #505050. Windows color (decimal): -3800145 or 11469766. OLE color: 11469766.
HSL color Cylindrical-coordinate representation of color #C603AF: hue angle of 307.08º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C603AF is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 175 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.22 |
| HSL | 307.08º | 0.97% | 0.39% | - |
| HSV(B) | 307.08º | 0.98% | 0.78% | - |
| XYZ | 31.06 | 15.17 | 41.85 | - |
| YUV | 80.91 | 181.1 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 175 | 0 | 0.98 | 0.12 | 0.22 | 307.08 | 0.97 | 0.39 |
| Hex | C6 | 3 | AF | 0 | 62 | C | 16 | 133 | 61 | 27 |
| Octal | 306 | 3 | 257 | 0 | 142 | 14 | 26 | 463 | 141 | 47 |
| Binary | 11000110 | 11 | 10101111 | 0 | 1100010 | 1100 | 10110 | 100110011 | 1100001 | 100111 |
Color Harmonies of #C603AF
Complementary color
Monochromatic Colors of #C603AF
Black with #C603AF
Text Example
Text Example
White with #C603AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C603AF; }
p { color: rgb(198,3,175); }
H1.HeaderClassName
{
color: #C603AF;
}
.AnyTagClassName
{
color: #C603AF;
}
</style>
background-color css
<style>
a { background-color: #C603AF; }
a { background-color: rgb(198,3,175); }
div.DivClassName
{
background-color: #C603AF;
}
.BgClassName
{
background-color: #C603AF;
}
</style>
border-color css
<style>
span { border-color: #C603AF; }
span { border-color: rgb(198,3,175); }
td.TdClassName
{
border-color: #C603AF;
}
.TagClassName
{
border-color: #C603AF;
}
</style>