Shades of Medium Violet Red #CF128E
Tints of Medium Violet Red #CF128E
RGB
CMYK
RGB Variations
Color information
#CF128E (or 0xCF128E) is known color: Medium Violet Red. HEX triplet: CF, 12 and 8E. RGB value is (207,18,142). Sum of RGB (Red+Green+Blue) = 207+18+142=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF128E is #30ED71. Grayscale: #585858. Windows color (decimal): -3206514 or 9310927. OLE color: 9310927.
HSL color Cylindrical-coordinate representation of color #CF128E: hue angle of 320.63º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF128E is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 142 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.19 |
| HSL | 320.63º | 0.84% | 0.44% | - |
| HSV(B) | 320.63º | 0.91% | 0.81% | - |
| XYZ | 30.83 | 15.65 | 26.99 | - |
| YUV | 88.65 | 158.12 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 142 | 0 | 0.91 | 0.31 | 0.19 | 320.63 | 0.84 | 0.44 |
| Hex | CF | 12 | 8E | 0 | 5B | 1F | 13 | 141 | 54 | 2C |
| Octal | 317 | 22 | 216 | 0 | 133 | 37 | 23 | 501 | 124 | 54 |
| Binary | 11001111 | 10010 | 10001110 | 0 | 1011011 | 11111 | 10011 | 101000001 | 1010100 | 101100 |
Color Harmonies of #CF128E
Complementary color
Monochromatic Colors of #CF128E
Black with #CF128E
Text Example
Text Example
White with #CF128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF128E; }
p { color: rgb(207,18,142); }
H1.HeaderClassName
{
color: #CF128E;
}
.AnyTagClassName
{
color: #CF128E;
}
</style>
background-color css
<style>
a { background-color: #CF128E; }
a { background-color: rgb(207,18,142); }
div.DivClassName
{
background-color: #CF128E;
}
.BgClassName
{
background-color: #CF128E;
}
</style>
border-color css
<style>
span { border-color: #CF128E; }
span { border-color: rgb(207,18,142); }
td.TdClassName
{
border-color: #CF128E;
}
.TagClassName
{
border-color: #CF128E;
}
</style>