Shades of Medium Violet Red #CF0975
Tints of Medium Violet Red #CF0975
RGB
CMYK
RGB Variations
Color information
#CF0975 (or 0xCF0975) is known color: Medium Violet Red. HEX triplet: CF, 09 and 75. RGB value is (207,9,117). Sum of RGB (Red+Green+Blue) = 207+9+117=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0975 is #30F68A. Grayscale: #505050. Windows color (decimal): -3208843 or 7670223. OLE color: 7670223.
HSL color Cylindrical-coordinate representation of color #CF0975: hue angle of 327.27º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0975 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.19 |
| HSL | 327.27º | 0.92% | 0.42% | - |
| HSV(B) | 327.27º | 0.96% | 0.81% | - |
| XYZ | 29.04 | 14.75 | 18.15 | - |
| YUV | 80.51 | 148.6 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 117 | 0 | 0.96 | 0.43 | 0.19 | 327.27 | 0.92 | 0.42 |
| Hex | CF | 9 | 75 | 0 | 60 | 2B | 13 | 147 | 5C | 2A |
| Octal | 317 | 11 | 165 | 0 | 140 | 53 | 23 | 507 | 134 | 52 |
| Binary | 11001111 | 1001 | 1110101 | 0 | 1100000 | 101011 | 10011 | 101000111 | 1011100 | 101010 |
Color Harmonies of #CF0975
Complementary color
Monochromatic Colors of #CF0975
Black with #CF0975
Text Example
Text Example
White with #CF0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0975; }
p { color: rgb(207,9,117); }
H1.HeaderClassName
{
color: #CF0975;
}
.AnyTagClassName
{
color: #CF0975;
}
</style>
background-color css
<style>
a { background-color: #CF0975; }
a { background-color: rgb(207,9,117); }
div.DivClassName
{
background-color: #CF0975;
}
.BgClassName
{
background-color: #CF0975;
}
</style>
border-color css
<style>
span { border-color: #CF0975; }
span { border-color: rgb(207,9,117); }
td.TdClassName
{
border-color: #CF0975;
}
.TagClassName
{
border-color: #CF0975;
}
</style>