Shades of Deep Magenta #C617CB
Tints of Deep Magenta #C617CB
RGB
CMYK
RGB Variations
Color information
#C617CB (or 0xC617CB) is known color: Deep Magenta. HEX triplet: C6, 17 and CB. RGB value is (198,23,203). Sum of RGB (Red+Green+Blue) = 198+23+203=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #C617CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C617CB is #39E834. Grayscale: #5F5F5F. Windows color (decimal): -3794997 or 13309894. OLE color: 13309894.
HSL color Cylindrical-coordinate representation of color #C617CB: hue angle of 298.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C617CB is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 23 | 203 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.20 |
| HSL | 298.33º | 0.8% | 0.44% | - |
| HSV(B) | 298.33º | 0.89% | 0.8% | - |
| XYZ | 34.37 | 16.93 | 57.96 | - |
| YUV | 95.85 | 188.48 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 203 | 0.02 | 0.89 | 0 | 0.20 | 298.33 | 0.8 | 0.44 |
| Hex | C6 | 17 | CB | 2 | 59 | 0 | 14 | 12A | 50 | 2C |
| Octal | 306 | 27 | 313 | 2 | 131 | 0 | 24 | 452 | 120 | 54 |
| Binary | 11000110 | 10111 | 11001011 | 10 | 1011001 | 0 | 10100 | 100101010 | 1010000 | 101100 |
Color Harmonies of #C617CB
Complementary color
Monochromatic Colors of #C617CB
Black with #C617CB
Text Example
Text Example
White with #C617CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C617CB; }
p { color: rgb(198,23,203); }
H1.HeaderClassName
{
color: #C617CB;
}
.AnyTagClassName
{
color: #C617CB;
}
</style>
background-color css
<style>
a { background-color: #C617CB; }
a { background-color: rgb(198,23,203); }
div.DivClassName
{
background-color: #C617CB;
}
.BgClassName
{
background-color: #C617CB;
}
</style>
border-color css
<style>
span { border-color: #C617CB; }
span { border-color: rgb(198,23,203); }
td.TdClassName
{
border-color: #C617CB;
}
.TagClassName
{
border-color: #C617CB;
}
</style>