Shades of Medium Violet Red #CF0176
Tints of Medium Violet Red #CF0176
RGB
CMYK
RGB Variations
Color information
#CF0176 (or 0xCF0176) is known color: Medium Violet Red. HEX triplet: CF, 01 and 76. RGB value is (207,1,118). Sum of RGB (Red+Green+Blue) = 207+1+118=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0176 is #30FE89. Grayscale: #4B4B4B. Windows color (decimal): -3210890 or 7733711. OLE color: 7733711.
HSL color Cylindrical-coordinate representation of color #CF0176: hue angle of 325.92º 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 #CF0176 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 118 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.19 |
| HSL | 325.92º | 0.99% | 0.41% | - |
| HSV(B) | 325.92º | 1% | 0.81% | - |
| XYZ | 29.01 | 14.6 | 18.43 | - |
| YUV | 75.93 | 151.75 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 118 | 0 | 1.00 | 0.43 | 0.19 | 325.92 | 0.99 | 0.41 |
| Hex | CF | 1 | 76 | 0 | 64 | 2B | 13 | 146 | 63 | 29 |
| Octal | 317 | 1 | 166 | 0 | 144 | 53 | 23 | 506 | 143 | 51 |
| Binary | 11001111 | 1 | 1110110 | 0 | 1100100 | 101011 | 10011 | 101000110 | 1100011 | 101001 |
Color Harmonies of #CF0176
Complementary color
Monochromatic Colors of #CF0176
Black with #CF0176
Text Example
Text Example
White with #CF0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0176; }
p { color: rgb(207,1,118); }
H1.HeaderClassName
{
color: #CF0176;
}
.AnyTagClassName
{
color: #CF0176;
}
</style>
background-color css
<style>
a { background-color: #CF0176; }
a { background-color: rgb(207,1,118); }
div.DivClassName
{
background-color: #CF0176;
}
.BgClassName
{
background-color: #CF0176;
}
</style>
border-color css
<style>
span { border-color: #CF0176; }
span { border-color: rgb(207,1,118); }
td.TdClassName
{
border-color: #CF0176;
}
.TagClassName
{
border-color: #CF0176;
}
</style>