Shades of Deep Magenta #C61CCC
Tints of Deep Magenta #C61CCC
RGB
CMYK
RGB Variations
Color information
#C61CCC (or 0xC61CCC) is known color: Deep Magenta. HEX triplet: C6, 1C and CC. RGB value is (198,28,204). Sum of RGB (Red+Green+Blue) = 198+28+204=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #C61CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CCC is #39E333. Grayscale: #626262. Windows color (decimal): -3793716 or 13376710. OLE color: 13376710.
HSL color Cylindrical-coordinate representation of color #C61CCC: hue angle of 297.95º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61CCC is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 28 | 204 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.2 |
| HSL | 297.95º | 0.76% | 0.45% | - |
| HSV(B) | 297.95º | 0.86% | 0.8% | - |
| XYZ | 34.6 | 17.2 | 58.62 | - |
| YUV | 98.89 | 187.32 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 204 | 0.03 | 0.86 | 0 | 0.2 | 297.95 | 0.76 | 0.45 |
| Hex | C6 | 1C | CC | 3 | 56 | 0 | 14 | 12A | 4C | 2D |
| Octal | 306 | 34 | 314 | 3 | 126 | 0 | 24 | 452 | 114 | 55 |
| Binary | 11000110 | 11100 | 11001100 | 11 | 1010110 | 0 | 10100 | 100101010 | 1001100 | 101101 |
Color Harmonies of #C61CCC
Complementary color
Monochromatic Colors of #C61CCC
Black with #C61CCC
Text Example
Text Example
White with #C61CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CCC; }
p { color: rgb(198,28,204); }
H1.HeaderClassName
{
color: #C61CCC;
}
.AnyTagClassName
{
color: #C61CCC;
}
</style>
background-color css
<style>
a { background-color: #C61CCC; }
a { background-color: rgb(198,28,204); }
div.DivClassName
{
background-color: #C61CCC;
}
.BgClassName
{
background-color: #C61CCC;
}
</style>
border-color css
<style>
span { border-color: #C61CCC; }
span { border-color: rgb(198,28,204); }
td.TdClassName
{
border-color: #C61CCC;
}
.TagClassName
{
border-color: #C61CCC;
}
</style>