Shades of Medium Violet Red #CF189D
Tints of Medium Violet Red #CF189D
RGB
CMYK
RGB Variations
Color information
#CF189D (or 0xCF189D) is known color: Medium Violet Red. HEX triplet: CF, 18 and 9D. RGB value is (207,24,157). Sum of RGB (Red+Green+Blue) = 207+24+157=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF189D is #30E762. Grayscale: #5D5D5D. Windows color (decimal): -3204963 or 10295503. OLE color: 10295503.
HSL color Cylindrical-coordinate representation of color #CF189D: hue angle of 316.39º 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 #CF189D is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 157 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.19 |
| HSL | 316.39º | 0.79% | 0.45% | - |
| HSV(B) | 316.39º | 0.88% | 0.81% | - |
| XYZ | 32.14 | 16.35 | 33.36 | - |
| YUV | 93.88 | 163.63 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 157 | 0 | 0.88 | 0.24 | 0.19 | 316.39 | 0.79 | 0.45 |
| Hex | CF | 18 | 9D | 0 | 58 | 18 | 13 | 13C | 4F | 2D |
| Octal | 317 | 30 | 235 | 0 | 130 | 30 | 23 | 474 | 117 | 55 |
| Binary | 11001111 | 11000 | 10011101 | 0 | 1011000 | 11000 | 10011 | 100111100 | 1001111 | 101101 |
Color Harmonies of #CF189D
Complementary color
Monochromatic Colors of #CF189D
Black with #CF189D
Text Example
Text Example
White with #CF189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF189D; }
p { color: rgb(207,24,157); }
H1.HeaderClassName
{
color: #CF189D;
}
.AnyTagClassName
{
color: #CF189D;
}
</style>
background-color css
<style>
a { background-color: #CF189D; }
a { background-color: rgb(207,24,157); }
div.DivClassName
{
background-color: #CF189D;
}
.BgClassName
{
background-color: #CF189D;
}
</style>
border-color css
<style>
span { border-color: #CF189D; }
span { border-color: rgb(207,24,157); }
td.TdClassName
{
border-color: #CF189D;
}
.TagClassName
{
border-color: #CF189D;
}
</style>