Shades of Medium Violet Red #CF127E
Tints of Medium Violet Red #CF127E
RGB
CMYK
RGB Variations
Color information
#CF127E (or 0xCF127E) is known color: Medium Violet Red. HEX triplet: CF, 12 and 7E. RGB value is (207,18,126). Sum of RGB (Red+Green+Blue) = 207+18+126=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF127E is #30ED81. Grayscale: #565656. Windows color (decimal): -3206530 or 8262351. OLE color: 8262351.
HSL color Cylindrical-coordinate representation of color #CF127E: hue angle of 325.71º 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 #CF127E is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 126 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.19 |
| HSL | 325.71º | 0.84% | 0.44% | - |
| HSV(B) | 325.71º | 0.91% | 0.81% | - |
| XYZ | 29.71 | 15.2 | 21.11 | - |
| YUV | 86.82 | 150.12 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 126 | 0 | 0.91 | 0.39 | 0.19 | 325.71 | 0.84 | 0.44 |
| Hex | CF | 12 | 7E | 0 | 5B | 27 | 13 | 146 | 54 | 2C |
| Octal | 317 | 22 | 176 | 0 | 133 | 47 | 23 | 506 | 124 | 54 |
| Binary | 11001111 | 10010 | 1111110 | 0 | 1011011 | 100111 | 10011 | 101000110 | 1010100 | 101100 |
Color Harmonies of #CF127E
Complementary color
Monochromatic Colors of #CF127E
Black with #CF127E
Text Example
Text Example
White with #CF127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF127E; }
p { color: rgb(207,18,126); }
H1.HeaderClassName
{
color: #CF127E;
}
.AnyTagClassName
{
color: #CF127E;
}
</style>
background-color css
<style>
a { background-color: #CF127E; }
a { background-color: rgb(207,18,126); }
div.DivClassName
{
background-color: #CF127E;
}
.BgClassName
{
background-color: #CF127E;
}
</style>
border-color css
<style>
span { border-color: #CF127E; }
span { border-color: rgb(207,18,126); }
td.TdClassName
{
border-color: #CF127E;
}
.TagClassName
{
border-color: #CF127E;
}
</style>