Shades of Medium Violet Red #CF0575
Tints of Medium Violet Red #CF0575
RGB
CMYK
RGB Variations
Color information
#CF0575 (or 0xCF0575) is known color: Medium Violet Red. HEX triplet: CF, 05 and 75. RGB value is (207,5,117). Sum of RGB (Red+Green+Blue) = 207+5+117=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0575 is #30FA8A. Grayscale: #4D4D4D. Windows color (decimal): -3209867 or 7669199. OLE color: 7669199.
HSL color Cylindrical-coordinate representation of color #CF0575: hue angle of 326.73º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0575 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 117 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.19 |
| HSL | 326.73º | 0.95% | 0.42% | - |
| HSV(B) | 326.73º | 0.98% | 0.81% | - |
| XYZ | 29 | 14.66 | 18.13 | - |
| YUV | 78.17 | 149.92 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 117 | 0 | 0.98 | 0.43 | 0.19 | 326.73 | 0.95 | 0.42 |
| Hex | CF | 5 | 75 | 0 | 62 | 2B | 13 | 147 | 5F | 2A |
| Octal | 317 | 5 | 165 | 0 | 142 | 53 | 23 | 507 | 137 | 52 |
| Binary | 11001111 | 101 | 1110101 | 0 | 1100010 | 101011 | 10011 | 101000111 | 1011111 | 101010 |
Color Harmonies of #CF0575
Complementary color
Monochromatic Colors of #CF0575
Black with #CF0575
Text Example
Text Example
White with #CF0575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0575; }
p { color: rgb(207,5,117); }
H1.HeaderClassName
{
color: #CF0575;
}
.AnyTagClassName
{
color: #CF0575;
}
</style>
background-color css
<style>
a { background-color: #CF0575; }
a { background-color: rgb(207,5,117); }
div.DivClassName
{
background-color: #CF0575;
}
.BgClassName
{
background-color: #CF0575;
}
</style>
border-color css
<style>
span { border-color: #CF0575; }
span { border-color: rgb(207,5,117); }
td.TdClassName
{
border-color: #CF0575;
}
.TagClassName
{
border-color: #CF0575;
}
</style>