Shades of Deep Magenta #C610B5
Tints of Deep Magenta #C610B5
RGB
CMYK
RGB Variations
Color information
#C610B5 (or 0xC610B5) is known color: Deep Magenta. HEX triplet: C6, 10 and B5. RGB value is (198,16,181). Sum of RGB (Red+Green+Blue) = 198+16+181=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C610B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610B5 is #39EF4A. Grayscale: #585858. Windows color (decimal): -3796811 or 11866310. OLE color: 11866310.
HSL color Cylindrical-coordinate representation of color #C610B5: hue angle of 305.6º 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 #C610B5 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 181 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.22 |
| HSL | 305.6º | 0.85% | 0.42% | - |
| HSV(B) | 305.6º | 0.92% | 0.78% | - |
| XYZ | 31.81 | 15.71 | 45.07 | - |
| YUV | 89.23 | 179.8 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 181 | 0 | 0.92 | 0.09 | 0.22 | 305.6 | 0.85 | 0.42 |
| Hex | C6 | 10 | B5 | 0 | 5C | 9 | 16 | 132 | 55 | 2A |
| Octal | 306 | 20 | 265 | 0 | 134 | 11 | 26 | 462 | 125 | 52 |
| Binary | 11000110 | 10000 | 10110101 | 0 | 1011100 | 1001 | 10110 | 100110010 | 1010101 | 101010 |
Color Harmonies of #C610B5
Complementary color
Monochromatic Colors of #C610B5
Black with #C610B5
Text Example
Text Example
White with #C610B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610B5; }
p { color: rgb(198,16,181); }
H1.HeaderClassName
{
color: #C610B5;
}
.AnyTagClassName
{
color: #C610B5;
}
</style>
background-color css
<style>
a { background-color: #C610B5; }
a { background-color: rgb(198,16,181); }
div.DivClassName
{
background-color: #C610B5;
}
.BgClassName
{
background-color: #C610B5;
}
</style>
border-color css
<style>
span { border-color: #C610B5; }
span { border-color: rgb(198,16,181); }
td.TdClassName
{
border-color: #C610B5;
}
.TagClassName
{
border-color: #C610B5;
}
</style>