Shades of Medium Violet Red #CD0C6F
Tints of Medium Violet Red #CD0C6F
RGB
CMYK
RGB Variations
Color information
#CD0C6F (or 0xCD0C6F) is known color: Medium Violet Red. HEX triplet: CD, 0C and 6F. RGB value is (205,12,111). Sum of RGB (Red+Green+Blue) = 205+12+111=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0C6F is #32F390. Grayscale: #505050. Windows color (decimal): -3339153 or 7277773. OLE color: 7277773.
HSL color Cylindrical-coordinate representation of color #CD0C6F: hue angle of 329.22º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0C6F is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 111 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.20 |
| HSL | 329.22º | 0.89% | 0.43% | - |
| HSV(B) | 329.22º | 0.94% | 0.8% | - |
| XYZ | 28.18 | 14.39 | 16.33 | - |
| YUV | 80.99 | 144.94 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 111 | 0 | 0.94 | 0.46 | 0.20 | 329.22 | 0.89 | 0.43 |
| Hex | CD | C | 6F | 0 | 5E | 2E | 14 | 149 | 59 | 2B |
| Octal | 315 | 14 | 157 | 0 | 136 | 56 | 24 | 511 | 131 | 53 |
| Binary | 11001101 | 1100 | 1101111 | 0 | 1011110 | 101110 | 10100 | 101001001 | 1011001 | 101011 |
Color Harmonies of #CD0C6F
Complementary color
Monochromatic Colors of #CD0C6F
Black with #CD0C6F
Text Example
Text Example
White with #CD0C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0C6F; }
p { color: rgb(205,12,111); }
H1.HeaderClassName
{
color: #CD0C6F;
}
.AnyTagClassName
{
color: #CD0C6F;
}
</style>
background-color css
<style>
a { background-color: #CD0C6F; }
a { background-color: rgb(205,12,111); }
div.DivClassName
{
background-color: #CD0C6F;
}
.BgClassName
{
background-color: #CD0C6F;
}
</style>
border-color css
<style>
span { border-color: #CD0C6F; }
span { border-color: rgb(205,12,111); }
td.TdClassName
{
border-color: #CD0C6F;
}
.TagClassName
{
border-color: #CD0C6F;
}
</style>