Shades of Deep Magenta #C610CF
Tints of Deep Magenta #C610CF
RGB
CMYK
RGB Variations
Color information
#C610CF (or 0xC610CF) is known color: Deep Magenta. HEX triplet: C6, 10 and CF. RGB value is (198,16,207). Sum of RGB (Red+Green+Blue) = 198+16+207=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #C610CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610CF is #39EF30. Grayscale: #5B5B5B. Windows color (decimal): -3796785 or 13570246. OLE color: 13570246.
HSL color Cylindrical-coordinate representation of color #C610CF: hue angle of 297.17º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C610CF is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 16 | 207 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.19 |
| HSL | 297.17º | 0.86% | 0.44% | - |
| HSV(B) | 297.17º | 0.92% | 0.81% | - |
| XYZ | 34.74 | 16.88 | 60.46 | - |
| YUV | 92.19 | 192.8 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 207 | 0.04 | 0.92 | 0 | 0.19 | 297.17 | 0.86 | 0.44 |
| Hex | C6 | 10 | CF | 4 | 5C | 0 | 13 | 129 | 56 | 2C |
| Octal | 306 | 20 | 317 | 4 | 134 | 0 | 23 | 451 | 126 | 54 |
| Binary | 11000110 | 10000 | 11001111 | 100 | 1011100 | 0 | 10011 | 100101001 | 1010110 | 101100 |
Color Harmonies of #C610CF
Complementary color
Monochromatic Colors of #C610CF
Black with #C610CF
Text Example
Text Example
White with #C610CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610CF; }
p { color: rgb(198,16,207); }
H1.HeaderClassName
{
color: #C610CF;
}
.AnyTagClassName
{
color: #C610CF;
}
</style>
background-color css
<style>
a { background-color: #C610CF; }
a { background-color: rgb(198,16,207); }
div.DivClassName
{
background-color: #C610CF;
}
.BgClassName
{
background-color: #C610CF;
}
</style>
border-color css
<style>
span { border-color: #C610CF; }
span { border-color: rgb(198,16,207); }
td.TdClassName
{
border-color: #C610CF;
}
.TagClassName
{
border-color: #C610CF;
}
</style>