Shades of Deep Magenta #C60BD0
Tints of Deep Magenta #C60BD0
RGB
CMYK
RGB Variations
Color information
#C60BD0 (or 0xC60BD0) is known color: Deep Magenta. HEX triplet: C6, 0B and D0. RGB value is (198,11,208). Sum of RGB (Red+Green+Blue) = 198+11+208=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #C60BD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BD0 is #39F42F. Grayscale: #585858. Windows color (decimal): -3798064 or 13634502. OLE color: 13634502.
HSL color Cylindrical-coordinate representation of color #C60BD0: hue angle of 296.95º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60BD0 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 11 | 208 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.18 |
| HSL | 296.95º | 0.9% | 0.43% | - |
| HSV(B) | 296.95º | 0.95% | 0.82% | - |
| XYZ | 34.79 | 16.8 | 61.08 | - |
| YUV | 89.37 | 194.95 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 208 | 0.05 | 0.95 | 0 | 0.18 | 296.95 | 0.9 | 0.43 |
| Hex | C6 | B | D0 | 5 | 5F | 0 | 12 | 129 | 5A | 2B |
| Octal | 306 | 13 | 320 | 5 | 137 | 0 | 22 | 451 | 132 | 53 |
| Binary | 11000110 | 1011 | 11010000 | 101 | 1011111 | 0 | 10010 | 100101001 | 1011010 | 101011 |
Color Harmonies of #C60BD0
Complementary color
Monochromatic Colors of #C60BD0
Black with #C60BD0
Text Example
Text Example
White with #C60BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BD0; }
p { color: rgb(198,11,208); }
H1.HeaderClassName
{
color: #C60BD0;
}
.AnyTagClassName
{
color: #C60BD0;
}
</style>
background-color css
<style>
a { background-color: #C60BD0; }
a { background-color: rgb(198,11,208); }
div.DivClassName
{
background-color: #C60BD0;
}
.BgClassName
{
background-color: #C60BD0;
}
</style>
border-color css
<style>
span { border-color: #C60BD0; }
span { border-color: rgb(198,11,208); }
td.TdClassName
{
border-color: #C60BD0;
}
.TagClassName
{
border-color: #C60BD0;
}
</style>