Shades of Deep Magenta #C601BC
Tints of Deep Magenta #C601BC
RGB
CMYK
RGB Variations
Color information
#C601BC (or 0xC601BC) is known color: Deep Magenta. HEX triplet: C6, 01 and BC. RGB value is (198,1,188). Sum of RGB (Red+Green+Blue) = 198+1+188=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C601BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C601BC is #39FE43. Grayscale: #505050. Windows color (decimal): -3800644 or 12321222. OLE color: 12321222.
HSL color Cylindrical-coordinate representation of color #C601BC: hue angle of 303.05º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C601BC is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 188 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.22 |
| HSL | 303.05º | 0.99% | 0.39% | - |
| HSV(B) | 303.05º | 0.99% | 0.78% | - |
| XYZ | 32.38 | 15.66 | 48.89 | - |
| YUV | 81.22 | 188.27 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 188 | 0 | 0.99 | 0.05 | 0.22 | 303.05 | 0.99 | 0.39 |
| Hex | C6 | 1 | BC | 0 | 63 | 5 | 16 | 12F | 63 | 27 |
| Octal | 306 | 1 | 274 | 0 | 143 | 5 | 26 | 457 | 143 | 47 |
| Binary | 11000110 | 1 | 10111100 | 0 | 1100011 | 101 | 10110 | 100101111 | 1100011 | 100111 |
Color Harmonies of #C601BC
Complementary color
Monochromatic Colors of #C601BC
Black with #C601BC
Text Example
Text Example
White with #C601BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C601BC; }
p { color: rgb(198,1,188); }
H1.HeaderClassName
{
color: #C601BC;
}
.AnyTagClassName
{
color: #C601BC;
}
</style>
background-color css
<style>
a { background-color: #C601BC; }
a { background-color: rgb(198,1,188); }
div.DivClassName
{
background-color: #C601BC;
}
.BgClassName
{
background-color: #C601BC;
}
</style>
border-color css
<style>
span { border-color: #C601BC; }
span { border-color: rgb(198,1,188); }
td.TdClassName
{
border-color: #C601BC;
}
.TagClassName
{
border-color: #C601BC;
}
</style>