Shades of Medium Violet Red #CF0179
Tints of Medium Violet Red #CF0179
RGB
CMYK
RGB Variations
Color information
#CF0179 (or 0xCF0179) is known color: Medium Violet Red. HEX triplet: CF, 01 and 79. RGB value is (207,1,121). Sum of RGB (Red+Green+Blue) = 207+1+121=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0179 is #30FE86. Grayscale: #4C4C4C. Windows color (decimal): -3210887 or 7930319. OLE color: 7930319.
HSL color Cylindrical-coordinate representation of color #CF0179: hue angle of 325.05º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0179 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 121 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.19 |
| HSL | 325.05º | 0.99% | 0.41% | - |
| HSV(B) | 325.05º | 1% | 0.81% | - |
| XYZ | 29.19 | 14.67 | 19.38 | - |
| YUV | 76.27 | 153.25 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 121 | 0 | 1.00 | 0.42 | 0.19 | 325.05 | 0.99 | 0.41 |
| Hex | CF | 1 | 79 | 0 | 64 | 2A | 13 | 145 | 63 | 29 |
| Octal | 317 | 1 | 171 | 0 | 144 | 52 | 23 | 505 | 143 | 51 |
| Binary | 11001111 | 1 | 1111001 | 0 | 1100100 | 101010 | 10011 | 101000101 | 1100011 | 101001 |
Color Harmonies of #CF0179
Complementary color
Monochromatic Colors of #CF0179
Black with #CF0179
Text Example
Text Example
White with #CF0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0179; }
p { color: rgb(207,1,121); }
H1.HeaderClassName
{
color: #CF0179;
}
.AnyTagClassName
{
color: #CF0179;
}
</style>
background-color css
<style>
a { background-color: #CF0179; }
a { background-color: rgb(207,1,121); }
div.DivClassName
{
background-color: #CF0179;
}
.BgClassName
{
background-color: #CF0179;
}
</style>
border-color css
<style>
span { border-color: #CF0179; }
span { border-color: rgb(207,1,121); }
td.TdClassName
{
border-color: #CF0179;
}
.TagClassName
{
border-color: #CF0179;
}
</style>