Shades of Medium Violet Red #CF187A
Tints of Medium Violet Red #CF187A
RGB
CMYK
RGB Variations
Color information
#CF187A (or 0xCF187A) is known color: Medium Violet Red. HEX triplet: CF, 18 and 7A. RGB value is (207,24,122). Sum of RGB (Red+Green+Blue) = 207+24+122=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF187A is #30E785. Grayscale: #595959. Windows color (decimal): -3204998 or 8001743. OLE color: 8001743.
HSL color Cylindrical-coordinate representation of color #CF187A: hue angle of 327.87º 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 #CF187A is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 122 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.19 |
| HSL | 327.87º | 0.79% | 0.45% | - |
| HSV(B) | 327.87º | 0.88% | 0.81% | - |
| XYZ | 29.57 | 15.32 | 19.81 | - |
| YUV | 89.89 | 146.13 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 122 | 0 | 0.88 | 0.41 | 0.19 | 327.87 | 0.79 | 0.45 |
| Hex | CF | 18 | 7A | 0 | 58 | 29 | 13 | 148 | 4F | 2D |
| Octal | 317 | 30 | 172 | 0 | 130 | 51 | 23 | 510 | 117 | 55 |
| Binary | 11001111 | 11000 | 1111010 | 0 | 1011000 | 101001 | 10011 | 101001000 | 1001111 | 101101 |
Color Harmonies of #CF187A
Complementary color
Monochromatic Colors of #CF187A
Black with #CF187A
Text Example
Text Example
White with #CF187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF187A; }
p { color: rgb(207,24,122); }
H1.HeaderClassName
{
color: #CF187A;
}
.AnyTagClassName
{
color: #CF187A;
}
</style>
background-color css
<style>
a { background-color: #CF187A; }
a { background-color: rgb(207,24,122); }
div.DivClassName
{
background-color: #CF187A;
}
.BgClassName
{
background-color: #CF187A;
}
</style>
border-color css
<style>
span { border-color: #CF187A; }
span { border-color: rgb(207,24,122); }
td.TdClassName
{
border-color: #CF187A;
}
.TagClassName
{
border-color: #CF187A;
}
</style>