Shades of Medium Violet Red #CF1381
Tints of Medium Violet Red #CF1381
RGB
CMYK
RGB Variations
Color information
#CF1381 (or 0xCF1381) is known color: Medium Violet Red. HEX triplet: CF, 13 and 81. RGB value is (207,19,129). Sum of RGB (Red+Green+Blue) = 207+19+129=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1381 is #30EC7E. Grayscale: #575757. Windows color (decimal): -3206271 or 8459215. OLE color: 8459215.
HSL color Cylindrical-coordinate representation of color #CF1381: hue angle of 324.89º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1381 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 129 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.19 |
| HSL | 324.89º | 0.83% | 0.44% | - |
| HSV(B) | 324.89º | 0.91% | 0.81% | - |
| XYZ | 29.93 | 15.32 | 22.15 | - |
| YUV | 87.75 | 151.28 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 129 | 0 | 0.91 | 0.38 | 0.19 | 324.89 | 0.83 | 0.44 |
| Hex | CF | 13 | 81 | 0 | 5B | 26 | 13 | 145 | 53 | 2C |
| Octal | 317 | 23 | 201 | 0 | 133 | 46 | 23 | 505 | 123 | 54 |
| Binary | 11001111 | 10011 | 10000001 | 0 | 1011011 | 100110 | 10011 | 101000101 | 1010011 | 101100 |
Color Harmonies of #CF1381
Complementary color
Monochromatic Colors of #CF1381
Black with #CF1381
Text Example
Text Example
White with #CF1381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1381; }
p { color: rgb(207,19,129); }
H1.HeaderClassName
{
color: #CF1381;
}
.AnyTagClassName
{
color: #CF1381;
}
</style>
background-color css
<style>
a { background-color: #CF1381; }
a { background-color: rgb(207,19,129); }
div.DivClassName
{
background-color: #CF1381;
}
.BgClassName
{
background-color: #CF1381;
}
</style>
border-color css
<style>
span { border-color: #CF1381; }
span { border-color: rgb(207,19,129); }
td.TdClassName
{
border-color: #CF1381;
}
.TagClassName
{
border-color: #CF1381;
}
</style>