Shades of Medium Violet Red #CF0F93
Tints of Medium Violet Red #CF0F93
RGB
CMYK
RGB Variations
Color information
#CF0F93 (or 0xCF0F93) is known color: Medium Violet Red. HEX triplet: CF, 0F and 93. RGB value is (207,15,147). Sum of RGB (Red+Green+Blue) = 207+15+147=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0F93 is #30F06C. Grayscale: #575757. Windows color (decimal): -3207277 or 9637839. OLE color: 9637839.
HSL color Cylindrical-coordinate representation of color #CF0F93: hue angle of 318.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F93 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 147 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.19 |
| HSL | 318.75º | 0.86% | 0.44% | - |
| HSV(B) | 318.75º | 0.93% | 0.81% | - |
| XYZ | 31.17 | 15.71 | 28.99 | - |
| YUV | 87.46 | 161.61 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 147 | 0 | 0.93 | 0.29 | 0.19 | 318.75 | 0.86 | 0.44 |
| Hex | CF | F | 93 | 0 | 5D | 1D | 13 | 13F | 56 | 2C |
| Octal | 317 | 17 | 223 | 0 | 135 | 35 | 23 | 477 | 126 | 54 |
| Binary | 11001111 | 1111 | 10010011 | 0 | 1011101 | 11101 | 10011 | 100111111 | 1010110 | 101100 |
Color Harmonies of #CF0F93
Complementary color
Monochromatic Colors of #CF0F93
Black with #CF0F93
Text Example
Text Example
White with #CF0F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F93; }
p { color: rgb(207,15,147); }
H1.HeaderClassName
{
color: #CF0F93;
}
.AnyTagClassName
{
color: #CF0F93;
}
</style>
background-color css
<style>
a { background-color: #CF0F93; }
a { background-color: rgb(207,15,147); }
div.DivClassName
{
background-color: #CF0F93;
}
.BgClassName
{
background-color: #CF0F93;
}
</style>
border-color css
<style>
span { border-color: #CF0F93; }
span { border-color: rgb(207,15,147); }
td.TdClassName
{
border-color: #CF0F93;
}
.TagClassName
{
border-color: #CF0F93;
}
</style>