Shades of Medium Violet Red #CF1A7C
Tints of Medium Violet Red #CF1A7C
RGB
CMYK
RGB Variations
Color information
#CF1A7C (or 0xCF1A7C) is known color: Medium Violet Red. HEX triplet: CF, 1A and 7C. RGB value is (207,26,124). Sum of RGB (Red+Green+Blue) = 207+26+124=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1A7C is #30E583. Grayscale: #5B5B5B. Windows color (decimal): -3204484 or 8133327. OLE color: 8133327.
HSL color Cylindrical-coordinate representation of color #CF1A7C: hue angle of 327.51º 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 #CF1A7C is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 124 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.19 |
| HSL | 327.51º | 0.78% | 0.46% | - |
| HSV(B) | 327.51º | 0.87% | 0.81% | - |
| XYZ | 29.74 | 15.46 | 20.49 | - |
| YUV | 91.29 | 146.47 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 124 | 0 | 0.87 | 0.40 | 0.19 | 327.51 | 0.78 | 0.46 |
| Hex | CF | 1A | 7C | 0 | 57 | 28 | 13 | 148 | 4E | 2E |
| Octal | 317 | 32 | 174 | 0 | 127 | 50 | 23 | 510 | 116 | 56 |
| Binary | 11001111 | 11010 | 1111100 | 0 | 1010111 | 101000 | 10011 | 101001000 | 1001110 | 101110 |
Color Harmonies of #CF1A7C
Complementary color
Monochromatic Colors of #CF1A7C
Black with #CF1A7C
Text Example
Text Example
White with #CF1A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A7C; }
p { color: rgb(207,26,124); }
H1.HeaderClassName
{
color: #CF1A7C;
}
.AnyTagClassName
{
color: #CF1A7C;
}
</style>
background-color css
<style>
a { background-color: #CF1A7C; }
a { background-color: rgb(207,26,124); }
div.DivClassName
{
background-color: #CF1A7C;
}
.BgClassName
{
background-color: #CF1A7C;
}
</style>
border-color css
<style>
span { border-color: #CF1A7C; }
span { border-color: rgb(207,26,124); }
td.TdClassName
{
border-color: #CF1A7C;
}
.TagClassName
{
border-color: #CF1A7C;
}
</style>