Shades of Medium Violet Red #CF0397
Tints of Medium Violet Red #CF0397
RGB
CMYK
RGB Variations
Color information
#CF0397 (or 0xCF0397) is known color: Medium Violet Red. HEX triplet: CF, 03 and 97. RGB value is (207,3,151). Sum of RGB (Red+Green+Blue) = 207+3+151=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0397 is #30FC68. Grayscale: #505050. Windows color (decimal): -3210345 or 9896911. OLE color: 9896911.
HSL color Cylindrical-coordinate representation of color #CF0397: hue angle of 316.47º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0397 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 151 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.19 |
| HSL | 316.47º | 0.97% | 0.41% | - |
| HSV(B) | 316.47º | 0.99% | 0.81% | - |
| XYZ | 31.35 | 15.56 | 30.63 | - |
| YUV | 80.87 | 167.59 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 151 | 0 | 0.99 | 0.27 | 0.19 | 316.47 | 0.97 | 0.41 |
| Hex | CF | 3 | 97 | 0 | 63 | 1B | 13 | 13C | 61 | 29 |
| Octal | 317 | 3 | 227 | 0 | 143 | 33 | 23 | 474 | 141 | 51 |
| Binary | 11001111 | 11 | 10010111 | 0 | 1100011 | 11011 | 10011 | 100111100 | 1100001 | 101001 |
Color Harmonies of #CF0397
Complementary color
Monochromatic Colors of #CF0397
Black with #CF0397
Text Example
Text Example
White with #CF0397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0397; }
p { color: rgb(207,3,151); }
H1.HeaderClassName
{
color: #CF0397;
}
.AnyTagClassName
{
color: #CF0397;
}
</style>
background-color css
<style>
a { background-color: #CF0397; }
a { background-color: rgb(207,3,151); }
div.DivClassName
{
background-color: #CF0397;
}
.BgClassName
{
background-color: #CF0397;
}
</style>
border-color css
<style>
span { border-color: #CF0397; }
span { border-color: rgb(207,3,151); }
td.TdClassName
{
border-color: #CF0397;
}
.TagClassName
{
border-color: #CF0397;
}
</style>