Shades of Deep Magenta #C603C5
Tints of Deep Magenta #C603C5
RGB
CMYK
RGB Variations
Color information
#C603C5 (or 0xC603C5) is known color: Deep Magenta. HEX triplet: C6, 03 and C5. RGB value is (198,3,197). Sum of RGB (Red+Green+Blue) = 198+3+197=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 197 (77.34% from 255 or 49.50% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C603C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C603C5 is #39FC3A. Grayscale: #525252. Windows color (decimal): -3800123 or 12911558. OLE color: 12911558.
HSL color Cylindrical-coordinate representation of color #C603C5: hue angle of 300.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 #C603C5 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 197 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.22 |
| HSL | 300.31º | 0.97% | 0.39% | - |
| HSV(B) | 300.31º | 0.98% | 0.78% | - |
| XYZ | 33.4 | 16.1 | 54.17 | - |
| YUV | 83.42 | 192.1 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 197 | 0 | 0.98 | 0.01 | 0.22 | 300.31 | 0.97 | 0.39 |
| Hex | C6 | 3 | C5 | 0 | 62 | 1 | 16 | 12C | 61 | 27 |
| Octal | 306 | 3 | 305 | 0 | 142 | 1 | 26 | 454 | 141 | 47 |
| Binary | 11000110 | 11 | 11000101 | 0 | 1100010 | 1 | 10110 | 100101100 | 1100001 | 100111 |
Color Harmonies of #C603C5
Complementary color
Monochromatic Colors of #C603C5
Black with #C603C5
Text Example
Text Example
White with #C603C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C603C5; }
p { color: rgb(198,3,197); }
H1.HeaderClassName
{
color: #C603C5;
}
.AnyTagClassName
{
color: #C603C5;
}
</style>
background-color css
<style>
a { background-color: #C603C5; }
a { background-color: rgb(198,3,197); }
div.DivClassName
{
background-color: #C603C5;
}
.BgClassName
{
background-color: #C603C5;
}
</style>
border-color css
<style>
span { border-color: #C603C5; }
span { border-color: rgb(198,3,197); }
td.TdClassName
{
border-color: #C603C5;
}
.TagClassName
{
border-color: #C603C5;
}
</style>