Shades of Medium Violet Red #CF0C9F
Tints of Medium Violet Red #CF0C9F
RGB
CMYK
RGB Variations
Color information
#CF0C9F (or 0xCF0C9F) is known color: Medium Violet Red. HEX triplet: CF, 0C and 9F. RGB value is (207,12,159). Sum of RGB (Red+Green+Blue) = 207+12+159=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0C9F is #30F360. Grayscale: #565656. Windows color (decimal): -3208033 or 10423503. OLE color: 10423503.
HSL color Cylindrical-coordinate representation of color #CF0C9F: hue angle of 314.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0C9F is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 12 | 159 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.19 |
| HSL | 314.77º | 0.89% | 0.43% | - |
| HSV(B) | 314.77º | 0.94% | 0.81% | - |
| XYZ | 32.12 | 16.03 | 34.2 | - |
| YUV | 87.06 | 168.6 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 159 | 0 | 0.94 | 0.23 | 0.19 | 314.77 | 0.89 | 0.43 |
| Hex | CF | C | 9F | 0 | 5E | 17 | 13 | 13B | 59 | 2B |
| Octal | 317 | 14 | 237 | 0 | 136 | 27 | 23 | 473 | 131 | 53 |
| Binary | 11001111 | 1100 | 10011111 | 0 | 1011110 | 10111 | 10011 | 100111011 | 1011001 | 101011 |
Color Harmonies of #CF0C9F
Complementary color
Monochromatic Colors of #CF0C9F
Black with #CF0C9F
Text Example
Text Example
White with #CF0C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0C9F; }
p { color: rgb(207,12,159); }
H1.HeaderClassName
{
color: #CF0C9F;
}
.AnyTagClassName
{
color: #CF0C9F;
}
</style>
background-color css
<style>
a { background-color: #CF0C9F; }
a { background-color: rgb(207,12,159); }
div.DivClassName
{
background-color: #CF0C9F;
}
.BgClassName
{
background-color: #CF0C9F;
}
</style>
border-color css
<style>
span { border-color: #CF0C9F; }
span { border-color: rgb(207,12,159); }
td.TdClassName
{
border-color: #CF0C9F;
}
.TagClassName
{
border-color: #CF0C9F;
}
</style>