Shades of Medium Violet Red #CC0D9E
Tints of Medium Violet Red #CC0D9E
RGB
CMYK
RGB Variations
Color information
#CC0D9E (or 0xCC0D9E) is known color: Medium Violet Red. HEX triplet: CC, 0D and 9E. RGB value is (204,13,158). Sum of RGB (Red+Green+Blue) = 204+13+158=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0D9E is #33F261. Grayscale: #565656. Windows color (decimal): -3404386 or 10358220. OLE color: 10358220.
HSL color Cylindrical-coordinate representation of color #CC0D9E: hue angle of 314.45º degrees, saturation: 0.88, 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 #CC0D9E is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 158 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.2 |
| HSL | 314.45º | 0.88% | 0.43% | - |
| HSV(B) | 314.45º | 0.94% | 0.8% | - |
| XYZ | 31.22 | 15.59 | 33.71 | - |
| YUV | 86.64 | 168.28 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 158 | 0 | 0.94 | 0.23 | 0.2 | 314.45 | 0.88 | 0.43 |
| Hex | CC | D | 9E | 0 | 5E | 17 | 14 | 13A | 58 | 2B |
| Octal | 314 | 15 | 236 | 0 | 136 | 27 | 24 | 472 | 130 | 53 |
| Binary | 11001100 | 1101 | 10011110 | 0 | 1011110 | 10111 | 10100 | 100111010 | 1011000 | 101011 |
Color Harmonies of #CC0D9E
Complementary color
Monochromatic Colors of #CC0D9E
Black with #CC0D9E
Text Example
Text Example
White with #CC0D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D9E; }
p { color: rgb(204,13,158); }
H1.HeaderClassName
{
color: #CC0D9E;
}
.AnyTagClassName
{
color: #CC0D9E;
}
</style>
background-color css
<style>
a { background-color: #CC0D9E; }
a { background-color: rgb(204,13,158); }
div.DivClassName
{
background-color: #CC0D9E;
}
.BgClassName
{
background-color: #CC0D9E;
}
</style>
border-color css
<style>
span { border-color: #CC0D9E; }
span { border-color: rgb(204,13,158); }
td.TdClassName
{
border-color: #CC0D9E;
}
.TagClassName
{
border-color: #CC0D9E;
}
</style>