Shades of Medium Violet Red #CF128B
Tints of Medium Violet Red #CF128B
RGB
CMYK
RGB Variations
Color information
#CF128B (or 0xCF128B) is known color: Medium Violet Red. HEX triplet: CF, 12 and 8B. RGB value is (207,18,139). Sum of RGB (Red+Green+Blue) = 207+18+139=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF128B is #30ED74. Grayscale: #585858. Windows color (decimal): -3206517 or 9114319. OLE color: 9114319.
HSL color Cylindrical-coordinate representation of color #CF128B: hue angle of 321.59º 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 #CF128B is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 139 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.19 |
| HSL | 321.59º | 0.84% | 0.44% | - |
| HSV(B) | 321.59º | 0.91% | 0.81% | - |
| XYZ | 30.61 | 15.56 | 25.82 | - |
| YUV | 88.31 | 156.62 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 139 | 0 | 0.91 | 0.33 | 0.19 | 321.59 | 0.84 | 0.44 |
| Hex | CF | 12 | 8B | 0 | 5B | 21 | 13 | 142 | 54 | 2C |
| Octal | 317 | 22 | 213 | 0 | 133 | 41 | 23 | 502 | 124 | 54 |
| Binary | 11001111 | 10010 | 10001011 | 0 | 1011011 | 100001 | 10011 | 101000010 | 1010100 | 101100 |
Color Harmonies of #CF128B
Complementary color
Monochromatic Colors of #CF128B
Black with #CF128B
Text Example
Text Example
White with #CF128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF128B; }
p { color: rgb(207,18,139); }
H1.HeaderClassName
{
color: #CF128B;
}
.AnyTagClassName
{
color: #CF128B;
}
</style>
background-color css
<style>
a { background-color: #CF128B; }
a { background-color: rgb(207,18,139); }
div.DivClassName
{
background-color: #CF128B;
}
.BgClassName
{
background-color: #CF128B;
}
</style>
border-color css
<style>
span { border-color: #CF128B; }
span { border-color: rgb(207,18,139); }
td.TdClassName
{
border-color: #CF128B;
}
.TagClassName
{
border-color: #CF128B;
}
</style>