Shades of Medium Violet Red #CF1192
Tints of Medium Violet Red #CF1192
RGB
CMYK
RGB Variations
Color information
#CF1192 (or 0xCF1192) is known color: Medium Violet Red. HEX triplet: CF, 11 and 92. RGB value is (207,17,146). Sum of RGB (Red+Green+Blue) = 207+17+146=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1192 is #30EE6D. Grayscale: #585858. Windows color (decimal): -3206766 or 9572815. OLE color: 9572815.
HSL color Cylindrical-coordinate representation of color #CF1192: hue angle of 319.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 #CF1192 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 146 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.19 |
| HSL | 319.26º | 0.85% | 0.44% | - |
| HSV(B) | 319.26º | 0.92% | 0.81% | - |
| XYZ | 31.12 | 15.74 | 28.59 | - |
| YUV | 88.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 146 | 0 | 0.92 | 0.29 | 0.19 | 319.26 | 0.85 | 0.44 |
| Hex | CF | 11 | 92 | 0 | 5C | 1D | 13 | 13F | 55 | 2C |
| Octal | 317 | 21 | 222 | 0 | 134 | 35 | 23 | 477 | 125 | 54 |
| Binary | 11001111 | 10001 | 10010010 | 0 | 1011100 | 11101 | 10011 | 100111111 | 1010101 | 101100 |
Color Harmonies of #CF1192
Complementary color
Monochromatic Colors of #CF1192
Black with #CF1192
Text Example
Text Example
White with #CF1192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1192; }
p { color: rgb(207,17,146); }
H1.HeaderClassName
{
color: #CF1192;
}
.AnyTagClassName
{
color: #CF1192;
}
</style>
background-color css
<style>
a { background-color: #CF1192; }
a { background-color: rgb(207,17,146); }
div.DivClassName
{
background-color: #CF1192;
}
.BgClassName
{
background-color: #CF1192;
}
</style>
border-color css
<style>
span { border-color: #CF1192; }
span { border-color: rgb(207,17,146); }
td.TdClassName
{
border-color: #CF1192;
}
.TagClassName
{
border-color: #CF1192;
}
</style>