Shades of Medium Violet Red #CF0075
Tints of Medium Violet Red #CF0075
RGB
CMYK
RGB Variations
Color information
#CF0075 (or 0xCF0075) is known color: Medium Violet Red. HEX triplet: CF, 00 and 75. RGB value is (207,0,117). Sum of RGB (Red+Green+Blue) = 207+0+117=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0075 is #30FF8A. Grayscale: #4A4A4A. Windows color (decimal): -3211147 or 7667919. OLE color: 7667919.
HSL color Cylindrical-coordinate representation of color #CF0075: hue angle of 326.09º 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 #CF0075 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.43 | 0.19 |
| HSL | 326.09º | 1% | 0.41% | - |
| HSV(B) | 326.09º | 1% | 0.81% | - |
| XYZ | 28.94 | 14.55 | 18.11 | - |
| YUV | 75.23 | 151.58 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 117 | 0 | 1 | 0.43 | 0.19 | 326.09 | 1 | 0.41 |
| Hex | CF | 0 | 75 | 0 | 64 | 2B | 13 | 146 | 64 | 29 |
| Octal | 317 | 0 | 165 | 0 | 144 | 53 | 23 | 506 | 144 | 51 |
| Binary | 11001111 | 0 | 1110101 | 0 | 1100100 | 101011 | 10011 | 101000110 | 1100100 | 101001 |
Color Harmonies of #CF0075
Complementary color
Monochromatic Colors of #CF0075
Black with #CF0075
Text Example
Text Example
White with #CF0075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0075; }
p { color: rgb(207,0,117); }
H1.HeaderClassName
{
color: #CF0075;
}
.AnyTagClassName
{
color: #CF0075;
}
</style>
background-color css
<style>
a { background-color: #CF0075; }
a { background-color: rgb(207,0,117); }
div.DivClassName
{
background-color: #CF0075;
}
.BgClassName
{
background-color: #CF0075;
}
</style>
border-color css
<style>
span { border-color: #CF0075; }
span { border-color: rgb(207,0,117); }
td.TdClassName
{
border-color: #CF0075;
}
.TagClassName
{
border-color: #CF0075;
}
</style>