Shades of Medium Violet Red #CF0295
Tints of Medium Violet Red #CF0295
RGB
CMYK
RGB Variations
Color information
#CF0295 (or 0xCF0295) is known color: Medium Violet Red. HEX triplet: CF, 02 and 95. RGB value is (207,2,149). Sum of RGB (Red+Green+Blue) = 207+2+149=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0295 is #30FD6A. Grayscale: #4F4F4F. Windows color (decimal): -3210603 or 9765583. OLE color: 9765583.
HSL color Cylindrical-coordinate representation of color #CF0295: hue angle of 316.98º 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 #CF0295 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 149 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.19 |
| HSL | 316.98º | 0.98% | 0.41% | - |
| HSV(B) | 316.98º | 0.99% | 0.81% | - |
| XYZ | 31.18 | 15.48 | 29.78 | - |
| YUV | 80.05 | 166.92 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 149 | 0 | 0.99 | 0.28 | 0.19 | 316.98 | 0.98 | 0.41 |
| Hex | CF | 2 | 95 | 0 | 63 | 1C | 13 | 13D | 62 | 29 |
| Octal | 317 | 2 | 225 | 0 | 143 | 34 | 23 | 475 | 142 | 51 |
| Binary | 11001111 | 10 | 10010101 | 0 | 1100011 | 11100 | 10011 | 100111101 | 1100010 | 101001 |
Color Harmonies of #CF0295
Complementary color
Monochromatic Colors of #CF0295
Black with #CF0295
Text Example
Text Example
White with #CF0295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0295; }
p { color: rgb(207,2,149); }
H1.HeaderClassName
{
color: #CF0295;
}
.AnyTagClassName
{
color: #CF0295;
}
</style>
background-color css
<style>
a { background-color: #CF0295; }
a { background-color: rgb(207,2,149); }
div.DivClassName
{
background-color: #CF0295;
}
.BgClassName
{
background-color: #CF0295;
}
</style>
border-color css
<style>
span { border-color: #CF0295; }
span { border-color: rgb(207,2,149); }
td.TdClassName
{
border-color: #CF0295;
}
.TagClassName
{
border-color: #CF0295;
}
</style>