Shades of Medium Violet Red #CF177C
Tints of Medium Violet Red #CF177C
RGB
CMYK
RGB Variations
Color information
#CF177C (or 0xCF177C) is known color: Medium Violet Red. HEX triplet: CF, 17 and 7C. RGB value is (207,23,124). Sum of RGB (Red+Green+Blue) = 207+23+124=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF177C is #30E883. Grayscale: #595959. Windows color (decimal): -3205252 or 8132559. OLE color: 8132559.
HSL color Cylindrical-coordinate representation of color #CF177C: hue angle of 327.07º 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 #CF177C is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 124 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.19 |
| HSL | 327.07º | 0.8% | 0.45% | - |
| HSV(B) | 327.07º | 0.89% | 0.81% | - |
| XYZ | 29.68 | 15.33 | 20.46 | - |
| YUV | 89.53 | 147.46 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 124 | 0 | 0.89 | 0.40 | 0.19 | 327.07 | 0.8 | 0.45 |
| Hex | CF | 17 | 7C | 0 | 59 | 28 | 13 | 147 | 50 | 2D |
| Octal | 317 | 27 | 174 | 0 | 131 | 50 | 23 | 507 | 120 | 55 |
| Binary | 11001111 | 10111 | 1111100 | 0 | 1011001 | 101000 | 10011 | 101000111 | 1010000 | 101101 |
Color Harmonies of #CF177C
Complementary color
Monochromatic Colors of #CF177C
Black with #CF177C
Text Example
Text Example
White with #CF177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF177C; }
p { color: rgb(207,23,124); }
H1.HeaderClassName
{
color: #CF177C;
}
.AnyTagClassName
{
color: #CF177C;
}
</style>
background-color css
<style>
a { background-color: #CF177C; }
a { background-color: rgb(207,23,124); }
div.DivClassName
{
background-color: #CF177C;
}
.BgClassName
{
background-color: #CF177C;
}
</style>
border-color css
<style>
span { border-color: #CF177C; }
span { border-color: rgb(207,23,124); }
td.TdClassName
{
border-color: #CF177C;
}
.TagClassName
{
border-color: #CF177C;
}
</style>