Shades of Deep Magenta #C603B7
Tints of Deep Magenta #C603B7
RGB
CMYK
RGB Variations
Color information
#C603B7 (or 0xC603B7) is known color: Deep Magenta. HEX triplet: C6, 03 and B7. RGB value is (198,3,183). Sum of RGB (Red+Green+Blue) = 198+3+183=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 183 (71.88% from 255 or 47.66% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C603B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C603B7 is #39FC48. Grayscale: #515151. Windows color (decimal): -3800137 or 11994054. OLE color: 11994054.
HSL color Cylindrical-coordinate representation of color #C603B7: hue angle of 304.62º 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 #C603B7 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 183 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.22 |
| HSL | 304.62º | 0.97% | 0.39% | - |
| HSV(B) | 304.62º | 0.98% | 0.78% | - |
| XYZ | 31.87 | 15.49 | 46.11 | - |
| YUV | 81.83 | 185.1 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 183 | 0 | 0.98 | 0.08 | 0.22 | 304.62 | 0.97 | 0.39 |
| Hex | C6 | 3 | B7 | 0 | 62 | 8 | 16 | 131 | 61 | 27 |
| Octal | 306 | 3 | 267 | 0 | 142 | 10 | 26 | 461 | 141 | 47 |
| Binary | 11000110 | 11 | 10110111 | 0 | 1100010 | 1000 | 10110 | 100110001 | 1100001 | 100111 |
Color Harmonies of #C603B7
Complementary color
Monochromatic Colors of #C603B7
Black with #C603B7
Text Example
Text Example
White with #C603B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C603B7; }
p { color: rgb(198,3,183); }
H1.HeaderClassName
{
color: #C603B7;
}
.AnyTagClassName
{
color: #C603B7;
}
</style>
background-color css
<style>
a { background-color: #C603B7; }
a { background-color: rgb(198,3,183); }
div.DivClassName
{
background-color: #C603B7;
}
.BgClassName
{
background-color: #C603B7;
}
</style>
border-color css
<style>
span { border-color: #C603B7; }
span { border-color: rgb(198,3,183); }
td.TdClassName
{
border-color: #C603B7;
}
.TagClassName
{
border-color: #C603B7;
}
</style>