Shades of Medium Violet Red #CD0F7B
Tints of Medium Violet Red #CD0F7B
RGB
CMYK
RGB Variations
Color information
#CD0F7B (or 0xCD0F7B) is known color: Medium Violet Red. HEX triplet: CD, 0F and 7B. RGB value is (205,15,123). Sum of RGB (Red+Green+Blue) = 205+15+123=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0F7B is #32F084. Grayscale: #535353. Windows color (decimal): -3338373 or 8064973. OLE color: 8064973.
HSL color Cylindrical-coordinate representation of color #CD0F7B: hue angle of 325.89º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0F7B is Cyan = 0, Magento = 0.93, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 15 | 123 | - |
| CMYK | 0 | 0.93 | 0.4 | 0.20 |
| HSL | 325.89º | 0.86% | 0.43% | - |
| HSV(B) | 325.89º | 0.93% | 0.8% | - |
| XYZ | 28.92 | 14.75 | 20.06 | - |
| YUV | 84.12 | 149.95 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 15 | 123 | 0 | 0.93 | 0.4 | 0.20 | 325.89 | 0.86 | 0.43 |
| Hex | CD | F | 7B | 0 | 5D | 28 | 14 | 146 | 56 | 2B |
| Octal | 315 | 17 | 173 | 0 | 135 | 50 | 24 | 506 | 126 | 53 |
| Binary | 11001101 | 1111 | 1111011 | 0 | 1011101 | 101000 | 10100 | 101000110 | 1010110 | 101011 |
Color Harmonies of #CD0F7B
Complementary color
Monochromatic Colors of #CD0F7B
Black with #CD0F7B
Text Example
Text Example
White with #CD0F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0F7B; }
p { color: rgb(205,15,123); }
H1.HeaderClassName
{
color: #CD0F7B;
}
.AnyTagClassName
{
color: #CD0F7B;
}
</style>
background-color css
<style>
a { background-color: #CD0F7B; }
a { background-color: rgb(205,15,123); }
div.DivClassName
{
background-color: #CD0F7B;
}
.BgClassName
{
background-color: #CD0F7B;
}
</style>
border-color css
<style>
span { border-color: #CD0F7B; }
span { border-color: rgb(205,15,123); }
td.TdClassName
{
border-color: #CD0F7B;
}
.TagClassName
{
border-color: #CD0F7B;
}
</style>