Shades of Medium Violet Red #CF19AC
Tints of Medium Violet Red #CF19AC
RGB
CMYK
RGB Variations
Color information
#CF19AC (or 0xCF19AC) is known color: Medium Violet Red. HEX triplet: CF, 19 and AC. RGB value is (207,25,172). Sum of RGB (Red+Green+Blue) = 207+25+172=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF19AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF19AC is #30E653. Grayscale: #5F5F5F. Windows color (decimal): -3204692 or 11278799. OLE color: 11278799.
HSL color Cylindrical-coordinate representation of color #CF19AC: hue angle of 311.54º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF19AC is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 172 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.19 |
| HSL | 311.54º | 0.78% | 0.45% | - |
| HSV(B) | 311.54º | 0.88% | 0.81% | - |
| XYZ | 33.53 | 16.94 | 40.53 | - |
| YUV | 96.18 | 170.8 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 172 | 0 | 0.88 | 0.17 | 0.19 | 311.54 | 0.78 | 0.45 |
| Hex | CF | 19 | AC | 0 | 58 | 11 | 13 | 138 | 4E | 2D |
| Octal | 317 | 31 | 254 | 0 | 130 | 21 | 23 | 470 | 116 | 55 |
| Binary | 11001111 | 11001 | 10101100 | 0 | 1011000 | 10001 | 10011 | 100111000 | 1001110 | 101101 |
Color Harmonies of #CF19AC
Complementary color
Monochromatic Colors of #CF19AC
Black with #CF19AC
Text Example
Text Example
White with #CF19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF19AC; }
p { color: rgb(207,25,172); }
H1.HeaderClassName
{
color: #CF19AC;
}
.AnyTagClassName
{
color: #CF19AC;
}
</style>
background-color css
<style>
a { background-color: #CF19AC; }
a { background-color: rgb(207,25,172); }
div.DivClassName
{
background-color: #CF19AC;
}
.BgClassName
{
background-color: #CF19AC;
}
</style>
border-color css
<style>
span { border-color: #CF19AC; }
span { border-color: rgb(207,25,172); }
td.TdClassName
{
border-color: #CF19AC;
}
.TagClassName
{
border-color: #CF19AC;
}
</style>