Shades of Deep Magenta #C610BE
Tints of Deep Magenta #C610BE
RGB
CMYK
RGB Variations
Color information
#C610BE (or 0xC610BE) is known color: Deep Magenta. HEX triplet: C6, 10 and BE. RGB value is (198,16,190). Sum of RGB (Red+Green+Blue) = 198+16+190=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C610BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610BE is #39EF41. Grayscale: #595959. Windows color (decimal): -3796802 or 12456134. OLE color: 12456134.
HSL color Cylindrical-coordinate representation of color #C610BE: hue angle of 302.64º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C610BE is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 190 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.22 |
| HSL | 302.64º | 0.85% | 0.42% | - |
| HSV(B) | 302.64º | 0.92% | 0.78% | - |
| XYZ | 32.77 | 16.09 | 50.09 | - |
| YUV | 90.25 | 184.3 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 190 | 0 | 0.92 | 0.04 | 0.22 | 302.64 | 0.85 | 0.42 |
| Hex | C6 | 10 | BE | 0 | 5C | 4 | 16 | 12F | 55 | 2A |
| Octal | 306 | 20 | 276 | 0 | 134 | 4 | 26 | 457 | 125 | 52 |
| Binary | 11000110 | 10000 | 10111110 | 0 | 1011100 | 100 | 10110 | 100101111 | 1010101 | 101010 |
Color Harmonies of #C610BE
Complementary color
Monochromatic Colors of #C610BE
Black with #C610BE
Text Example
Text Example
White with #C610BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610BE; }
p { color: rgb(198,16,190); }
H1.HeaderClassName
{
color: #C610BE;
}
.AnyTagClassName
{
color: #C610BE;
}
</style>
background-color css
<style>
a { background-color: #C610BE; }
a { background-color: rgb(198,16,190); }
div.DivClassName
{
background-color: #C610BE;
}
.BgClassName
{
background-color: #C610BE;
}
</style>
border-color css
<style>
span { border-color: #C610BE; }
span { border-color: rgb(198,16,190); }
td.TdClassName
{
border-color: #C610BE;
}
.TagClassName
{
border-color: #C610BE;
}
</style>