Shades of Medium Violet Red #CD0C9F
Tints of Medium Violet Red #CD0C9F
RGB
CMYK
RGB Variations
Color information
#CD0C9F (or 0xCD0C9F) is known color: Medium Violet Red. HEX triplet: CD, 0C and 9F. RGB value is (205,12,159). Sum of RGB (Red+Green+Blue) = 205+12+159=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0C9F is #32F360. Grayscale: #565656. Windows color (decimal): -3339105 or 10423501. OLE color: 10423501.
HSL color Cylindrical-coordinate representation of color #CD0C9F: hue angle of 314.3º 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 #CD0C9F is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 159 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.20 |
| HSL | 314.3º | 0.89% | 0.43% | - |
| HSV(B) | 314.3º | 0.94% | 0.8% | - |
| XYZ | 31.57 | 15.75 | 34.18 | - |
| YUV | 86.47 | 168.94 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 159 | 0 | 0.94 | 0.22 | 0.20 | 314.3 | 0.89 | 0.43 |
| Hex | CD | C | 9F | 0 | 5E | 16 | 14 | 13A | 59 | 2B |
| Octal | 315 | 14 | 237 | 0 | 136 | 26 | 24 | 472 | 131 | 53 |
| Binary | 11001101 | 1100 | 10011111 | 0 | 1011110 | 10110 | 10100 | 100111010 | 1011001 | 101011 |
Color Harmonies of #CD0C9F
Complementary color
Monochromatic Colors of #CD0C9F
Black with #CD0C9F
Text Example
Text Example
White with #CD0C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0C9F; }
p { color: rgb(205,12,159); }
H1.HeaderClassName
{
color: #CD0C9F;
}
.AnyTagClassName
{
color: #CD0C9F;
}
</style>
background-color css
<style>
a { background-color: #CD0C9F; }
a { background-color: rgb(205,12,159); }
div.DivClassName
{
background-color: #CD0C9F;
}
.BgClassName
{
background-color: #CD0C9F;
}
</style>
border-color css
<style>
span { border-color: #CD0C9F; }
span { border-color: rgb(205,12,159); }
td.TdClassName
{
border-color: #CD0C9F;
}
.TagClassName
{
border-color: #CD0C9F;
}
</style>