Shades of Medium Violet Red #CF0294
Tints of Medium Violet Red #CF0294
RGB
CMYK
RGB Variations
Color information
#CF0294 (or 0xCF0294) is known color: Medium Violet Red. HEX triplet: CF, 02 and 94. RGB value is (207,2,148). Sum of RGB (Red+Green+Blue) = 207+2+148=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0294 is #30FD6B. Grayscale: #4F4F4F. Windows color (decimal): -3210604 or 9700047. OLE color: 9700047.
HSL color Cylindrical-coordinate representation of color #CF0294: hue angle of 317.27º 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 #CF0294 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.19 |
| HSL | 317.27º | 0.98% | 0.41% | - |
| HSV(B) | 317.27º | 0.99% | 0.81% | - |
| XYZ | 31.1 | 15.45 | 29.36 | - |
| YUV | 79.94 | 166.42 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 148 | 0 | 0.99 | 0.29 | 0.19 | 317.27 | 0.98 | 0.41 |
| Hex | CF | 2 | 94 | 0 | 63 | 1D | 13 | 13D | 62 | 29 |
| Octal | 317 | 2 | 224 | 0 | 143 | 35 | 23 | 475 | 142 | 51 |
| Binary | 11001111 | 10 | 10010100 | 0 | 1100011 | 11101 | 10011 | 100111101 | 1100010 | 101001 |
Color Harmonies of #CF0294
Complementary color
Monochromatic Colors of #CF0294
Black with #CF0294
Text Example
Text Example
White with #CF0294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0294; }
p { color: rgb(207,2,148); }
H1.HeaderClassName
{
color: #CF0294;
}
.AnyTagClassName
{
color: #CF0294;
}
</style>
background-color css
<style>
a { background-color: #CF0294; }
a { background-color: rgb(207,2,148); }
div.DivClassName
{
background-color: #CF0294;
}
.BgClassName
{
background-color: #CF0294;
}
</style>
border-color css
<style>
span { border-color: #CF0294; }
span { border-color: rgb(207,2,148); }
td.TdClassName
{
border-color: #CF0294;
}
.TagClassName
{
border-color: #CF0294;
}
</style>