Shades of Medium Violet Red #CF128C
Tints of Medium Violet Red #CF128C
RGB
CMYK
RGB Variations
Color information
#CF128C (or 0xCF128C) is known color: Medium Violet Red. HEX triplet: CF, 12 and 8C. RGB value is (207,18,140). Sum of RGB (Red+Green+Blue) = 207+18+140=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF128C is #30ED73. Grayscale: #585858. Windows color (decimal): -3206516 or 9179855. OLE color: 9179855.
HSL color Cylindrical-coordinate representation of color #CF128C: hue angle of 321.27º 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 #CF128C is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 140 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.19 |
| HSL | 321.27º | 0.84% | 0.44% | - |
| HSV(B) | 321.27º | 0.91% | 0.81% | - |
| XYZ | 30.68 | 15.59 | 26.2 | - |
| YUV | 88.42 | 157.12 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 140 | 0 | 0.91 | 0.32 | 0.19 | 321.27 | 0.84 | 0.44 |
| Hex | CF | 12 | 8C | 0 | 5B | 20 | 13 | 141 | 54 | 2C |
| Octal | 317 | 22 | 214 | 0 | 133 | 40 | 23 | 501 | 124 | 54 |
| Binary | 11001111 | 10010 | 10001100 | 0 | 1011011 | 100000 | 10011 | 101000001 | 1010100 | 101100 |
Color Harmonies of #CF128C
Complementary color
Monochromatic Colors of #CF128C
Black with #CF128C
Text Example
Text Example
White with #CF128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF128C; }
p { color: rgb(207,18,140); }
H1.HeaderClassName
{
color: #CF128C;
}
.AnyTagClassName
{
color: #CF128C;
}
</style>
background-color css
<style>
a { background-color: #CF128C; }
a { background-color: rgb(207,18,140); }
div.DivClassName
{
background-color: #CF128C;
}
.BgClassName
{
background-color: #CF128C;
}
</style>
border-color css
<style>
span { border-color: #CF128C; }
span { border-color: rgb(207,18,140); }
td.TdClassName
{
border-color: #CF128C;
}
.TagClassName
{
border-color: #CF128C;
}
</style>