Shades of Deep Magenta #C603AB
Tints of Deep Magenta #C603AB
RGB
CMYK
RGB Variations
Color information
#C603AB (or 0xC603AB) is known color: Deep Magenta. HEX triplet: C6, 03 and AB. RGB value is (198,3,171). Sum of RGB (Red+Green+Blue) = 198+3+171=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C603AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C603AB is #39FC54. Grayscale: #4F4F4F. Windows color (decimal): -3800149 or 11207622. OLE color: 11207622.
HSL color Cylindrical-coordinate representation of color #C603AB: hue angle of 308.31º 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 #C603AB is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 171 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.22 |
| HSL | 308.31º | 0.97% | 0.39% | - |
| HSV(B) | 308.31º | 0.98% | 0.78% | - |
| XYZ | 30.67 | 15.01 | 39.81 | - |
| YUV | 80.46 | 179.1 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 171 | 0 | 0.98 | 0.14 | 0.22 | 308.31 | 0.97 | 0.39 |
| Hex | C6 | 3 | AB | 0 | 62 | E | 16 | 134 | 61 | 27 |
| Octal | 306 | 3 | 253 | 0 | 142 | 16 | 26 | 464 | 141 | 47 |
| Binary | 11000110 | 11 | 10101011 | 0 | 1100010 | 1110 | 10110 | 100110100 | 1100001 | 100111 |
Color Harmonies of #C603AB
Complementary color
Monochromatic Colors of #C603AB
Black with #C603AB
Text Example
Text Example
White with #C603AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C603AB; }
p { color: rgb(198,3,171); }
H1.HeaderClassName
{
color: #C603AB;
}
.AnyTagClassName
{
color: #C603AB;
}
</style>
background-color css
<style>
a { background-color: #C603AB; }
a { background-color: rgb(198,3,171); }
div.DivClassName
{
background-color: #C603AB;
}
.BgClassName
{
background-color: #C603AB;
}
</style>
border-color css
<style>
span { border-color: #C603AB; }
span { border-color: rgb(198,3,171); }
td.TdClassName
{
border-color: #C603AB;
}
.TagClassName
{
border-color: #C603AB;
}
</style>