Shades of Medium Violet Red #CF0097
Tints of Medium Violet Red #CF0097
RGB
CMYK
RGB Variations
Color information
#CF0097 (or 0xCF0097) is known color: Medium Violet Red. HEX triplet: CF, 00 and 97. RGB value is (207,0,151). Sum of RGB (Red+Green+Blue) = 207+0+151=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0097 is #30FF68. Grayscale: #4E4E4E. Windows color (decimal): -3211113 or 9896143. OLE color: 9896143.
HSL color Cylindrical-coordinate representation of color #CF0097: hue angle of 316.23º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0097 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.27 | 0.19 |
| HSL | 316.23º | 1% | 0.41% | - |
| HSV(B) | 316.23º | 1% | 0.81% | - |
| XYZ | 31.32 | 15.5 | 30.62 | - |
| YUV | 79.11 | 168.58 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 151 | 0 | 1 | 0.27 | 0.19 | 316.23 | 1 | 0.41 |
| Hex | CF | 0 | 97 | 0 | 64 | 1B | 13 | 13C | 64 | 29 |
| Octal | 317 | 0 | 227 | 0 | 144 | 33 | 23 | 474 | 144 | 51 |
| Binary | 11001111 | 0 | 10010111 | 0 | 1100100 | 11011 | 10011 | 100111100 | 1100100 | 101001 |
Color Harmonies of #CF0097
Complementary color
Monochromatic Colors of #CF0097
Black with #CF0097
Text Example
Text Example
White with #CF0097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0097; }
p { color: rgb(207,0,151); }
H1.HeaderClassName
{
color: #CF0097;
}
.AnyTagClassName
{
color: #CF0097;
}
</style>
background-color css
<style>
a { background-color: #CF0097; }
a { background-color: rgb(207,0,151); }
div.DivClassName
{
background-color: #CF0097;
}
.BgClassName
{
background-color: #CF0097;
}
</style>
border-color css
<style>
span { border-color: #CF0097; }
span { border-color: rgb(207,0,151); }
td.TdClassName
{
border-color: #CF0097;
}
.TagClassName
{
border-color: #CF0097;
}
</style>