Shades of Medium Violet Red #CF117F
Tints of Medium Violet Red #CF117F
RGB
CMYK
RGB Variations
Color information
#CF117F (or 0xCF117F) is known color: Medium Violet Red. HEX triplet: CF, 11 and 7F. RGB value is (207,17,127). Sum of RGB (Red+Green+Blue) = 207+17+127=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF117F is #30EE80. Grayscale: #565656. Windows color (decimal): -3206785 or 8327631. OLE color: 8327631.
HSL color Cylindrical-coordinate representation of color #CF117F: hue angle of 325.26º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF117F is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 127 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.19 |
| HSL | 325.26º | 0.85% | 0.44% | - |
| HSV(B) | 325.26º | 0.92% | 0.81% | - |
| XYZ | 29.76 | 15.2 | 21.44 | - |
| YUV | 86.35 | 150.95 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 127 | 0 | 0.92 | 0.39 | 0.19 | 325.26 | 0.85 | 0.44 |
| Hex | CF | 11 | 7F | 0 | 5C | 27 | 13 | 145 | 55 | 2C |
| Octal | 317 | 21 | 177 | 0 | 134 | 47 | 23 | 505 | 125 | 54 |
| Binary | 11001111 | 10001 | 1111111 | 0 | 1011100 | 100111 | 10011 | 101000101 | 1010101 | 101100 |
Color Harmonies of #CF117F
Complementary color
Monochromatic Colors of #CF117F
Black with #CF117F
Text Example
Text Example
White with #CF117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF117F; }
p { color: rgb(207,17,127); }
H1.HeaderClassName
{
color: #CF117F;
}
.AnyTagClassName
{
color: #CF117F;
}
</style>
background-color css
<style>
a { background-color: #CF117F; }
a { background-color: rgb(207,17,127); }
div.DivClassName
{
background-color: #CF117F;
}
.BgClassName
{
background-color: #CF117F;
}
</style>
border-color css
<style>
span { border-color: #CF117F; }
span { border-color: rgb(207,17,127); }
td.TdClassName
{
border-color: #CF117F;
}
.TagClassName
{
border-color: #CF117F;
}
</style>