Shades of Medium Violet Red #CD0F7D
Tints of Medium Violet Red #CD0F7D
RGB
CMYK
RGB Variations
Color information
#CD0F7D (or 0xCD0F7D) is known color: Medium Violet Red. HEX triplet: CD, 0F and 7D. RGB value is (205,15,125). Sum of RGB (Red+Green+Blue) = 205+15+125=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0F7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0F7D is #32F082. Grayscale: #545454. Windows color (decimal): -3338371 or 8196045. OLE color: 8196045.
HSL color Cylindrical-coordinate representation of color #CD0F7D: hue angle of 325.26º 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 #CD0F7D is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 15 | 125 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.20 |
| HSL | 325.26º | 0.86% | 0.43% | - |
| HSV(B) | 325.26º | 0.93% | 0.8% | - |
| XYZ | 29.05 | 14.8 | 20.73 | - |
| YUV | 84.35 | 150.95 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 15 | 125 | 0 | 0.93 | 0.39 | 0.20 | 325.26 | 0.86 | 0.43 |
| Hex | CD | F | 7D | 0 | 5D | 27 | 14 | 145 | 56 | 2B |
| Octal | 315 | 17 | 175 | 0 | 135 | 47 | 24 | 505 | 126 | 53 |
| Binary | 11001101 | 1111 | 1111101 | 0 | 1011101 | 100111 | 10100 | 101000101 | 1010110 | 101011 |
Color Harmonies of #CD0F7D
Complementary color
Monochromatic Colors of #CD0F7D
Black with #CD0F7D
Text Example
Text Example
White with #CD0F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0F7D; }
p { color: rgb(205,15,125); }
H1.HeaderClassName
{
color: #CD0F7D;
}
.AnyTagClassName
{
color: #CD0F7D;
}
</style>
background-color css
<style>
a { background-color: #CD0F7D; }
a { background-color: rgb(205,15,125); }
div.DivClassName
{
background-color: #CD0F7D;
}
.BgClassName
{
background-color: #CD0F7D;
}
</style>
border-color css
<style>
span { border-color: #CD0F7D; }
span { border-color: rgb(205,15,125); }
td.TdClassName
{
border-color: #CD0F7D;
}
.TagClassName
{
border-color: #CD0F7D;
}
</style>