Shades of Medium Violet Red #CF1881
Tints of Medium Violet Red #CF1881
RGB
CMYK
RGB Variations
Color information
#CF1881 (or 0xCF1881) is known color: Medium Violet Red. HEX triplet: CF, 18 and 81. RGB value is (207,24,129). Sum of RGB (Red+Green+Blue) = 207+24+129=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1881 is #30E77E. Grayscale: #5A5A5A. Windows color (decimal): -3204991 or 8460495. OLE color: 8460495.
HSL color Cylindrical-coordinate representation of color #CF1881: hue angle of 325.57º degrees, saturation: 0.79, 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 #CF1881 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 129 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.19 |
| HSL | 325.57º | 0.79% | 0.45% | - |
| HSV(B) | 325.57º | 0.88% | 0.81% | - |
| XYZ | 30.02 | 15.5 | 22.18 | - |
| YUV | 90.69 | 149.63 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 129 | 0 | 0.88 | 0.38 | 0.19 | 325.57 | 0.79 | 0.45 |
| Hex | CF | 18 | 81 | 0 | 58 | 26 | 13 | 146 | 4F | 2D |
| Octal | 317 | 30 | 201 | 0 | 130 | 46 | 23 | 506 | 117 | 55 |
| Binary | 11001111 | 11000 | 10000001 | 0 | 1011000 | 100110 | 10011 | 101000110 | 1001111 | 101101 |
Color Harmonies of #CF1881
Complementary color
Monochromatic Colors of #CF1881
Black with #CF1881
Text Example
Text Example
White with #CF1881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1881; }
p { color: rgb(207,24,129); }
H1.HeaderClassName
{
color: #CF1881;
}
.AnyTagClassName
{
color: #CF1881;
}
</style>
background-color css
<style>
a { background-color: #CF1881; }
a { background-color: rgb(207,24,129); }
div.DivClassName
{
background-color: #CF1881;
}
.BgClassName
{
background-color: #CF1881;
}
</style>
border-color css
<style>
span { border-color: #CF1881; }
span { border-color: rgb(207,24,129); }
td.TdClassName
{
border-color: #CF1881;
}
.TagClassName
{
border-color: #CF1881;
}
</style>