Shades of Medium Violet Red #CF0373
Tints of Medium Violet Red #CF0373
RGB
CMYK
RGB Variations
Color information
#CF0373 (or 0xCF0373) is known color: Medium Violet Red. HEX triplet: CF, 03 and 73. RGB value is (207,3,115). Sum of RGB (Red+Green+Blue) = 207+3+115=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0373 is #30FC8C. Grayscale: #4C4C4C. Windows color (decimal): -3210381 or 7537615. OLE color: 7537615.
HSL color Cylindrical-coordinate representation of color #CF0373: hue angle of 327.06º 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 #CF0373 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 115 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.19 |
| HSL | 327.06º | 0.97% | 0.41% | - |
| HSV(B) | 327.06º | 0.99% | 0.81% | - |
| XYZ | 28.86 | 14.57 | 17.51 | - |
| YUV | 76.76 | 149.59 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 115 | 0 | 0.99 | 0.44 | 0.19 | 327.06 | 0.97 | 0.41 |
| Hex | CF | 3 | 73 | 0 | 63 | 2C | 13 | 147 | 61 | 29 |
| Octal | 317 | 3 | 163 | 0 | 143 | 54 | 23 | 507 | 141 | 51 |
| Binary | 11001111 | 11 | 1110011 | 0 | 1100011 | 101100 | 10011 | 101000111 | 1100001 | 101001 |
Color Harmonies of #CF0373
Complementary color
Monochromatic Colors of #CF0373
Black with #CF0373
Text Example
Text Example
White with #CF0373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0373; }
p { color: rgb(207,3,115); }
H1.HeaderClassName
{
color: #CF0373;
}
.AnyTagClassName
{
color: #CF0373;
}
</style>
background-color css
<style>
a { background-color: #CF0373; }
a { background-color: rgb(207,3,115); }
div.DivClassName
{
background-color: #CF0373;
}
.BgClassName
{
background-color: #CF0373;
}
</style>
border-color css
<style>
span { border-color: #CF0373; }
span { border-color: rgb(207,3,115); }
td.TdClassName
{
border-color: #CF0373;
}
.TagClassName
{
border-color: #CF0373;
}
</style>