Shades of Medium Violet Red #CF0B9F
Tints of Medium Violet Red #CF0B9F
RGB
CMYK
RGB Variations
Color information
#CF0B9F (or 0xCF0B9F) is known color: Medium Violet Red. HEX triplet: CF, 0B and 9F. RGB value is (207,11,159). Sum of RGB (Red+Green+Blue) = 207+11+159=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0B9F is #30F460. Grayscale: #565656. Windows color (decimal): -3208289 or 10423247. OLE color: 10423247.
HSL color Cylindrical-coordinate representation of color #CF0B9F: hue angle of 314.69º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0B9F is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 11 | 159 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.19 |
| HSL | 314.69º | 0.9% | 0.43% | - |
| HSV(B) | 314.69º | 0.95% | 0.81% | - |
| XYZ | 32.11 | 16.01 | 34.2 | - |
| YUV | 86.48 | 168.93 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 159 | 0 | 0.95 | 0.23 | 0.19 | 314.69 | 0.9 | 0.43 |
| Hex | CF | B | 9F | 0 | 5F | 17 | 13 | 13B | 5A | 2B |
| Octal | 317 | 13 | 237 | 0 | 137 | 27 | 23 | 473 | 132 | 53 |
| Binary | 11001111 | 1011 | 10011111 | 0 | 1011111 | 10111 | 10011 | 100111011 | 1011010 | 101011 |
Color Harmonies of #CF0B9F
Complementary color
Monochromatic Colors of #CF0B9F
Black with #CF0B9F
Text Example
Text Example
White with #CF0B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0B9F; }
p { color: rgb(207,11,159); }
H1.HeaderClassName
{
color: #CF0B9F;
}
.AnyTagClassName
{
color: #CF0B9F;
}
</style>
background-color css
<style>
a { background-color: #CF0B9F; }
a { background-color: rgb(207,11,159); }
div.DivClassName
{
background-color: #CF0B9F;
}
.BgClassName
{
background-color: #CF0B9F;
}
</style>
border-color css
<style>
span { border-color: #CF0B9F; }
span { border-color: rgb(207,11,159); }
td.TdClassName
{
border-color: #CF0B9F;
}
.TagClassName
{
border-color: #CF0B9F;
}
</style>