Shades of Medium Violet Red #CF0393
Tints of Medium Violet Red #CF0393
RGB
CMYK
RGB Variations
Color information
#CF0393 (or 0xCF0393) is known color: Medium Violet Red. HEX triplet: CF, 03 and 93. RGB value is (207,3,147). Sum of RGB (Red+Green+Blue) = 207+3+147=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0393 is #30FC6C. Grayscale: #505050. Windows color (decimal): -3210349 or 9634767. OLE color: 9634767.
HSL color Cylindrical-coordinate representation of color #CF0393: hue angle of 317.65º degrees, saturation: 0.97, 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 #CF0393 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 147 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.19 |
| HSL | 317.65º | 0.97% | 0.41% | - |
| HSV(B) | 317.65º | 0.99% | 0.81% | - |
| XYZ | 31.03 | 15.44 | 28.95 | - |
| YUV | 80.41 | 165.59 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 147 | 0 | 0.99 | 0.29 | 0.19 | 317.65 | 0.97 | 0.41 |
| Hex | CF | 3 | 93 | 0 | 63 | 1D | 13 | 13E | 61 | 29 |
| Octal | 317 | 3 | 223 | 0 | 143 | 35 | 23 | 476 | 141 | 51 |
| Binary | 11001111 | 11 | 10010011 | 0 | 1100011 | 11101 | 10011 | 100111110 | 1100001 | 101001 |
Color Harmonies of #CF0393
Complementary color
Monochromatic Colors of #CF0393
Black with #CF0393
Text Example
Text Example
White with #CF0393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0393; }
p { color: rgb(207,3,147); }
H1.HeaderClassName
{
color: #CF0393;
}
.AnyTagClassName
{
color: #CF0393;
}
</style>
background-color css
<style>
a { background-color: #CF0393; }
a { background-color: rgb(207,3,147); }
div.DivClassName
{
background-color: #CF0393;
}
.BgClassName
{
background-color: #CF0393;
}
</style>
border-color css
<style>
span { border-color: #CF0393; }
span { border-color: rgb(207,3,147); }
td.TdClassName
{
border-color: #CF0393;
}
.TagClassName
{
border-color: #CF0393;
}
</style>