Shades of Medium Violet Red #CF119A
Tints of Medium Violet Red #CF119A
RGB
CMYK
RGB Variations
Color information
#CF119A (or 0xCF119A) is known color: Medium Violet Red. HEX triplet: CF, 11 and 9A. RGB value is (207,17,154). Sum of RGB (Red+Green+Blue) = 207+17+154=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF119A is #30EE65. Grayscale: #595959. Windows color (decimal): -3206758 or 10097103. OLE color: 10097103.
HSL color Cylindrical-coordinate representation of color #CF119A: hue angle of 316.74º 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 #CF119A is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 154 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.19 |
| HSL | 316.74º | 0.85% | 0.44% | - |
| HSV(B) | 316.74º | 0.92% | 0.81% | - |
| XYZ | 31.77 | 16 | 31.99 | - |
| YUV | 89.43 | 164.45 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 154 | 0 | 0.92 | 0.26 | 0.19 | 316.74 | 0.85 | 0.44 |
| Hex | CF | 11 | 9A | 0 | 5C | 1A | 13 | 13D | 55 | 2C |
| Octal | 317 | 21 | 232 | 0 | 134 | 32 | 23 | 475 | 125 | 54 |
| Binary | 11001111 | 10001 | 10011010 | 0 | 1011100 | 11010 | 10011 | 100111101 | 1010101 | 101100 |
Color Harmonies of #CF119A
Complementary color
Monochromatic Colors of #CF119A
Black with #CF119A
Text Example
Text Example
White with #CF119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF119A; }
p { color: rgb(207,17,154); }
H1.HeaderClassName
{
color: #CF119A;
}
.AnyTagClassName
{
color: #CF119A;
}
</style>
background-color css
<style>
a { background-color: #CF119A; }
a { background-color: rgb(207,17,154); }
div.DivClassName
{
background-color: #CF119A;
}
.BgClassName
{
background-color: #CF119A;
}
</style>
border-color css
<style>
span { border-color: #CF119A; }
span { border-color: rgb(207,17,154); }
td.TdClassName
{
border-color: #CF119A;
}
.TagClassName
{
border-color: #CF119A;
}
</style>