Shades of Medium Violet Red #CF189E
Tints of Medium Violet Red #CF189E
RGB
CMYK
RGB Variations
Color information
#CF189E (or 0xCF189E) is known color: Medium Violet Red. HEX triplet: CF, 18 and 9E. RGB value is (207,24,158). Sum of RGB (Red+Green+Blue) = 207+24+158=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF189E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF189E is #30E761. Grayscale: #5D5D5D. Windows color (decimal): -3204962 or 10361039. OLE color: 10361039.
HSL color Cylindrical-coordinate representation of color #CF189E: hue angle of 316.07º 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 #CF189E is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 158 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.19 |
| HSL | 316.07º | 0.79% | 0.45% | - |
| HSV(B) | 316.07º | 0.88% | 0.81% | - |
| XYZ | 32.23 | 16.39 | 33.81 | - |
| YUV | 93.99 | 164.13 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 158 | 0 | 0.88 | 0.24 | 0.19 | 316.07 | 0.79 | 0.45 |
| Hex | CF | 18 | 9E | 0 | 58 | 18 | 13 | 13C | 4F | 2D |
| Octal | 317 | 30 | 236 | 0 | 130 | 30 | 23 | 474 | 117 | 55 |
| Binary | 11001111 | 11000 | 10011110 | 0 | 1011000 | 11000 | 10011 | 100111100 | 1001111 | 101101 |
Color Harmonies of #CF189E
Complementary color
Monochromatic Colors of #CF189E
Black with #CF189E
Text Example
Text Example
White with #CF189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF189E; }
p { color: rgb(207,24,158); }
H1.HeaderClassName
{
color: #CF189E;
}
.AnyTagClassName
{
color: #CF189E;
}
</style>
background-color css
<style>
a { background-color: #CF189E; }
a { background-color: rgb(207,24,158); }
div.DivClassName
{
background-color: #CF189E;
}
.BgClassName
{
background-color: #CF189E;
}
</style>
border-color css
<style>
span { border-color: #CF189E; }
span { border-color: rgb(207,24,158); }
td.TdClassName
{
border-color: #CF189E;
}
.TagClassName
{
border-color: #CF189E;
}
</style>