Shades of Deep Magenta #C603AD
Tints of Deep Magenta #C603AD
RGB
CMYK
RGB Variations
Color information
#C603AD (or 0xC603AD) is known color: Deep Magenta. HEX triplet: C6, 03 and AD. RGB value is (198,3,173). Sum of RGB (Red+Green+Blue) = 198+3+173=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C603AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C603AD is #39FC52. Grayscale: #505050. Windows color (decimal): -3800147 or 11338694. OLE color: 11338694.
HSL color Cylindrical-coordinate representation of color #C603AD: hue angle of 307.69º 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 #C603AD is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 173 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.22 |
| HSL | 307.69º | 0.97% | 0.39% | - |
| HSV(B) | 307.69º | 0.98% | 0.78% | - |
| XYZ | 30.86 | 15.09 | 40.82 | - |
| YUV | 80.69 | 180.1 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 173 | 0 | 0.98 | 0.13 | 0.22 | 307.69 | 0.97 | 0.39 |
| Hex | C6 | 3 | AD | 0 | 62 | D | 16 | 134 | 61 | 27 |
| Octal | 306 | 3 | 255 | 0 | 142 | 15 | 26 | 464 | 141 | 47 |
| Binary | 11000110 | 11 | 10101101 | 0 | 1100010 | 1101 | 10110 | 100110100 | 1100001 | 100111 |
Color Harmonies of #C603AD
Complementary color
Monochromatic Colors of #C603AD
Black with #C603AD
Text Example
Text Example
White with #C603AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C603AD; }
p { color: rgb(198,3,173); }
H1.HeaderClassName
{
color: #C603AD;
}
.AnyTagClassName
{
color: #C603AD;
}
</style>
background-color css
<style>
a { background-color: #C603AD; }
a { background-color: rgb(198,3,173); }
div.DivClassName
{
background-color: #C603AD;
}
.BgClassName
{
background-color: #C603AD;
}
</style>
border-color css
<style>
span { border-color: #C603AD; }
span { border-color: rgb(198,3,173); }
td.TdClassName
{
border-color: #C603AD;
}
.TagClassName
{
border-color: #C603AD;
}
</style>