Shades of Medium Violet Red #CF149E
Tints of Medium Violet Red #CF149E
RGB
CMYK
RGB Variations
Color information
#CF149E (or 0xCF149E) is known color: Medium Violet Red. HEX triplet: CF, 14 and 9E. RGB value is (207,20,158). Sum of RGB (Red+Green+Blue) = 207+20+158=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF149E is #30EB61. Grayscale: #5B5B5B. Windows color (decimal): -3205986 or 10360015. OLE color: 10360015.
HSL color Cylindrical-coordinate representation of color #CF149E: hue angle of 315.72º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF149E is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 158 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.19 |
| HSL | 315.72º | 0.82% | 0.45% | - |
| HSV(B) | 315.72º | 0.9% | 0.81% | - |
| XYZ | 32.15 | 16.23 | 33.79 | - |
| YUV | 91.65 | 165.45 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 158 | 0 | 0.90 | 0.24 | 0.19 | 315.72 | 0.82 | 0.45 |
| Hex | CF | 14 | 9E | 0 | 5A | 18 | 13 | 13C | 52 | 2D |
| Octal | 317 | 24 | 236 | 0 | 132 | 30 | 23 | 474 | 122 | 55 |
| Binary | 11001111 | 10100 | 10011110 | 0 | 1011010 | 11000 | 10011 | 100111100 | 1010010 | 101101 |
Color Harmonies of #CF149E
Complementary color
Monochromatic Colors of #CF149E
Black with #CF149E
Text Example
Text Example
White with #CF149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF149E; }
p { color: rgb(207,20,158); }
H1.HeaderClassName
{
color: #CF149E;
}
.AnyTagClassName
{
color: #CF149E;
}
</style>
background-color css
<style>
a { background-color: #CF149E; }
a { background-color: rgb(207,20,158); }
div.DivClassName
{
background-color: #CF149E;
}
.BgClassName
{
background-color: #CF149E;
}
</style>
border-color css
<style>
span { border-color: #CF149E; }
span { border-color: rgb(207,20,158); }
td.TdClassName
{
border-color: #CF149E;
}
.TagClassName
{
border-color: #CF149E;
}
</style>