Shades of Medium Violet Red #CF009D
Tints of Medium Violet Red #CF009D
RGB
CMYK
RGB Variations
Color information
#CF009D (or 0xCF009D) is known color: Medium Violet Red. HEX triplet: CF, 00 and 9D. RGB value is (207,0,157). Sum of RGB (Red+Green+Blue) = 207+0+157=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF009D is #30FF62. Grayscale: #4F4F4F. Windows color (decimal): -3211107 or 10289359. OLE color: 10289359.
HSL color Cylindrical-coordinate representation of color #CF009D: hue angle of 314.49º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF009D is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.24 | 0.19 |
| HSL | 314.49º | 1% | 0.41% | - |
| HSV(B) | 314.49º | 1% | 0.81% | - |
| XYZ | 31.82 | 15.7 | 33.25 | - |
| YUV | 79.79 | 171.58 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 157 | 0 | 1 | 0.24 | 0.19 | 314.49 | 1 | 0.41 |
| Hex | CF | 0 | 9D | 0 | 64 | 18 | 13 | 13A | 64 | 29 |
| Octal | 317 | 0 | 235 | 0 | 144 | 30 | 23 | 472 | 144 | 51 |
| Binary | 11001111 | 0 | 10011101 | 0 | 1100100 | 11000 | 10011 | 100111010 | 1100100 | 101001 |
Color Harmonies of #CF009D
Complementary color
Monochromatic Colors of #CF009D
Black with #CF009D
Text Example
Text Example
White with #CF009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF009D; }
p { color: rgb(207,0,157); }
H1.HeaderClassName
{
color: #CF009D;
}
.AnyTagClassName
{
color: #CF009D;
}
</style>
background-color css
<style>
a { background-color: #CF009D; }
a { background-color: rgb(207,0,157); }
div.DivClassName
{
background-color: #CF009D;
}
.BgClassName
{
background-color: #CF009D;
}
</style>
border-color css
<style>
span { border-color: #CF009D; }
span { border-color: rgb(207,0,157); }
td.TdClassName
{
border-color: #CF009D;
}
.TagClassName
{
border-color: #CF009D;
}
</style>