Shades of Medium Violet Red #CF1474
Tints of Medium Violet Red #CF1474
RGB
CMYK
RGB Variations
Color information
#CF1474 (or 0xCF1474) is known color: Medium Violet Red. HEX triplet: CF, 14 and 74. RGB value is (207,20,116). Sum of RGB (Red+Green+Blue) = 207+20+116=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1474 is #30EB8B. Grayscale: #565656. Windows color (decimal): -3206028 or 7607503. OLE color: 7607503.
HSL color Cylindrical-coordinate representation of color #CF1474: hue angle of 329.2º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1474 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 116 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.19 |
| HSL | 329.2º | 0.82% | 0.45% | - |
| HSV(B) | 329.2º | 0.9% | 0.81% | - |
| XYZ | 29.13 | 15.03 | 17.89 | - |
| YUV | 86.86 | 144.45 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 116 | 0 | 0.90 | 0.44 | 0.19 | 329.2 | 0.82 | 0.45 |
| Hex | CF | 14 | 74 | 0 | 5A | 2C | 13 | 149 | 52 | 2D |
| Octal | 317 | 24 | 164 | 0 | 132 | 54 | 23 | 511 | 122 | 55 |
| Binary | 11001111 | 10100 | 1110100 | 0 | 1011010 | 101100 | 10011 | 101001001 | 1010010 | 101101 |
Color Harmonies of #CF1474
Complementary color
Monochromatic Colors of #CF1474
Black with #CF1474
Text Example
Text Example
White with #CF1474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1474; }
p { color: rgb(207,20,116); }
H1.HeaderClassName
{
color: #CF1474;
}
.AnyTagClassName
{
color: #CF1474;
}
</style>
background-color css
<style>
a { background-color: #CF1474; }
a { background-color: rgb(207,20,116); }
div.DivClassName
{
background-color: #CF1474;
}
.BgClassName
{
background-color: #CF1474;
}
</style>
border-color css
<style>
span { border-color: #CF1474; }
span { border-color: rgb(207,20,116); }
td.TdClassName
{
border-color: #CF1474;
}
.TagClassName
{
border-color: #CF1474;
}
</style>