Shades of Medium Violet Red #CF0C9B
Tints of Medium Violet Red #CF0C9B
RGB
CMYK
RGB Variations
Color information
#CF0C9B (or 0xCF0C9B) is known color: Medium Violet Red. HEX triplet: CF, 0C and 9B. RGB value is (207,12,155). Sum of RGB (Red+Green+Blue) = 207+12+155=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0C9B is #30F364. Grayscale: #565656. Windows color (decimal): -3208037 or 10161359. OLE color: 10161359.
HSL color Cylindrical-coordinate representation of color #CF0C9B: hue angle of 316º 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 #CF0C9B is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 12 | 155 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.19 |
| HSL | 316º | 0.89% | 0.43% | - |
| HSV(B) | 316º | 0.94% | 0.81% | - |
| XYZ | 31.78 | 15.89 | 32.4 | - |
| YUV | 86.61 | 166.6 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 155 | 0 | 0.94 | 0.25 | 0.19 | 316 | 0.89 | 0.43 |
| Hex | CF | C | 9B | 0 | 5E | 19 | 13 | 13C | 59 | 2B |
| Octal | 317 | 14 | 233 | 0 | 136 | 31 | 23 | 474 | 131 | 53 |
| Binary | 11001111 | 1100 | 10011011 | 0 | 1011110 | 11001 | 10011 | 100111100 | 1011001 | 101011 |
Color Harmonies of #CF0C9B
Complementary color
Monochromatic Colors of #CF0C9B
Black with #CF0C9B
Text Example
Text Example
White with #CF0C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0C9B; }
p { color: rgb(207,12,155); }
H1.HeaderClassName
{
color: #CF0C9B;
}
.AnyTagClassName
{
color: #CF0C9B;
}
</style>
background-color css
<style>
a { background-color: #CF0C9B; }
a { background-color: rgb(207,12,155); }
div.DivClassName
{
background-color: #CF0C9B;
}
.BgClassName
{
background-color: #CF0C9B;
}
</style>
border-color css
<style>
span { border-color: #CF0C9B; }
span { border-color: rgb(207,12,155); }
td.TdClassName
{
border-color: #CF0C9B;
}
.TagClassName
{
border-color: #CF0C9B;
}
</style>