Shades of Deep Magenta #C60BCD
Tints of Deep Magenta #C60BCD
RGB
CMYK
RGB Variations
Color information
#C60BCD (or 0xC60BCD) is known color: Deep Magenta. HEX triplet: C6, 0B and CD. RGB value is (198,11,205). Sum of RGB (Red+Green+Blue) = 198+11+205=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #C60BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BCD is #39F432. Grayscale: #585858. Windows color (decimal): -3798067 or 13437894. OLE color: 13437894.
HSL color Cylindrical-coordinate representation of color #C60BCD: hue angle of 297.84º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60BCD is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 11 | 205 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.20 |
| HSL | 297.84º | 0.9% | 0.42% | - |
| HSV(B) | 297.84º | 0.95% | 0.8% | - |
| XYZ | 34.43 | 16.65 | 59.16 | - |
| YUV | 89.03 | 193.45 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 205 | 0.03 | 0.95 | 0 | 0.20 | 297.84 | 0.9 | 0.42 |
| Hex | C6 | B | CD | 3 | 5F | 0 | 14 | 12A | 5A | 2A |
| Octal | 306 | 13 | 315 | 3 | 137 | 0 | 24 | 452 | 132 | 52 |
| Binary | 11000110 | 1011 | 11001101 | 11 | 1011111 | 0 | 10100 | 100101010 | 1011010 | 101010 |
Color Harmonies of #C60BCD
Complementary color
Monochromatic Colors of #C60BCD
Black with #C60BCD
Text Example
Text Example
White with #C60BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BCD; }
p { color: rgb(198,11,205); }
H1.HeaderClassName
{
color: #C60BCD;
}
.AnyTagClassName
{
color: #C60BCD;
}
</style>
background-color css
<style>
a { background-color: #C60BCD; }
a { background-color: rgb(198,11,205); }
div.DivClassName
{
background-color: #C60BCD;
}
.BgClassName
{
background-color: #C60BCD;
}
</style>
border-color css
<style>
span { border-color: #C60BCD; }
span { border-color: rgb(198,11,205); }
td.TdClassName
{
border-color: #C60BCD;
}
.TagClassName
{
border-color: #C60BCD;
}
</style>