Shades of Medium Violet Red #CF0093
Tints of Medium Violet Red #CF0093
RGB
CMYK
RGB Variations
Color information
#CF0093 (or 0xCF0093) is known color: Medium Violet Red. HEX triplet: CF, 00 and 93. RGB value is (207,0,147). Sum of RGB (Red+Green+Blue) = 207+0+147=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0093 is #30FF6C. Grayscale: #4E4E4E. Windows color (decimal): -3211117 or 9633999. OLE color: 9633999.
HSL color Cylindrical-coordinate representation of color #CF0093: hue angle of 317.39º 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 #CF0093 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.29 | 0.19 |
| HSL | 317.39º | 1% | 0.41% | - |
| HSV(B) | 317.39º | 1% | 0.81% | - |
| XYZ | 31 | 15.37 | 28.94 | - |
| YUV | 78.65 | 166.58 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 147 | 0 | 1 | 0.29 | 0.19 | 317.39 | 1 | 0.41 |
| Hex | CF | 0 | 93 | 0 | 64 | 1D | 13 | 13D | 64 | 29 |
| Octal | 317 | 0 | 223 | 0 | 144 | 35 | 23 | 475 | 144 | 51 |
| Binary | 11001111 | 0 | 10010011 | 0 | 1100100 | 11101 | 10011 | 100111101 | 1100100 | 101001 |
Color Harmonies of #CF0093
Complementary color
Monochromatic Colors of #CF0093
Black with #CF0093
Text Example
Text Example
White with #CF0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0093; }
p { color: rgb(207,0,147); }
H1.HeaderClassName
{
color: #CF0093;
}
.AnyTagClassName
{
color: #CF0093;
}
</style>
background-color css
<style>
a { background-color: #CF0093; }
a { background-color: rgb(207,0,147); }
div.DivClassName
{
background-color: #CF0093;
}
.BgClassName
{
background-color: #CF0093;
}
</style>
border-color css
<style>
span { border-color: #CF0093; }
span { border-color: rgb(207,0,147); }
td.TdClassName
{
border-color: #CF0093;
}
.TagClassName
{
border-color: #CF0093;
}
</style>