Shades of Medium Violet Red #CF0D7D
Tints of Medium Violet Red #CF0D7D
RGB
CMYK
RGB Variations
Color information
#CF0D7D (or 0xCF0D7D) is known color: Medium Violet Red. HEX triplet: CF, 0D and 7D. RGB value is (207,13,125). Sum of RGB (Red+Green+Blue) = 207+13+125=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0D7D is #30F282. Grayscale: #535353. Windows color (decimal): -3207811 or 8195535. OLE color: 8195535.
HSL color Cylindrical-coordinate representation of color #CF0D7D: hue angle of 325.36º 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 #CF0D7D is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 125 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.19 |
| HSL | 325.36º | 0.88% | 0.43% | - |
| HSV(B) | 325.36º | 0.94% | 0.81% | - |
| XYZ | 29.58 | 15.03 | 20.74 | - |
| YUV | 83.77 | 151.27 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 125 | 0 | 0.94 | 0.40 | 0.19 | 325.36 | 0.88 | 0.43 |
| Hex | CF | D | 7D | 0 | 5E | 28 | 13 | 145 | 58 | 2B |
| Octal | 317 | 15 | 175 | 0 | 136 | 50 | 23 | 505 | 130 | 53 |
| Binary | 11001111 | 1101 | 1111101 | 0 | 1011110 | 101000 | 10011 | 101000101 | 1011000 | 101011 |
Color Harmonies of #CF0D7D
Complementary color
Monochromatic Colors of #CF0D7D
Black with #CF0D7D
Text Example
Text Example
White with #CF0D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0D7D; }
p { color: rgb(207,13,125); }
H1.HeaderClassName
{
color: #CF0D7D;
}
.AnyTagClassName
{
color: #CF0D7D;
}
</style>
background-color css
<style>
a { background-color: #CF0D7D; }
a { background-color: rgb(207,13,125); }
div.DivClassName
{
background-color: #CF0D7D;
}
.BgClassName
{
background-color: #CF0D7D;
}
</style>
border-color css
<style>
span { border-color: #CF0D7D; }
span { border-color: rgb(207,13,125); }
td.TdClassName
{
border-color: #CF0D7D;
}
.TagClassName
{
border-color: #CF0D7D;
}
</style>