Shades of Deep Magenta #C610CB
Tints of Deep Magenta #C610CB
RGB
CMYK
RGB Variations
Color information
#C610CB (or 0xC610CB) is known color: Deep Magenta. HEX triplet: C6, 10 and CB. RGB value is (198,16,203). Sum of RGB (Red+Green+Blue) = 198+16+203=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #C610CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610CB is #39EF34. Grayscale: #5B5B5B. Windows color (decimal): -3796789 or 13308102. OLE color: 13308102.
HSL color Cylindrical-coordinate representation of color #C610CB: hue angle of 298.4º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C610CB is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 16 | 203 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.20 |
| HSL | 298.4º | 0.85% | 0.43% | - |
| HSV(B) | 298.4º | 0.92% | 0.8% | - |
| XYZ | 34.25 | 16.69 | 57.92 | - |
| YUV | 91.74 | 190.8 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 203 | 0.02 | 0.92 | 0 | 0.20 | 298.4 | 0.85 | 0.43 |
| Hex | C6 | 10 | CB | 2 | 5C | 0 | 14 | 12A | 55 | 2B |
| Octal | 306 | 20 | 313 | 2 | 134 | 0 | 24 | 452 | 125 | 53 |
| Binary | 11000110 | 10000 | 11001011 | 10 | 1011100 | 0 | 10100 | 100101010 | 1010101 | 101011 |
Color Harmonies of #C610CB
Complementary color
Monochromatic Colors of #C610CB
Black with #C610CB
Text Example
Text Example
White with #C610CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610CB; }
p { color: rgb(198,16,203); }
H1.HeaderClassName
{
color: #C610CB;
}
.AnyTagClassName
{
color: #C610CB;
}
</style>
background-color css
<style>
a { background-color: #C610CB; }
a { background-color: rgb(198,16,203); }
div.DivClassName
{
background-color: #C610CB;
}
.BgClassName
{
background-color: #C610CB;
}
</style>
border-color css
<style>
span { border-color: #C610CB; }
span { border-color: rgb(198,16,203); }
td.TdClassName
{
border-color: #C610CB;
}
.TagClassName
{
border-color: #C610CB;
}
</style>