Shades of Deep Magenta #C603BB
Tints of Deep Magenta #C603BB
RGB
CMYK
RGB Variations
Color information
#C603BB (or 0xC603BB) is known color: Deep Magenta. HEX triplet: C6, 03 and BB. RGB value is (198,3,187). Sum of RGB (Red+Green+Blue) = 198+3+187=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C603BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C603BB is #39FC44. Grayscale: #515151. Windows color (decimal): -3800133 or 12256198. OLE color: 12256198.
HSL color Cylindrical-coordinate representation of color #C603BB: hue angle of 303.38º 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 #C603BB is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 187 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.22 |
| HSL | 303.38º | 0.97% | 0.39% | - |
| HSV(B) | 303.38º | 0.98% | 0.78% | - |
| XYZ | 32.29 | 15.66 | 48.33 | - |
| YUV | 82.28 | 187.1 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 187 | 0 | 0.98 | 0.06 | 0.22 | 303.38 | 0.97 | 0.39 |
| Hex | C6 | 3 | BB | 0 | 62 | 6 | 16 | 12F | 61 | 27 |
| Octal | 306 | 3 | 273 | 0 | 142 | 6 | 26 | 457 | 141 | 47 |
| Binary | 11000110 | 11 | 10111011 | 0 | 1100010 | 110 | 10110 | 100101111 | 1100001 | 100111 |
Color Harmonies of #C603BB
Complementary color
Monochromatic Colors of #C603BB
Black with #C603BB
Text Example
Text Example
White with #C603BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C603BB; }
p { color: rgb(198,3,187); }
H1.HeaderClassName
{
color: #C603BB;
}
.AnyTagClassName
{
color: #C603BB;
}
</style>
background-color css
<style>
a { background-color: #C603BB; }
a { background-color: rgb(198,3,187); }
div.DivClassName
{
background-color: #C603BB;
}
.BgClassName
{
background-color: #C603BB;
}
</style>
border-color css
<style>
span { border-color: #C603BB; }
span { border-color: rgb(198,3,187); }
td.TdClassName
{
border-color: #C603BB;
}
.TagClassName
{
border-color: #C603BB;
}
</style>