Shades of Medium Violet Red #CF1A7F
Tints of Medium Violet Red #CF1A7F
RGB
CMYK
RGB Variations
Color information
#CF1A7F (or 0xCF1A7F) is known color: Medium Violet Red. HEX triplet: CF, 1A and 7F. RGB value is (207,26,127). Sum of RGB (Red+Green+Blue) = 207+26+127=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1A7F is #30E580. Grayscale: #5B5B5B. Windows color (decimal): -3204481 or 8329935. OLE color: 8329935.
HSL color Cylindrical-coordinate representation of color #CF1A7F: hue angle of 326.52º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1A7F is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 127 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.19 |
| HSL | 326.52º | 0.78% | 0.46% | - |
| HSV(B) | 326.52º | 0.87% | 0.81% | - |
| XYZ | 29.93 | 15.54 | 21.5 | - |
| YUV | 91.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 127 | 0 | 0.87 | 0.39 | 0.19 | 326.52 | 0.78 | 0.46 |
| Hex | CF | 1A | 7F | 0 | 57 | 27 | 13 | 147 | 4E | 2E |
| Octal | 317 | 32 | 177 | 0 | 127 | 47 | 23 | 507 | 116 | 56 |
| Binary | 11001111 | 11010 | 1111111 | 0 | 1010111 | 100111 | 10011 | 101000111 | 1001110 | 101110 |
Color Harmonies of #CF1A7F
Complementary color
Monochromatic Colors of #CF1A7F
Black with #CF1A7F
Text Example
Text Example
White with #CF1A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A7F; }
p { color: rgb(207,26,127); }
H1.HeaderClassName
{
color: #CF1A7F;
}
.AnyTagClassName
{
color: #CF1A7F;
}
</style>
background-color css
<style>
a { background-color: #CF1A7F; }
a { background-color: rgb(207,26,127); }
div.DivClassName
{
background-color: #CF1A7F;
}
.BgClassName
{
background-color: #CF1A7F;
}
</style>
border-color css
<style>
span { border-color: #CF1A7F; }
span { border-color: rgb(207,26,127); }
td.TdClassName
{
border-color: #CF1A7F;
}
.TagClassName
{
border-color: #CF1A7F;
}
</style>