Shades of Deep Magenta #C616CD
Tints of Deep Magenta #C616CD
RGB
CMYK
RGB Variations
Color information
#C616CD (or 0xC616CD) is known color: Deep Magenta. HEX triplet: C6, 16 and CD. RGB value is (198,22,205). Sum of RGB (Red+Green+Blue) = 198+22+205=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #C616CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C616CD is #39E932. Grayscale: #5E5E5E. Windows color (decimal): -3795251 or 13440710. OLE color: 13440710.
HSL color Cylindrical-coordinate representation of color #C616CD: hue angle of 297.7º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C616CD is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 22 | 205 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.20 |
| HSL | 297.7º | 0.81% | 0.45% | - |
| HSV(B) | 297.7º | 0.89% | 0.8% | - |
| XYZ | 34.6 | 16.99 | 59.21 | - |
| YUV | 95.49 | 189.81 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 205 | 0.03 | 0.89 | 0 | 0.20 | 297.7 | 0.81 | 0.45 |
| Hex | C6 | 16 | CD | 3 | 59 | 0 | 14 | 12A | 51 | 2D |
| Octal | 306 | 26 | 315 | 3 | 131 | 0 | 24 | 452 | 121 | 55 |
| Binary | 11000110 | 10110 | 11001101 | 11 | 1011001 | 0 | 10100 | 100101010 | 1010001 | 101101 |
Color Harmonies of #C616CD
Complementary color
Monochromatic Colors of #C616CD
Black with #C616CD
Text Example
Text Example
White with #C616CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C616CD; }
p { color: rgb(198,22,205); }
H1.HeaderClassName
{
color: #C616CD;
}
.AnyTagClassName
{
color: #C616CD;
}
</style>
background-color css
<style>
a { background-color: #C616CD; }
a { background-color: rgb(198,22,205); }
div.DivClassName
{
background-color: #C616CD;
}
.BgClassName
{
background-color: #C616CD;
}
</style>
border-color css
<style>
span { border-color: #C616CD; }
span { border-color: rgb(198,22,205); }
td.TdClassName
{
border-color: #C616CD;
}
.TagClassName
{
border-color: #C616CD;
}
</style>