Shades of Medium Violet Red #CF0094
Tints of Medium Violet Red #CF0094
RGB
CMYK
RGB Variations
Color information
#CF0094 (or 0xCF0094) is known color: Medium Violet Red. HEX triplet: CF, 00 and 94. RGB value is (207,0,148). Sum of RGB (Red+Green+Blue) = 207+0+148=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0094 is #30FF6B. Grayscale: #4E4E4E. Windows color (decimal): -3211116 or 9699535. OLE color: 9699535.
HSL color Cylindrical-coordinate representation of color #CF0094: hue angle of 317.1º 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 #CF0094 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.29 | 0.19 |
| HSL | 317.1º | 1% | 0.41% | - |
| HSV(B) | 317.1º | 1% | 0.81% | - |
| XYZ | 31.08 | 15.4 | 29.35 | - |
| YUV | 78.77 | 167.08 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 148 | 0 | 1 | 0.29 | 0.19 | 317.1 | 1 | 0.41 |
| Hex | CF | 0 | 94 | 0 | 64 | 1D | 13 | 13D | 64 | 29 |
| Octal | 317 | 0 | 224 | 0 | 144 | 35 | 23 | 475 | 144 | 51 |
| Binary | 11001111 | 0 | 10010100 | 0 | 1100100 | 11101 | 10011 | 100111101 | 1100100 | 101001 |
Color Harmonies of #CF0094
Complementary color
Monochromatic Colors of #CF0094
Black with #CF0094
Text Example
Text Example
White with #CF0094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0094; }
p { color: rgb(207,0,148); }
H1.HeaderClassName
{
color: #CF0094;
}
.AnyTagClassName
{
color: #CF0094;
}
</style>
background-color css
<style>
a { background-color: #CF0094; }
a { background-color: rgb(207,0,148); }
div.DivClassName
{
background-color: #CF0094;
}
.BgClassName
{
background-color: #CF0094;
}
</style>
border-color css
<style>
span { border-color: #CF0094; }
span { border-color: rgb(207,0,148); }
td.TdClassName
{
border-color: #CF0094;
}
.TagClassName
{
border-color: #CF0094;
}
</style>