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