Shades of Deep Magenta #C60BDD
Tints of Deep Magenta #C60BDD
RGB
CMYK
RGB Variations
Color information
#C60BDD (or 0xC60BDD) is known color: Deep Magenta. HEX triplet: C6, 0B and DD. RGB value is (198,11,221). Sum of RGB (Red+Green+Blue) = 198+11+221=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #C60BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BDD is #39F422. Grayscale: #5A5A5A. Windows color (decimal): -3798051 or 14486470. OLE color: 14486470.
HSL color Cylindrical-coordinate representation of color #C60BDD: hue angle of 293.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60BDD is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 11 | 221 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.13 |
| HSL | 293.43º | 0.91% | 0.45% | - |
| HSV(B) | 293.43º | 0.95% | 0.87% | - |
| XYZ | 36.46 | 17.47 | 69.86 | - |
| YUV | 90.85 | 201.45 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 221 | 0.10 | 0.95 | 0 | 0.13 | 293.43 | 0.91 | 0.45 |
| Hex | C6 | B | DD | A | 5F | 0 | D | 125 | 5B | 2D |
| Octal | 306 | 13 | 335 | 12 | 137 | 0 | 15 | 445 | 133 | 55 |
| Binary | 11000110 | 1011 | 11011101 | 1010 | 1011111 | 0 | 1101 | 100100101 | 1011011 | 101101 |
Color Harmonies of #C60BDD
Complementary color
Monochromatic Colors of #C60BDD
Black with #C60BDD
Text Example
Text Example
White with #C60BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BDD; }
p { color: rgb(198,11,221); }
H1.HeaderClassName
{
color: #C60BDD;
}
.AnyTagClassName
{
color: #C60BDD;
}
</style>
background-color css
<style>
a { background-color: #C60BDD; }
a { background-color: rgb(198,11,221); }
div.DivClassName
{
background-color: #C60BDD;
}
.BgClassName
{
background-color: #C60BDD;
}
</style>
border-color css
<style>
span { border-color: #C60BDD; }
span { border-color: rgb(198,11,221); }
td.TdClassName
{
border-color: #C60BDD;
}
.TagClassName
{
border-color: #C60BDD;
}
</style>