Shades of Medium Violet Red #CF137E
Tints of Medium Violet Red #CF137E
RGB
CMYK
RGB Variations
Color information
#CF137E (or 0xCF137E) is known color: Medium Violet Red. HEX triplet: CF, 13 and 7E. RGB value is (207,19,126). Sum of RGB (Red+Green+Blue) = 207+19+126=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF137E is #30EC81. Grayscale: #575757. Windows color (decimal): -3206274 or 8262607. OLE color: 8262607.
HSL color Cylindrical-coordinate representation of color #CF137E: hue angle of 325.85º 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 #CF137E is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 126 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.19 |
| HSL | 325.85º | 0.83% | 0.44% | - |
| HSV(B) | 325.85º | 0.91% | 0.81% | - |
| XYZ | 29.73 | 15.24 | 21.11 | - |
| YUV | 87.41 | 149.78 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 126 | 0 | 0.91 | 0.39 | 0.19 | 325.85 | 0.83 | 0.44 |
| Hex | CF | 13 | 7E | 0 | 5B | 27 | 13 | 146 | 53 | 2C |
| Octal | 317 | 23 | 176 | 0 | 133 | 47 | 23 | 506 | 123 | 54 |
| Binary | 11001111 | 10011 | 1111110 | 0 | 1011011 | 100111 | 10011 | 101000110 | 1010011 | 101100 |
Color Harmonies of #CF137E
Complementary color
Monochromatic Colors of #CF137E
Black with #CF137E
Text Example
Text Example
White with #CF137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF137E; }
p { color: rgb(207,19,126); }
H1.HeaderClassName
{
color: #CF137E;
}
.AnyTagClassName
{
color: #CF137E;
}
</style>
background-color css
<style>
a { background-color: #CF137E; }
a { background-color: rgb(207,19,126); }
div.DivClassName
{
background-color: #CF137E;
}
.BgClassName
{
background-color: #CF137E;
}
</style>
border-color css
<style>
span { border-color: #CF137E; }
span { border-color: rgb(207,19,126); }
td.TdClassName
{
border-color: #CF137E;
}
.TagClassName
{
border-color: #CF137E;
}
</style>