Shades of Medium Violet Red #CF109D
Tints of Medium Violet Red #CF109D
RGB
CMYK
RGB Variations
Color information
#CF109D (or 0xCF109D) is known color: Medium Violet Red. HEX triplet: CF, 10 and 9D. RGB value is (207,16,157). Sum of RGB (Red+Green+Blue) = 207+16+157=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF109D is #30EF62. Grayscale: #585858. Windows color (decimal): -3207011 or 10293455. OLE color: 10293455.
HSL color Cylindrical-coordinate representation of color #CF109D: hue angle of 315.71º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF109D is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 157 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.19 |
| HSL | 315.71º | 0.86% | 0.44% | - |
| HSV(B) | 315.71º | 0.92% | 0.81% | - |
| XYZ | 32 | 16.07 | 33.31 | - |
| YUV | 89.18 | 166.28 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 157 | 0 | 0.92 | 0.24 | 0.19 | 315.71 | 0.86 | 0.44 |
| Hex | CF | 10 | 9D | 0 | 5C | 18 | 13 | 13C | 56 | 2C |
| Octal | 317 | 20 | 235 | 0 | 134 | 30 | 23 | 474 | 126 | 54 |
| Binary | 11001111 | 10000 | 10011101 | 0 | 1011100 | 11000 | 10011 | 100111100 | 1010110 | 101100 |
Color Harmonies of #CF109D
Complementary color
Monochromatic Colors of #CF109D
Black with #CF109D
Text Example
Text Example
White with #CF109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF109D; }
p { color: rgb(207,16,157); }
H1.HeaderClassName
{
color: #CF109D;
}
.AnyTagClassName
{
color: #CF109D;
}
</style>
background-color css
<style>
a { background-color: #CF109D; }
a { background-color: rgb(207,16,157); }
div.DivClassName
{
background-color: #CF109D;
}
.BgClassName
{
background-color: #CF109D;
}
</style>
border-color css
<style>
span { border-color: #CF109D; }
span { border-color: rgb(207,16,157); }
td.TdClassName
{
border-color: #CF109D;
}
.TagClassName
{
border-color: #CF109D;
}
</style>