Shades of Medium Violet Red #CF1175
Tints of Medium Violet Red #CF1175
RGB
CMYK
RGB Variations
Color information
#CF1175 (or 0xCF1175) is known color: Medium Violet Red. HEX triplet: CF, 11 and 75. RGB value is (207,17,117). Sum of RGB (Red+Green+Blue) = 207+17+117=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1175 is #30EE8A. Grayscale: #555555. Windows color (decimal): -3206795 or 7672271. OLE color: 7672271.
HSL color Cylindrical-coordinate representation of color #CF1175: hue angle of 328.42º 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 #CF1175 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 117 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.19 |
| HSL | 328.42º | 0.85% | 0.44% | - |
| HSV(B) | 328.42º | 0.92% | 0.81% | - |
| XYZ | 29.14 | 14.95 | 18.18 | - |
| YUV | 85.21 | 145.95 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 117 | 0 | 0.92 | 0.43 | 0.19 | 328.42 | 0.85 | 0.44 |
| Hex | CF | 11 | 75 | 0 | 5C | 2B | 13 | 148 | 55 | 2C |
| Octal | 317 | 21 | 165 | 0 | 134 | 53 | 23 | 510 | 125 | 54 |
| Binary | 11001111 | 10001 | 1110101 | 0 | 1011100 | 101011 | 10011 | 101001000 | 1010101 | 101100 |
Color Harmonies of #CF1175
Complementary color
Monochromatic Colors of #CF1175
Black with #CF1175
Text Example
Text Example
White with #CF1175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1175; }
p { color: rgb(207,17,117); }
H1.HeaderClassName
{
color: #CF1175;
}
.AnyTagClassName
{
color: #CF1175;
}
</style>
background-color css
<style>
a { background-color: #CF1175; }
a { background-color: rgb(207,17,117); }
div.DivClassName
{
background-color: #CF1175;
}
.BgClassName
{
background-color: #CF1175;
}
</style>
border-color css
<style>
span { border-color: #CF1175; }
span { border-color: rgb(207,17,117); }
td.TdClassName
{
border-color: #CF1175;
}
.TagClassName
{
border-color: #CF1175;
}
</style>