Shades of Deep Magenta #C60BDF
Tints of Deep Magenta #C60BDF
RGB
CMYK
RGB Variations
Color information
#C60BDF (or 0xC60BDF) is known color: Deep Magenta. HEX triplet: C6, 0B and DF. RGB value is (198,11,223). Sum of RGB (Red+Green+Blue) = 198+11+223=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #C60BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BDF is #39F420. Grayscale: #5A5A5A. Windows color (decimal): -3798049 or 14617542. OLE color: 14617542.
HSL color Cylindrical-coordinate representation of color #C60BDF: hue angle of 292.92º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60BDF is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 11 | 223 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.13 |
| HSL | 292.92º | 0.91% | 0.46% | - |
| HSV(B) | 292.92º | 0.95% | 0.87% | - |
| XYZ | 36.73 | 17.57 | 71.27 | - |
| YUV | 91.08 | 202.45 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 223 | 0.11 | 0.95 | 0 | 0.13 | 292.92 | 0.91 | 0.46 |
| Hex | C6 | B | DF | B | 5F | 0 | D | 125 | 5B | 2E |
| Octal | 306 | 13 | 337 | 13 | 137 | 0 | 15 | 445 | 133 | 56 |
| Binary | 11000110 | 1011 | 11011111 | 1011 | 1011111 | 0 | 1101 | 100100101 | 1011011 | 101110 |
Color Harmonies of #C60BDF
Complementary color
Monochromatic Colors of #C60BDF
Black with #C60BDF
Text Example
Text Example
White with #C60BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BDF; }
p { color: rgb(198,11,223); }
H1.HeaderClassName
{
color: #C60BDF;
}
.AnyTagClassName
{
color: #C60BDF;
}
</style>
background-color css
<style>
a { background-color: #C60BDF; }
a { background-color: rgb(198,11,223); }
div.DivClassName
{
background-color: #C60BDF;
}
.BgClassName
{
background-color: #C60BDF;
}
</style>
border-color css
<style>
span { border-color: #C60BDF; }
span { border-color: rgb(198,11,223); }
td.TdClassName
{
border-color: #C60BDF;
}
.TagClassName
{
border-color: #C60BDF;
}
</style>