Shades of Medium Violet Red #CF179A
Tints of Medium Violet Red #CF179A
RGB
CMYK
RGB Variations
Color information
#CF179A (or 0xCF179A) is known color: Medium Violet Red. HEX triplet: CF, 17 and 9A. RGB value is (207,23,154). Sum of RGB (Red+Green+Blue) = 207+23+154=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF179A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF179A is #30E865. Grayscale: #5C5C5C. Windows color (decimal): -3205222 or 10098639. OLE color: 10098639.
HSL color Cylindrical-coordinate representation of color #CF179A: hue angle of 317.28º 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 #CF179A is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 154 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.19 |
| HSL | 317.28º | 0.8% | 0.45% | - |
| HSV(B) | 317.28º | 0.89% | 0.81% | - |
| XYZ | 31.87 | 16.21 | 32.02 | - |
| YUV | 92.95 | 162.46 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 154 | 0 | 0.89 | 0.26 | 0.19 | 317.28 | 0.8 | 0.45 |
| Hex | CF | 17 | 9A | 0 | 59 | 1A | 13 | 13D | 50 | 2D |
| Octal | 317 | 27 | 232 | 0 | 131 | 32 | 23 | 475 | 120 | 55 |
| Binary | 11001111 | 10111 | 10011010 | 0 | 1011001 | 11010 | 10011 | 100111101 | 1010000 | 101101 |
Color Harmonies of #CF179A
Complementary color
Monochromatic Colors of #CF179A
Black with #CF179A
Text Example
Text Example
White with #CF179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF179A; }
p { color: rgb(207,23,154); }
H1.HeaderClassName
{
color: #CF179A;
}
.AnyTagClassName
{
color: #CF179A;
}
</style>
background-color css
<style>
a { background-color: #CF179A; }
a { background-color: rgb(207,23,154); }
div.DivClassName
{
background-color: #CF179A;
}
.BgClassName
{
background-color: #CF179A;
}
</style>
border-color css
<style>
span { border-color: #CF179A; }
span { border-color: rgb(207,23,154); }
td.TdClassName
{
border-color: #CF179A;
}
.TagClassName
{
border-color: #CF179A;
}
</style>