Shades of Medium Violet Red #CF148E
Tints of Medium Violet Red #CF148E
RGB
CMYK
RGB Variations
Color information
#CF148E (or 0xCF148E) is known color: Medium Violet Red. HEX triplet: CF, 14 and 8E. RGB value is (207,20,142). Sum of RGB (Red+Green+Blue) = 207+20+142=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF148E is #30EB71. Grayscale: #595959. Windows color (decimal): -3206002 or 9311439. OLE color: 9311439.
HSL color Cylindrical-coordinate representation of color #CF148E: hue angle of 320.86º 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 #CF148E is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 142 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.19 |
| HSL | 320.86º | 0.82% | 0.45% | - |
| HSV(B) | 320.86º | 0.9% | 0.81% | - |
| XYZ | 30.86 | 15.72 | 27 | - |
| YUV | 89.82 | 157.45 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 142 | 0 | 0.90 | 0.31 | 0.19 | 320.86 | 0.82 | 0.45 |
| Hex | CF | 14 | 8E | 0 | 5A | 1F | 13 | 141 | 52 | 2D |
| Octal | 317 | 24 | 216 | 0 | 132 | 37 | 23 | 501 | 122 | 55 |
| Binary | 11001111 | 10100 | 10001110 | 0 | 1011010 | 11111 | 10011 | 101000001 | 1010010 | 101101 |
Color Harmonies of #CF148E
Complementary color
Monochromatic Colors of #CF148E
Black with #CF148E
Text Example
Text Example
White with #CF148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF148E; }
p { color: rgb(207,20,142); }
H1.HeaderClassName
{
color: #CF148E;
}
.AnyTagClassName
{
color: #CF148E;
}
</style>
background-color css
<style>
a { background-color: #CF148E; }
a { background-color: rgb(207,20,142); }
div.DivClassName
{
background-color: #CF148E;
}
.BgClassName
{
background-color: #CF148E;
}
</style>
border-color css
<style>
span { border-color: #CF148E; }
span { border-color: rgb(207,20,142); }
td.TdClassName
{
border-color: #CF148E;
}
.TagClassName
{
border-color: #CF148E;
}
</style>