Shades of Medium Violet Red #CF137C
Tints of Medium Violet Red #CF137C
RGB
CMYK
RGB Variations
Color information
#CF137C (or 0xCF137C) is known color: Medium Violet Red. HEX triplet: CF, 13 and 7C. RGB value is (207,19,124). Sum of RGB (Red+Green+Blue) = 207+19+124=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF137C is #30EC83. Grayscale: #565656. Windows color (decimal): -3206276 or 8131535. OLE color: 8131535.
HSL color Cylindrical-coordinate representation of color #CF137C: hue angle of 326.49º degrees, saturation: 0.83, 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 #CF137C is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 124 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.19 |
| HSL | 326.49º | 0.83% | 0.44% | - |
| HSV(B) | 326.49º | 0.91% | 0.81% | - |
| XYZ | 29.6 | 15.19 | 20.44 | - |
| YUV | 87.18 | 148.78 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 124 | 0 | 0.91 | 0.40 | 0.19 | 326.49 | 0.83 | 0.44 |
| Hex | CF | 13 | 7C | 0 | 5B | 28 | 13 | 146 | 53 | 2C |
| Octal | 317 | 23 | 174 | 0 | 133 | 50 | 23 | 506 | 123 | 54 |
| Binary | 11001111 | 10011 | 1111100 | 0 | 1011011 | 101000 | 10011 | 101000110 | 1010011 | 101100 |
Color Harmonies of #CF137C
Complementary color
Monochromatic Colors of #CF137C
Black with #CF137C
Text Example
Text Example
White with #CF137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF137C; }
p { color: rgb(207,19,124); }
H1.HeaderClassName
{
color: #CF137C;
}
.AnyTagClassName
{
color: #CF137C;
}
</style>
background-color css
<style>
a { background-color: #CF137C; }
a { background-color: rgb(207,19,124); }
div.DivClassName
{
background-color: #CF137C;
}
.BgClassName
{
background-color: #CF137C;
}
</style>
border-color css
<style>
span { border-color: #CF137C; }
span { border-color: rgb(207,19,124); }
td.TdClassName
{
border-color: #CF137C;
}
.TagClassName
{
border-color: #CF137C;
}
</style>