Shades of Medium Violet Red #CF177E
Tints of Medium Violet Red #CF177E
RGB
CMYK
RGB Variations
Color information
#CF177E (or 0xCF177E) is known color: Medium Violet Red. HEX triplet: CF, 17 and 7E. RGB value is (207,23,126). Sum of RGB (Red+Green+Blue) = 207+23+126=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF177E is #30E881. Grayscale: #595959. Windows color (decimal): -3205250 or 8263631. OLE color: 8263631.
HSL color Cylindrical-coordinate representation of color #CF177E: hue angle of 326.41º 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 #CF177E is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 126 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.19 |
| HSL | 326.41º | 0.8% | 0.45% | - |
| HSV(B) | 326.41º | 0.89% | 0.81% | - |
| XYZ | 29.8 | 15.38 | 21.14 | - |
| YUV | 89.76 | 148.46 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 126 | 0 | 0.89 | 0.39 | 0.19 | 326.41 | 0.8 | 0.45 |
| Hex | CF | 17 | 7E | 0 | 59 | 27 | 13 | 146 | 50 | 2D |
| Octal | 317 | 27 | 176 | 0 | 131 | 47 | 23 | 506 | 120 | 55 |
| Binary | 11001111 | 10111 | 1111110 | 0 | 1011001 | 100111 | 10011 | 101000110 | 1010000 | 101101 |
Color Harmonies of #CF177E
Complementary color
Monochromatic Colors of #CF177E
Black with #CF177E
Text Example
Text Example
White with #CF177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF177E; }
p { color: rgb(207,23,126); }
H1.HeaderClassName
{
color: #CF177E;
}
.AnyTagClassName
{
color: #CF177E;
}
</style>
background-color css
<style>
a { background-color: #CF177E; }
a { background-color: rgb(207,23,126); }
div.DivClassName
{
background-color: #CF177E;
}
.BgClassName
{
background-color: #CF177E;
}
</style>
border-color css
<style>
span { border-color: #CF177E; }
span { border-color: rgb(207,23,126); }
td.TdClassName
{
border-color: #CF177E;
}
.TagClassName
{
border-color: #CF177E;
}
</style>