Shades of Deep Magenta #C610B4
Tints of Deep Magenta #C610B4
RGB
CMYK
RGB Variations
Color information
#C610B4 (or 0xC610B4) is known color: Deep Magenta. HEX triplet: C6, 10 and B4. RGB value is (198,16,180). Sum of RGB (Red+Green+Blue) = 198+16+180=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C610B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610B4 is #39EF4B. Grayscale: #585858. Windows color (decimal): -3796812 or 11800774. OLE color: 11800774.
HSL color Cylindrical-coordinate representation of color #C610B4: hue angle of 305.93º 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 #C610B4 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 180 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.22 |
| HSL | 305.93º | 0.85% | 0.42% | - |
| HSV(B) | 305.93º | 0.92% | 0.78% | - |
| XYZ | 31.71 | 15.67 | 44.53 | - |
| YUV | 89.11 | 179.3 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 180 | 0 | 0.92 | 0.09 | 0.22 | 305.93 | 0.85 | 0.42 |
| Hex | C6 | 10 | B4 | 0 | 5C | 9 | 16 | 132 | 55 | 2A |
| Octal | 306 | 20 | 264 | 0 | 134 | 11 | 26 | 462 | 125 | 52 |
| Binary | 11000110 | 10000 | 10110100 | 0 | 1011100 | 1001 | 10110 | 100110010 | 1010101 | 101010 |
Color Harmonies of #C610B4
Complementary color
Monochromatic Colors of #C610B4
Black with #C610B4
Text Example
Text Example
White with #C610B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610B4; }
p { color: rgb(198,16,180); }
H1.HeaderClassName
{
color: #C610B4;
}
.AnyTagClassName
{
color: #C610B4;
}
</style>
background-color css
<style>
a { background-color: #C610B4; }
a { background-color: rgb(198,16,180); }
div.DivClassName
{
background-color: #C610B4;
}
.BgClassName
{
background-color: #C610B4;
}
</style>
border-color css
<style>
span { border-color: #C610B4; }
span { border-color: rgb(198,16,180); }
td.TdClassName
{
border-color: #C610B4;
}
.TagClassName
{
border-color: #C610B4;
}
</style>