Shades of Medium Violet Red #CD0781
Tints of Medium Violet Red #CD0781
RGB
CMYK
RGB Variations
Color information
#CD0781 (or 0xCD0781) is known color: Medium Violet Red. HEX triplet: CD, 07 and 81. RGB value is (205,7,129). Sum of RGB (Red+Green+Blue) = 205+7+129=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0781 is #32F87E. Grayscale: #4F4F4F. Windows color (decimal): -3340415 or 8456141. OLE color: 8456141.
HSL color Cylindrical-coordinate representation of color #CD0781: hue angle of 323.03º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD0781 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 7 | 129 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.20 |
| HSL | 323.03º | 0.93% | 0.42% | - |
| HSV(B) | 323.03º | 0.97% | 0.8% | - |
| XYZ | 29.22 | 14.72 | 22.07 | - |
| YUV | 80.11 | 155.6 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 7 | 129 | 0 | 0.97 | 0.37 | 0.20 | 323.03 | 0.93 | 0.42 |
| Hex | CD | 7 | 81 | 0 | 61 | 25 | 14 | 143 | 5D | 2A |
| Octal | 315 | 7 | 201 | 0 | 141 | 45 | 24 | 503 | 135 | 52 |
| Binary | 11001101 | 111 | 10000001 | 0 | 1100001 | 100101 | 10100 | 101000011 | 1011101 | 101010 |
Color Harmonies of #CD0781
Complementary color
Monochromatic Colors of #CD0781
Black with #CD0781
Text Example
Text Example
White with #CD0781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0781; }
p { color: rgb(205,7,129); }
H1.HeaderClassName
{
color: #CD0781;
}
.AnyTagClassName
{
color: #CD0781;
}
</style>
background-color css
<style>
a { background-color: #CD0781; }
a { background-color: rgb(205,7,129); }
div.DivClassName
{
background-color: #CD0781;
}
.BgClassName
{
background-color: #CD0781;
}
</style>
border-color css
<style>
span { border-color: #CD0781; }
span { border-color: rgb(205,7,129); }
td.TdClassName
{
border-color: #CD0781;
}
.TagClassName
{
border-color: #CD0781;
}
</style>