Shades of Medium Violet Red #CF1481
Tints of Medium Violet Red #CF1481
RGB
CMYK
RGB Variations
Color information
#CF1481 (or 0xCF1481) is known color: Medium Violet Red. HEX triplet: CF, 14 and 81. RGB value is (207,20,129). Sum of RGB (Red+Green+Blue) = 207+20+129=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1481 is #30EB7E. Grayscale: #585858. Windows color (decimal): -3206015 or 8459471. OLE color: 8459471.
HSL color Cylindrical-coordinate representation of color #CF1481: hue angle of 325.03º 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 #CF1481 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 129 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.19 |
| HSL | 325.03º | 0.82% | 0.45% | - |
| HSV(B) | 325.03º | 0.9% | 0.81% | - |
| XYZ | 29.94 | 15.35 | 22.15 | - |
| YUV | 88.34 | 150.95 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 129 | 0 | 0.90 | 0.38 | 0.19 | 325.03 | 0.82 | 0.45 |
| Hex | CF | 14 | 81 | 0 | 5A | 26 | 13 | 145 | 52 | 2D |
| Octal | 317 | 24 | 201 | 0 | 132 | 46 | 23 | 505 | 122 | 55 |
| Binary | 11001111 | 10100 | 10000001 | 0 | 1011010 | 100110 | 10011 | 101000101 | 1010010 | 101101 |
Color Harmonies of #CF1481
Complementary color
Monochromatic Colors of #CF1481
Black with #CF1481
Text Example
Text Example
White with #CF1481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1481; }
p { color: rgb(207,20,129); }
H1.HeaderClassName
{
color: #CF1481;
}
.AnyTagClassName
{
color: #CF1481;
}
</style>
background-color css
<style>
a { background-color: #CF1481; }
a { background-color: rgb(207,20,129); }
div.DivClassName
{
background-color: #CF1481;
}
.BgClassName
{
background-color: #CF1481;
}
</style>
border-color css
<style>
span { border-color: #CF1481; }
span { border-color: rgb(207,20,129); }
td.TdClassName
{
border-color: #CF1481;
}
.TagClassName
{
border-color: #CF1481;
}
</style>