Shades of Deep Magenta #C610CD
Tints of Deep Magenta #C610CD
RGB
CMYK
RGB Variations
Color information
#C610CD (or 0xC610CD) is known color: Deep Magenta. HEX triplet: C6, 10 and CD. RGB value is (198,16,205). Sum of RGB (Red+Green+Blue) = 198+16+205=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #C610CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610CD is #39EF32. Grayscale: #5B5B5B. Windows color (decimal): -3796787 or 13439174. OLE color: 13439174.
HSL color Cylindrical-coordinate representation of color #C610CD: hue angle of 297.78º degrees, saturation: 0.86, 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 #C610CD is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 16 | 205 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.20 |
| HSL | 297.78º | 0.86% | 0.43% | - |
| HSV(B) | 297.78º | 0.92% | 0.8% | - |
| XYZ | 34.49 | 16.78 | 59.18 | - |
| YUV | 91.96 | 191.8 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 205 | 0.03 | 0.92 | 0 | 0.20 | 297.78 | 0.86 | 0.43 |
| Hex | C6 | 10 | CD | 3 | 5C | 0 | 14 | 12A | 56 | 2B |
| Octal | 306 | 20 | 315 | 3 | 134 | 0 | 24 | 452 | 126 | 53 |
| Binary | 11000110 | 10000 | 11001101 | 11 | 1011100 | 0 | 10100 | 100101010 | 1010110 | 101011 |
Color Harmonies of #C610CD
Complementary color
Monochromatic Colors of #C610CD
Black with #C610CD
Text Example
Text Example
White with #C610CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610CD; }
p { color: rgb(198,16,205); }
H1.HeaderClassName
{
color: #C610CD;
}
.AnyTagClassName
{
color: #C610CD;
}
</style>
background-color css
<style>
a { background-color: #C610CD; }
a { background-color: rgb(198,16,205); }
div.DivClassName
{
background-color: #C610CD;
}
.BgClassName
{
background-color: #C610CD;
}
</style>
border-color css
<style>
span { border-color: #C610CD; }
span { border-color: rgb(198,16,205); }
td.TdClassName
{
border-color: #C610CD;
}
.TagClassName
{
border-color: #C610CD;
}
</style>