Shades of Deep Magenta #C603BD
Tints of Deep Magenta #C603BD
RGB
CMYK
RGB Variations
Color information
#C603BD (or 0xC603BD) is known color: Deep Magenta. HEX triplet: C6, 03 and BD. RGB value is (198,3,189). Sum of RGB (Red+Green+Blue) = 198+3+189=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C603BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C603BD is #39FC42. Grayscale: #515151. Windows color (decimal): -3800131 or 12387270. OLE color: 12387270.
HSL color Cylindrical-coordinate representation of color #C603BD: hue angle of 302.77º 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 #C603BD is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 189 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.22 |
| HSL | 302.77º | 0.97% | 0.39% | - |
| HSV(B) | 302.77º | 0.98% | 0.78% | - |
| XYZ | 32.51 | 15.75 | 49.47 | - |
| YUV | 82.51 | 188.1 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 189 | 0 | 0.98 | 0.05 | 0.22 | 302.77 | 0.97 | 0.39 |
| Hex | C6 | 3 | BD | 0 | 62 | 5 | 16 | 12F | 61 | 27 |
| Octal | 306 | 3 | 275 | 0 | 142 | 5 | 26 | 457 | 141 | 47 |
| Binary | 11000110 | 11 | 10111101 | 0 | 1100010 | 101 | 10110 | 100101111 | 1100001 | 100111 |
Color Harmonies of #C603BD
Complementary color
Monochromatic Colors of #C603BD
Black with #C603BD
Text Example
Text Example
White with #C603BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C603BD; }
p { color: rgb(198,3,189); }
H1.HeaderClassName
{
color: #C603BD;
}
.AnyTagClassName
{
color: #C603BD;
}
</style>
background-color css
<style>
a { background-color: #C603BD; }
a { background-color: rgb(198,3,189); }
div.DivClassName
{
background-color: #C603BD;
}
.BgClassName
{
background-color: #C603BD;
}
</style>
border-color css
<style>
span { border-color: #C603BD; }
span { border-color: rgb(198,3,189); }
td.TdClassName
{
border-color: #C603BD;
}
.TagClassName
{
border-color: #C603BD;
}
</style>