Shades of Deep Magenta #C60BD5
Tints of Deep Magenta #C60BD5
RGB
CMYK
RGB Variations
Color information
#C60BD5 (or 0xC60BD5) is known color: Deep Magenta. HEX triplet: C6, 0B and D5. RGB value is (198,11,213). Sum of RGB (Red+Green+Blue) = 198+11+213=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #C60BD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BD5 is #39F42A. Grayscale: #595959. Windows color (decimal): -3798059 or 13962182. OLE color: 13962182.
HSL color Cylindrical-coordinate representation of color #C60BD5: hue angle of 295.54º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60BD5 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 11 | 213 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.16 |
| HSL | 295.54º | 0.9% | 0.44% | - |
| HSV(B) | 295.54º | 0.95% | 0.84% | - |
| XYZ | 35.42 | 17.05 | 64.37 | - |
| YUV | 89.94 | 197.45 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 213 | 0.07 | 0.95 | 0 | 0.16 | 295.54 | 0.9 | 0.44 |
| Hex | C6 | B | D5 | 7 | 5F | 0 | 10 | 128 | 5A | 2C |
| Octal | 306 | 13 | 325 | 7 | 137 | 0 | 20 | 450 | 132 | 54 |
| Binary | 11000110 | 1011 | 11010101 | 111 | 1011111 | 0 | 10000 | 100101000 | 1011010 | 101100 |
Color Harmonies of #C60BD5
Complementary color
Monochromatic Colors of #C60BD5
Black with #C60BD5
Text Example
Text Example
White with #C60BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BD5; }
p { color: rgb(198,11,213); }
H1.HeaderClassName
{
color: #C60BD5;
}
.AnyTagClassName
{
color: #C60BD5;
}
</style>
background-color css
<style>
a { background-color: #C60BD5; }
a { background-color: rgb(198,11,213); }
div.DivClassName
{
background-color: #C60BD5;
}
.BgClassName
{
background-color: #C60BD5;
}
</style>
border-color css
<style>
span { border-color: #C60BD5; }
span { border-color: rgb(198,11,213); }
td.TdClassName
{
border-color: #C60BD5;
}
.TagClassName
{
border-color: #C60BD5;
}
</style>