Shades of Medium Violet Red #CF0D83
Tints of Medium Violet Red #CF0D83
RGB
CMYK
RGB Variations
Color information
#CF0D83 (or 0xCF0D83) is known color: Medium Violet Red. HEX triplet: CF, 0D and 83. RGB value is (207,13,131). Sum of RGB (Red+Green+Blue) = 207+13+131=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0D83 is #30F27C. Grayscale: #545454. Windows color (decimal): -3207805 or 8588751. OLE color: 8588751.
HSL color Cylindrical-coordinate representation of color #CF0D83: hue angle of 323.51º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0D83 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 131 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.19 |
| HSL | 323.51º | 0.88% | 0.43% | - |
| HSV(B) | 323.51º | 0.94% | 0.81% | - |
| XYZ | 29.97 | 15.19 | 22.83 | - |
| YUV | 84.46 | 154.27 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 131 | 0 | 0.94 | 0.37 | 0.19 | 323.51 | 0.88 | 0.43 |
| Hex | CF | D | 83 | 0 | 5E | 25 | 13 | 144 | 58 | 2B |
| Octal | 317 | 15 | 203 | 0 | 136 | 45 | 23 | 504 | 130 | 53 |
| Binary | 11001111 | 1101 | 10000011 | 0 | 1011110 | 100101 | 10011 | 101000100 | 1011000 | 101011 |
Color Harmonies of #CF0D83
Complementary color
Monochromatic Colors of #CF0D83
Black with #CF0D83
Text Example
Text Example
White with #CF0D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0D83; }
p { color: rgb(207,13,131); }
H1.HeaderClassName
{
color: #CF0D83;
}
.AnyTagClassName
{
color: #CF0D83;
}
</style>
background-color css
<style>
a { background-color: #CF0D83; }
a { background-color: rgb(207,13,131); }
div.DivClassName
{
background-color: #CF0D83;
}
.BgClassName
{
background-color: #CF0D83;
}
</style>
border-color css
<style>
span { border-color: #CF0D83; }
span { border-color: rgb(207,13,131); }
td.TdClassName
{
border-color: #CF0D83;
}
.TagClassName
{
border-color: #CF0D83;
}
</style>