Shades of Medium Violet Red #CF0497
Tints of Medium Violet Red #CF0497
RGB
CMYK
RGB Variations
Color information
#CF0497 (or 0xCF0497) is known color: Medium Violet Red. HEX triplet: CF, 04 and 97. RGB value is (207,4,151). Sum of RGB (Red+Green+Blue) = 207+4+151=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0497 is #30FB68. Grayscale: #515151. Windows color (decimal): -3210089 or 9897167. OLE color: 9897167.
HSL color Cylindrical-coordinate representation of color #CF0497: hue angle of 316.55º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0497 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 151 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.19 |
| HSL | 316.55º | 0.96% | 0.41% | - |
| HSV(B) | 316.55º | 0.98% | 0.81% | - |
| XYZ | 31.36 | 15.59 | 30.63 | - |
| YUV | 81.46 | 167.25 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 151 | 0 | 0.98 | 0.27 | 0.19 | 316.55 | 0.96 | 0.41 |
| Hex | CF | 4 | 97 | 0 | 62 | 1B | 13 | 13D | 60 | 29 |
| Octal | 317 | 4 | 227 | 0 | 142 | 33 | 23 | 475 | 140 | 51 |
| Binary | 11001111 | 100 | 10010111 | 0 | 1100010 | 11011 | 10011 | 100111101 | 1100000 | 101001 |
Color Harmonies of #CF0497
Complementary color
Monochromatic Colors of #CF0497
Black with #CF0497
Text Example
Text Example
White with #CF0497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0497; }
p { color: rgb(207,4,151); }
H1.HeaderClassName
{
color: #CF0497;
}
.AnyTagClassName
{
color: #CF0497;
}
</style>
background-color css
<style>
a { background-color: #CF0497; }
a { background-color: rgb(207,4,151); }
div.DivClassName
{
background-color: #CF0497;
}
.BgClassName
{
background-color: #CF0497;
}
</style>
border-color css
<style>
span { border-color: #CF0497; }
span { border-color: rgb(207,4,151); }
td.TdClassName
{
border-color: #CF0497;
}
.TagClassName
{
border-color: #CF0497;
}
</style>