Shades of Medium Violet Red #CF189F
Tints of Medium Violet Red #CF189F
RGB
CMYK
RGB Variations
Color information
#CF189F (or 0xCF189F) is known color: Medium Violet Red. HEX triplet: CF, 18 and 9F. RGB value is (207,24,159). Sum of RGB (Red+Green+Blue) = 207+24+159=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF189F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF189F is #30E760. Grayscale: #5D5D5D. Windows color (decimal): -3204961 or 10426575. OLE color: 10426575.
HSL color Cylindrical-coordinate representation of color #CF189F: hue angle of 315.74º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF189F is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 159 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.19 |
| HSL | 315.74º | 0.79% | 0.45% | - |
| HSV(B) | 315.74º | 0.88% | 0.81% | - |
| XYZ | 32.32 | 16.42 | 34.27 | - |
| YUV | 94.11 | 164.63 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 159 | 0 | 0.88 | 0.23 | 0.19 | 315.74 | 0.79 | 0.45 |
| Hex | CF | 18 | 9F | 0 | 58 | 17 | 13 | 13C | 4F | 2D |
| Octal | 317 | 30 | 237 | 0 | 130 | 27 | 23 | 474 | 117 | 55 |
| Binary | 11001111 | 11000 | 10011111 | 0 | 1011000 | 10111 | 10011 | 100111100 | 1001111 | 101101 |
Color Harmonies of #CF189F
Complementary color
Monochromatic Colors of #CF189F
Black with #CF189F
Text Example
Text Example
White with #CF189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF189F; }
p { color: rgb(207,24,159); }
H1.HeaderClassName
{
color: #CF189F;
}
.AnyTagClassName
{
color: #CF189F;
}
</style>
background-color css
<style>
a { background-color: #CF189F; }
a { background-color: rgb(207,24,159); }
div.DivClassName
{
background-color: #CF189F;
}
.BgClassName
{
background-color: #CF189F;
}
</style>
border-color css
<style>
span { border-color: #CF189F; }
span { border-color: rgb(207,24,159); }
td.TdClassName
{
border-color: #CF189F;
}
.TagClassName
{
border-color: #CF189F;
}
</style>