Shades of Deep Magenta #C600BD
Tints of Deep Magenta #C600BD
RGB
CMYK
RGB Variations
Color information
#C600BD (or 0xC600BD) is known color: Deep Magenta. HEX triplet: C6, 00 and BD. RGB value is (198,0,189). Sum of RGB (Red+Green+Blue) = 198+0+189=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C600BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600BD is #39FF42. Grayscale: #505050. Windows color (decimal): -3800899 or 12386502. OLE color: 12386502.
HSL color Cylindrical-coordinate representation of color #C600BD: hue angle of 302.73º 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 #C600BD is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.05 | 0.22 |
| HSL | 302.73º | 1% | 0.39% | - |
| HSV(B) | 302.73º | 1% | 0.78% | - |
| XYZ | 32.47 | 15.68 | 49.46 | - |
| YUV | 80.75 | 189.1 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 189 | 0 | 1 | 0.05 | 0.22 | 302.73 | 1 | 0.39 |
| Hex | C6 | 0 | BD | 0 | 64 | 5 | 16 | 12F | 64 | 27 |
| Octal | 306 | 0 | 275 | 0 | 144 | 5 | 26 | 457 | 144 | 47 |
| Binary | 11000110 | 0 | 10111101 | 0 | 1100100 | 101 | 10110 | 100101111 | 1100100 | 100111 |
Color Harmonies of #C600BD
Complementary color
Monochromatic Colors of #C600BD
Black with #C600BD
Text Example
Text Example
White with #C600BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600BD; }
p { color: rgb(198,0,189); }
H1.HeaderClassName
{
color: #C600BD;
}
.AnyTagClassName
{
color: #C600BD;
}
</style>
background-color css
<style>
a { background-color: #C600BD; }
a { background-color: rgb(198,0,189); }
div.DivClassName
{
background-color: #C600BD;
}
.BgClassName
{
background-color: #C600BD;
}
</style>
border-color css
<style>
span { border-color: #C600BD; }
span { border-color: rgb(198,0,189); }
td.TdClassName
{
border-color: #C600BD;
}
.TagClassName
{
border-color: #C600BD;
}
</style>