Shades of Medium Violet Red #CF119C
Tints of Medium Violet Red #CF119C
RGB
CMYK
RGB Variations
Color information
#CF119C (or 0xCF119C) is known color: Medium Violet Red. HEX triplet: CF, 11 and 9C. RGB value is (207,17,156). Sum of RGB (Red+Green+Blue) = 207+17+156=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF119C is #30EE63. Grayscale: #595959. Windows color (decimal): -3206756 or 10228175. OLE color: 10228175.
HSL color Cylindrical-coordinate representation of color #CF119C: hue angle of 316.11º 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 #CF119C is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 156 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.19 |
| HSL | 316.11º | 0.85% | 0.44% | - |
| HSV(B) | 316.11º | 0.92% | 0.81% | - |
| XYZ | 31.93 | 16.07 | 32.87 | - |
| YUV | 89.66 | 165.45 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 156 | 0 | 0.92 | 0.25 | 0.19 | 316.11 | 0.85 | 0.44 |
| Hex | CF | 11 | 9C | 0 | 5C | 19 | 13 | 13C | 55 | 2C |
| Octal | 317 | 21 | 234 | 0 | 134 | 31 | 23 | 474 | 125 | 54 |
| Binary | 11001111 | 10001 | 10011100 | 0 | 1011100 | 11001 | 10011 | 100111100 | 1010101 | 101100 |
Color Harmonies of #CF119C
Complementary color
Monochromatic Colors of #CF119C
Black with #CF119C
Text Example
Text Example
White with #CF119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF119C; }
p { color: rgb(207,17,156); }
H1.HeaderClassName
{
color: #CF119C;
}
.AnyTagClassName
{
color: #CF119C;
}
</style>
background-color css
<style>
a { background-color: #CF119C; }
a { background-color: rgb(207,17,156); }
div.DivClassName
{
background-color: #CF119C;
}
.BgClassName
{
background-color: #CF119C;
}
</style>
border-color css
<style>
span { border-color: #CF119C; }
span { border-color: rgb(207,17,156); }
td.TdClassName
{
border-color: #CF119C;
}
.TagClassName
{
border-color: #CF119C;
}
</style>