Shades of Medium Violet Red #CF0275
Tints of Medium Violet Red #CF0275
RGB
CMYK
RGB Variations
Color information
#CF0275 (or 0xCF0275) is known color: Medium Violet Red. HEX triplet: CF, 02 and 75. RGB value is (207,2,117). Sum of RGB (Red+Green+Blue) = 207+2+117=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0275 is #30FD8A. Grayscale: #4C4C4C. Windows color (decimal): -3210635 or 7668431. OLE color: 7668431.
HSL color Cylindrical-coordinate representation of color #CF0275: hue angle of 326.34º degrees, saturation: 0.98, 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 #CF0275 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.19 |
| HSL | 326.34º | 0.98% | 0.41% | - |
| HSV(B) | 326.34º | 0.99% | 0.81% | - |
| XYZ | 28.96 | 14.59 | 18.12 | - |
| YUV | 76.41 | 150.92 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 117 | 0 | 0.99 | 0.43 | 0.19 | 326.34 | 0.98 | 0.41 |
| Hex | CF | 2 | 75 | 0 | 63 | 2B | 13 | 146 | 62 | 29 |
| Octal | 317 | 2 | 165 | 0 | 143 | 53 | 23 | 506 | 142 | 51 |
| Binary | 11001111 | 10 | 1110101 | 0 | 1100011 | 101011 | 10011 | 101000110 | 1100010 | 101001 |
Color Harmonies of #CF0275
Complementary color
Monochromatic Colors of #CF0275
Black with #CF0275
Text Example
Text Example
White with #CF0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0275; }
p { color: rgb(207,2,117); }
H1.HeaderClassName
{
color: #CF0275;
}
.AnyTagClassName
{
color: #CF0275;
}
</style>
background-color css
<style>
a { background-color: #CF0275; }
a { background-color: rgb(207,2,117); }
div.DivClassName
{
background-color: #CF0275;
}
.BgClassName
{
background-color: #CF0275;
}
</style>
border-color css
<style>
span { border-color: #CF0275; }
span { border-color: rgb(207,2,117); }
td.TdClassName
{
border-color: #CF0275;
}
.TagClassName
{
border-color: #CF0275;
}
</style>