Shades of Medium Violet Red #CF158F
Tints of Medium Violet Red #CF158F
RGB
CMYK
RGB Variations
Color information
#CF158F (or 0xCF158F) is known color: Medium Violet Red. HEX triplet: CF, 15 and 8F. RGB value is (207,21,143). Sum of RGB (Red+Green+Blue) = 207+21+143=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF158F is #30EA70. Grayscale: #5A5A5A. Windows color (decimal): -3205745 or 9377231. OLE color: 9377231.
HSL color Cylindrical-coordinate representation of color #CF158F: hue angle of 320.65º 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 #CF158F is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 143 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.19 |
| HSL | 320.65º | 0.82% | 0.45% | - |
| HSV(B) | 320.65º | 0.9% | 0.81% | - |
| XYZ | 30.96 | 15.78 | 27.4 | - |
| YUV | 90.52 | 157.62 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 143 | 0 | 0.90 | 0.31 | 0.19 | 320.65 | 0.82 | 0.45 |
| Hex | CF | 15 | 8F | 0 | 5A | 1F | 13 | 141 | 52 | 2D |
| Octal | 317 | 25 | 217 | 0 | 132 | 37 | 23 | 501 | 122 | 55 |
| Binary | 11001111 | 10101 | 10001111 | 0 | 1011010 | 11111 | 10011 | 101000001 | 1010010 | 101101 |
Color Harmonies of #CF158F
Complementary color
Monochromatic Colors of #CF158F
Black with #CF158F
Text Example
Text Example
White with #CF158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF158F; }
p { color: rgb(207,21,143); }
H1.HeaderClassName
{
color: #CF158F;
}
.AnyTagClassName
{
color: #CF158F;
}
</style>
background-color css
<style>
a { background-color: #CF158F; }
a { background-color: rgb(207,21,143); }
div.DivClassName
{
background-color: #CF158F;
}
.BgClassName
{
background-color: #CF158F;
}
</style>
border-color css
<style>
span { border-color: #CF158F; }
span { border-color: rgb(207,21,143); }
td.TdClassName
{
border-color: #CF158F;
}
.TagClassName
{
border-color: #CF158F;
}
</style>