Shades of Deep Magenta #C61CC8
Tints of Deep Magenta #C61CC8
RGB
CMYK
RGB Variations
Color information
#C61CC8 (or 0xC61CC8) is known color: Deep Magenta. HEX triplet: C6, 1C and C8. RGB value is (198,28,200). Sum of RGB (Red+Green+Blue) = 198+28+200=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #C61CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CC8 is #39E337. Grayscale: #616161. Windows color (decimal): -3793720 or 13114566. OLE color: 13114566.
HSL color Cylindrical-coordinate representation of color #C61CC8: hue angle of 299.3º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61CC8 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 200 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.22 |
| HSL | 299.3º | 0.75% | 0.45% | - |
| HSV(B) | 299.3º | 0.86% | 0.78% | - |
| XYZ | 34.13 | 17.01 | 56.13 | - |
| YUV | 98.44 | 185.32 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 200 | 0.01 | 0.86 | 0 | 0.22 | 299.3 | 0.75 | 0.45 |
| Hex | C6 | 1C | C8 | 1 | 56 | 0 | 16 | 12B | 4B | 2D |
| Octal | 306 | 34 | 310 | 1 | 126 | 0 | 26 | 453 | 113 | 55 |
| Binary | 11000110 | 11100 | 11001000 | 1 | 1010110 | 0 | 10110 | 100101011 | 1001011 | 101101 |
Color Harmonies of #C61CC8
Complementary color
Monochromatic Colors of #C61CC8
Black with #C61CC8
Text Example
Text Example
White with #C61CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CC8; }
p { color: rgb(198,28,200); }
H1.HeaderClassName
{
color: #C61CC8;
}
.AnyTagClassName
{
color: #C61CC8;
}
</style>
background-color css
<style>
a { background-color: #C61CC8; }
a { background-color: rgb(198,28,200); }
div.DivClassName
{
background-color: #C61CC8;
}
.BgClassName
{
background-color: #C61CC8;
}
</style>
border-color css
<style>
span { border-color: #C61CC8; }
span { border-color: rgb(198,28,200); }
td.TdClassName
{
border-color: #C61CC8;
}
.TagClassName
{
border-color: #C61CC8;
}
</style>