Shades of Medium Violet Red #CF127A
Tints of Medium Violet Red #CF127A
RGB
CMYK
RGB Variations
Color information
#CF127A (or 0xCF127A) is known color: Medium Violet Red. HEX triplet: CF, 12 and 7A. RGB value is (207,18,122). Sum of RGB (Red+Green+Blue) = 207+18+122=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF127A is #30ED85. Grayscale: #565656. Windows color (decimal): -3206534 or 8000207. OLE color: 8000207.
HSL color Cylindrical-coordinate representation of color #CF127A: hue angle of 326.98º 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 #CF127A is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 122 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.19 |
| HSL | 326.98º | 0.84% | 0.44% | - |
| HSV(B) | 326.98º | 0.91% | 0.81% | - |
| XYZ | 29.46 | 15.1 | 19.77 | - |
| YUV | 86.37 | 148.12 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 122 | 0 | 0.91 | 0.41 | 0.19 | 326.98 | 0.84 | 0.44 |
| Hex | CF | 12 | 7A | 0 | 5B | 29 | 13 | 147 | 54 | 2C |
| Octal | 317 | 22 | 172 | 0 | 133 | 51 | 23 | 507 | 124 | 54 |
| Binary | 11001111 | 10010 | 1111010 | 0 | 1011011 | 101001 | 10011 | 101000111 | 1010100 | 101100 |
Color Harmonies of #CF127A
Complementary color
Monochromatic Colors of #CF127A
Black with #CF127A
Text Example
Text Example
White with #CF127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF127A; }
p { color: rgb(207,18,122); }
H1.HeaderClassName
{
color: #CF127A;
}
.AnyTagClassName
{
color: #CF127A;
}
</style>
background-color css
<style>
a { background-color: #CF127A; }
a { background-color: rgb(207,18,122); }
div.DivClassName
{
background-color: #CF127A;
}
.BgClassName
{
background-color: #CF127A;
}
</style>
border-color css
<style>
span { border-color: #CF127A; }
span { border-color: rgb(207,18,122); }
td.TdClassName
{
border-color: #CF127A;
}
.TagClassName
{
border-color: #CF127A;
}
</style>