Shades of Medium Violet Red #CF157B
Tints of Medium Violet Red #CF157B
RGB
CMYK
RGB Variations
Color information
#CF157B (or 0xCF157B) is known color: Medium Violet Red. HEX triplet: CF, 15 and 7B. RGB value is (207,21,123). Sum of RGB (Red+Green+Blue) = 207+21+123=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF157B is #30EA84. Grayscale: #585858. Windows color (decimal): -3205765 or 8066511. OLE color: 8066511.
HSL color Cylindrical-coordinate representation of color #CF157B: hue angle of 327.1º 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 #CF157B is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 123 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.19 |
| HSL | 327.1º | 0.82% | 0.45% | - |
| HSV(B) | 327.1º | 0.9% | 0.81% | - |
| XYZ | 29.58 | 15.23 | 20.12 | - |
| YUV | 88.24 | 147.62 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 123 | 0 | 0.90 | 0.41 | 0.19 | 327.1 | 0.82 | 0.45 |
| Hex | CF | 15 | 7B | 0 | 5A | 29 | 13 | 147 | 52 | 2D |
| Octal | 317 | 25 | 173 | 0 | 132 | 51 | 23 | 507 | 122 | 55 |
| Binary | 11001111 | 10101 | 1111011 | 0 | 1011010 | 101001 | 10011 | 101000111 | 1010010 | 101101 |
Color Harmonies of #CF157B
Complementary color
Monochromatic Colors of #CF157B
Black with #CF157B
Text Example
Text Example
White with #CF157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF157B; }
p { color: rgb(207,21,123); }
H1.HeaderClassName
{
color: #CF157B;
}
.AnyTagClassName
{
color: #CF157B;
}
</style>
background-color css
<style>
a { background-color: #CF157B; }
a { background-color: rgb(207,21,123); }
div.DivClassName
{
background-color: #CF157B;
}
.BgClassName
{
background-color: #CF157B;
}
</style>
border-color css
<style>
span { border-color: #CF157B; }
span { border-color: rgb(207,21,123); }
td.TdClassName
{
border-color: #CF157B;
}
.TagClassName
{
border-color: #CF157B;
}
</style>