Shades of Medium Violet Red #CF127B
Tints of Medium Violet Red #CF127B
RGB
CMYK
RGB Variations
Color information
#CF127B (or 0xCF127B) is known color: Medium Violet Red. HEX triplet: CF, 12 and 7B. RGB value is (207,18,123). Sum of RGB (Red+Green+Blue) = 207+18+123=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF127B is #30ED84. Grayscale: #565656. Windows color (decimal): -3206533 or 8065743. OLE color: 8065743.
HSL color Cylindrical-coordinate representation of color #CF127B: hue angle of 326.67º 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 #CF127B is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 123 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.19 |
| HSL | 326.67º | 0.84% | 0.44% | - |
| HSV(B) | 326.67º | 0.91% | 0.81% | - |
| XYZ | 29.52 | 15.13 | 20.1 | - |
| YUV | 86.48 | 148.62 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 123 | 0 | 0.91 | 0.41 | 0.19 | 326.67 | 0.84 | 0.44 |
| Hex | CF | 12 | 7B | 0 | 5B | 29 | 13 | 147 | 54 | 2C |
| Octal | 317 | 22 | 173 | 0 | 133 | 51 | 23 | 507 | 124 | 54 |
| Binary | 11001111 | 10010 | 1111011 | 0 | 1011011 | 101001 | 10011 | 101000111 | 1010100 | 101100 |
Color Harmonies of #CF127B
Complementary color
Monochromatic Colors of #CF127B
Black with #CF127B
Text Example
Text Example
White with #CF127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF127B; }
p { color: rgb(207,18,123); }
H1.HeaderClassName
{
color: #CF127B;
}
.AnyTagClassName
{
color: #CF127B;
}
</style>
background-color css
<style>
a { background-color: #CF127B; }
a { background-color: rgb(207,18,123); }
div.DivClassName
{
background-color: #CF127B;
}
.BgClassName
{
background-color: #CF127B;
}
</style>
border-color css
<style>
span { border-color: #CF127B; }
span { border-color: rgb(207,18,123); }
td.TdClassName
{
border-color: #CF127B;
}
.TagClassName
{
border-color: #CF127B;
}
</style>