Shades of Deep Magenta #C600BA
Tints of Deep Magenta #C600BA
RGB
CMYK
RGB Variations
Color information
#C600BA (or 0xC600BA) is known color: Deep Magenta. HEX triplet: C6, 00 and BA. RGB value is (198,0,186). Sum of RGB (Red+Green+Blue) = 198+0+186=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C600BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600BA is #39FF45. Grayscale: #4F4F4F. Windows color (decimal): -3800902 or 12189894. OLE color: 12189894.
HSL color Cylindrical-coordinate representation of color #C600BA: hue angle of 303.64º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600BA is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.06 | 0.22 |
| HSL | 303.64º | 1% | 0.39% | - |
| HSV(B) | 303.64º | 1% | 0.78% | - |
| XYZ | 32.15 | 15.55 | 47.76 | - |
| YUV | 80.41 | 187.6 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 186 | 0 | 1 | 0.06 | 0.22 | 303.64 | 1 | 0.39 |
| Hex | C6 | 0 | BA | 0 | 64 | 6 | 16 | 130 | 64 | 27 |
| Octal | 306 | 0 | 272 | 0 | 144 | 6 | 26 | 460 | 144 | 47 |
| Binary | 11000110 | 0 | 10111010 | 0 | 1100100 | 110 | 10110 | 100110000 | 1100100 | 100111 |
Color Harmonies of #C600BA
Complementary color
Monochromatic Colors of #C600BA
Black with #C600BA
Text Example
Text Example
White with #C600BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600BA; }
p { color: rgb(198,0,186); }
H1.HeaderClassName
{
color: #C600BA;
}
.AnyTagClassName
{
color: #C600BA;
}
</style>
background-color css
<style>
a { background-color: #C600BA; }
a { background-color: rgb(198,0,186); }
div.DivClassName
{
background-color: #C600BA;
}
.BgClassName
{
background-color: #C600BA;
}
</style>
border-color css
<style>
span { border-color: #C600BA; }
span { border-color: rgb(198,0,186); }
td.TdClassName
{
border-color: #C600BA;
}
.TagClassName
{
border-color: #C600BA;
}
</style>