Shades of Medium Violet Red #CF0B8E
Tints of Medium Violet Red #CF0B8E
RGB
CMYK
RGB Variations
Color information
#CF0B8E (or 0xCF0B8E) is known color: Medium Violet Red. HEX triplet: CF, 0B and 8E. RGB value is (207,11,142). Sum of RGB (Red+Green+Blue) = 207+11+142=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0B8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0B8E is #30F471. Grayscale: #545454. Windows color (decimal): -3208306 or 9309135. OLE color: 9309135.
HSL color Cylindrical-coordinate representation of color #CF0B8E: hue angle of 319.9º 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 #CF0B8E is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 11 | 142 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.19 |
| HSL | 319.9º | 0.9% | 0.43% | - |
| HSV(B) | 319.9º | 0.95% | 0.81% | - |
| XYZ | 30.73 | 15.46 | 26.95 | - |
| YUV | 84.54 | 160.43 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 142 | 0 | 0.95 | 0.31 | 0.19 | 319.9 | 0.9 | 0.43 |
| Hex | CF | B | 8E | 0 | 5F | 1F | 13 | 140 | 5A | 2B |
| Octal | 317 | 13 | 216 | 0 | 137 | 37 | 23 | 500 | 132 | 53 |
| Binary | 11001111 | 1011 | 10001110 | 0 | 1011111 | 11111 | 10011 | 101000000 | 1011010 | 101011 |
Color Harmonies of #CF0B8E
Complementary color
Monochromatic Colors of #CF0B8E
Black with #CF0B8E
Text Example
Text Example
White with #CF0B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0B8E; }
p { color: rgb(207,11,142); }
H1.HeaderClassName
{
color: #CF0B8E;
}
.AnyTagClassName
{
color: #CF0B8E;
}
</style>
background-color css
<style>
a { background-color: #CF0B8E; }
a { background-color: rgb(207,11,142); }
div.DivClassName
{
background-color: #CF0B8E;
}
.BgClassName
{
background-color: #CF0B8E;
}
</style>
border-color css
<style>
span { border-color: #CF0B8E; }
span { border-color: rgb(207,11,142); }
td.TdClassName
{
border-color: #CF0B8E;
}
.TagClassName
{
border-color: #CF0B8E;
}
</style>