Shades of Medium Violet Red #CF179E
Tints of Medium Violet Red #CF179E
RGB
CMYK
RGB Variations
Color information
#CF179E (or 0xCF179E) is known color: Medium Violet Red. HEX triplet: CF, 17 and 9E. RGB value is (207,23,158). Sum of RGB (Red+Green+Blue) = 207+23+158=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF179E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF179E is #30E861. Grayscale: #5D5D5D. Windows color (decimal): -3205218 or 10360783. OLE color: 10360783.
HSL color Cylindrical-coordinate representation of color #CF179E: hue angle of 315.98º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF179E is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 158 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.19 |
| HSL | 315.98º | 0.8% | 0.45% | - |
| HSV(B) | 315.98º | 0.89% | 0.81% | - |
| XYZ | 32.21 | 16.35 | 33.81 | - |
| YUV | 93.41 | 164.46 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 158 | 0 | 0.89 | 0.24 | 0.19 | 315.98 | 0.8 | 0.45 |
| Hex | CF | 17 | 9E | 0 | 59 | 18 | 13 | 13C | 50 | 2D |
| Octal | 317 | 27 | 236 | 0 | 131 | 30 | 23 | 474 | 120 | 55 |
| Binary | 11001111 | 10111 | 10011110 | 0 | 1011001 | 11000 | 10011 | 100111100 | 1010000 | 101101 |
Color Harmonies of #CF179E
Complementary color
Monochromatic Colors of #CF179E
Black with #CF179E
Text Example
Text Example
White with #CF179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF179E; }
p { color: rgb(207,23,158); }
H1.HeaderClassName
{
color: #CF179E;
}
.AnyTagClassName
{
color: #CF179E;
}
</style>
background-color css
<style>
a { background-color: #CF179E; }
a { background-color: rgb(207,23,158); }
div.DivClassName
{
background-color: #CF179E;
}
.BgClassName
{
background-color: #CF179E;
}
</style>
border-color css
<style>
span { border-color: #CF179E; }
span { border-color: rgb(207,23,158); }
td.TdClassName
{
border-color: #CF179E;
}
.TagClassName
{
border-color: #CF179E;
}
</style>