Shades of Deep Magenta #C601BA
Tints of Deep Magenta #C601BA
RGB
CMYK
RGB Variations
Color information
#C601BA (or 0xC601BA) is known color: Deep Magenta. HEX triplet: C6, 01 and BA. RGB value is (198,1,186). Sum of RGB (Red+Green+Blue) = 198+1+186=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C601BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C601BA is #39FE45. Grayscale: #505050. Windows color (decimal): -3800646 or 12190150. OLE color: 12190150.
HSL color Cylindrical-coordinate representation of color #C601BA: hue angle of 303.65º 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 #C601BA is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 186 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.22 |
| HSL | 303.65º | 0.99% | 0.39% | - |
| HSV(B) | 303.65º | 0.99% | 0.78% | - |
| XYZ | 32.16 | 15.57 | 47.77 | - |
| YUV | 80.99 | 187.27 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 186 | 0 | 0.99 | 0.06 | 0.22 | 303.65 | 0.99 | 0.39 |
| Hex | C6 | 1 | BA | 0 | 63 | 6 | 16 | 130 | 63 | 27 |
| Octal | 306 | 1 | 272 | 0 | 143 | 6 | 26 | 460 | 143 | 47 |
| Binary | 11000110 | 1 | 10111010 | 0 | 1100011 | 110 | 10110 | 100110000 | 1100011 | 100111 |
Color Harmonies of #C601BA
Complementary color
Monochromatic Colors of #C601BA
Black with #C601BA
Text Example
Text Example
White with #C601BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C601BA; }
p { color: rgb(198,1,186); }
H1.HeaderClassName
{
color: #C601BA;
}
.AnyTagClassName
{
color: #C601BA;
}
</style>
background-color css
<style>
a { background-color: #C601BA; }
a { background-color: rgb(198,1,186); }
div.DivClassName
{
background-color: #C601BA;
}
.BgClassName
{
background-color: #C601BA;
}
</style>
border-color css
<style>
span { border-color: #C601BA; }
span { border-color: rgb(198,1,186); }
td.TdClassName
{
border-color: #C601BA;
}
.TagClassName
{
border-color: #C601BA;
}
</style>