Shades of Medium Violet Red #CC0D7E
Tints of Medium Violet Red #CC0D7E
RGB
CMYK
RGB Variations
Color information
#CC0D7E (or 0xCC0D7E) is known color: Medium Violet Red. HEX triplet: CC, 0D and 7E. RGB value is (204,13,126). Sum of RGB (Red+Green+Blue) = 204+13+126=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0D7E is #33F281. Grayscale: #525252. Windows color (decimal): -3404418 or 8261068. OLE color: 8261068.
HSL color Cylindrical-coordinate representation of color #CC0D7E: hue angle of 324.5º 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 #CC0D7E is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 126 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.2 |
| HSL | 324.5º | 0.88% | 0.43% | - |
| HSV(B) | 324.5º | 0.94% | 0.8% | - |
| XYZ | 28.81 | 14.63 | 21.04 | - |
| YUV | 82.99 | 152.28 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 126 | 0 | 0.94 | 0.38 | 0.2 | 324.5 | 0.88 | 0.43 |
| Hex | CC | D | 7E | 0 | 5E | 26 | 14 | 145 | 58 | 2B |
| Octal | 314 | 15 | 176 | 0 | 136 | 46 | 24 | 505 | 130 | 53 |
| Binary | 11001100 | 1101 | 1111110 | 0 | 1011110 | 100110 | 10100 | 101000101 | 1011000 | 101011 |
Color Harmonies of #CC0D7E
Complementary color
Monochromatic Colors of #CC0D7E
Black with #CC0D7E
Text Example
Text Example
White with #CC0D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D7E; }
p { color: rgb(204,13,126); }
H1.HeaderClassName
{
color: #CC0D7E;
}
.AnyTagClassName
{
color: #CC0D7E;
}
</style>
background-color css
<style>
a { background-color: #CC0D7E; }
a { background-color: rgb(204,13,126); }
div.DivClassName
{
background-color: #CC0D7E;
}
.BgClassName
{
background-color: #CC0D7E;
}
</style>
border-color css
<style>
span { border-color: #CC0D7E; }
span { border-color: rgb(204,13,126); }
td.TdClassName
{
border-color: #CC0D7E;
}
.TagClassName
{
border-color: #CC0D7E;
}
</style>