Shades of Medium Violet Red #CF157F
Tints of Medium Violet Red #CF157F
RGB
CMYK
RGB Variations
Color information
#CF157F (or 0xCF157F) is known color: Medium Violet Red. HEX triplet: CF, 15 and 7F. RGB value is (207,21,127). Sum of RGB (Red+Green+Blue) = 207+21+127=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF157F is #30EA80. Grayscale: #585858. Windows color (decimal): -3205761 or 8328655. OLE color: 8328655.
HSL color Cylindrical-coordinate representation of color #CF157F: hue angle of 325.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF157F is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 127 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.19 |
| HSL | 325.81º | 0.82% | 0.45% | - |
| HSV(B) | 325.81º | 0.9% | 0.81% | - |
| XYZ | 29.83 | 15.33 | 21.47 | - |
| YUV | 88.7 | 149.62 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 127 | 0 | 0.90 | 0.39 | 0.19 | 325.81 | 0.82 | 0.45 |
| Hex | CF | 15 | 7F | 0 | 5A | 27 | 13 | 146 | 52 | 2D |
| Octal | 317 | 25 | 177 | 0 | 132 | 47 | 23 | 506 | 122 | 55 |
| Binary | 11001111 | 10101 | 1111111 | 0 | 1011010 | 100111 | 10011 | 101000110 | 1010010 | 101101 |
Color Harmonies of #CF157F
Complementary color
Monochromatic Colors of #CF157F
Black with #CF157F
Text Example
Text Example
White with #CF157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF157F; }
p { color: rgb(207,21,127); }
H1.HeaderClassName
{
color: #CF157F;
}
.AnyTagClassName
{
color: #CF157F;
}
</style>
background-color css
<style>
a { background-color: #CF157F; }
a { background-color: rgb(207,21,127); }
div.DivClassName
{
background-color: #CF157F;
}
.BgClassName
{
background-color: #CF157F;
}
</style>
border-color css
<style>
span { border-color: #CF157F; }
span { border-color: rgb(207,21,127); }
td.TdClassName
{
border-color: #CF157F;
}
.TagClassName
{
border-color: #CF157F;
}
</style>