Shades of Medium Violet Red #CC0D6E
Tints of Medium Violet Red #CC0D6E
RGB
CMYK
RGB Variations
Color information
#CC0D6E (or 0xCC0D6E) is known color: Medium Violet Red. HEX triplet: CC, 0D and 6E. RGB value is (204,13,110). Sum of RGB (Red+Green+Blue) = 204+13+110=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0D6E is #33F291. Grayscale: #505050. Windows color (decimal): -3404434 or 7212492. OLE color: 7212492.
HSL color Cylindrical-coordinate representation of color #CC0D6E: hue angle of 329.53º 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 #CC0D6E is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 110 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.2 |
| HSL | 329.53º | 0.88% | 0.43% | - |
| HSV(B) | 329.53º | 0.94% | 0.8% | - |
| XYZ | 27.86 | 14.25 | 16.03 | - |
| YUV | 81.17 | 144.28 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 110 | 0 | 0.94 | 0.46 | 0.2 | 329.53 | 0.88 | 0.43 |
| Hex | CC | D | 6E | 0 | 5E | 2E | 14 | 14A | 58 | 2B |
| Octal | 314 | 15 | 156 | 0 | 136 | 56 | 24 | 512 | 130 | 53 |
| Binary | 11001100 | 1101 | 1101110 | 0 | 1011110 | 101110 | 10100 | 101001010 | 1011000 | 101011 |
Color Harmonies of #CC0D6E
Complementary color
Monochromatic Colors of #CC0D6E
Black with #CC0D6E
Text Example
Text Example
White with #CC0D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D6E; }
p { color: rgb(204,13,110); }
H1.HeaderClassName
{
color: #CC0D6E;
}
.AnyTagClassName
{
color: #CC0D6E;
}
</style>
background-color css
<style>
a { background-color: #CC0D6E; }
a { background-color: rgb(204,13,110); }
div.DivClassName
{
background-color: #CC0D6E;
}
.BgClassName
{
background-color: #CC0D6E;
}
</style>
border-color css
<style>
span { border-color: #CC0D6E; }
span { border-color: rgb(204,13,110); }
td.TdClassName
{
border-color: #CC0D6E;
}
.TagClassName
{
border-color: #CC0D6E;
}
</style>