Shades of Medium Violet Red #CC068E
Tints of Medium Violet Red #CC068E
RGB
CMYK
RGB Variations
Color information
#CC068E (or 0xCC068E) is known color: Medium Violet Red. HEX triplet: CC, 06 and 8E. RGB value is (204,6,142). Sum of RGB (Red+Green+Blue) = 204+6+142=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC068E is #33F971. Grayscale: #505050. Windows color (decimal): -3406194 or 9307852. OLE color: 9307852.
HSL color Cylindrical-coordinate representation of color #CC068E: hue angle of 318.79º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC068E is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.2 |
| HSL | 318.79º | 0.94% | 0.41% | - |
| HSV(B) | 318.79º | 0.97% | 0.8% | - |
| XYZ | 29.85 | 14.92 | 26.9 | - |
| YUV | 80.71 | 162.6 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 142 | 0 | 0.97 | 0.30 | 0.2 | 318.79 | 0.94 | 0.41 |
| Hex | CC | 6 | 8E | 0 | 61 | 1E | 14 | 13F | 5E | 29 |
| Octal | 314 | 6 | 216 | 0 | 141 | 36 | 24 | 477 | 136 | 51 |
| Binary | 11001100 | 110 | 10001110 | 0 | 1100001 | 11110 | 10100 | 100111111 | 1011110 | 101001 |
Color Harmonies of #CC068E
Complementary color
Monochromatic Colors of #CC068E
Black with #CC068E
Text Example
Text Example
White with #CC068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC068E; }
p { color: rgb(204,6,142); }
H1.HeaderClassName
{
color: #CC068E;
}
.AnyTagClassName
{
color: #CC068E;
}
</style>
background-color css
<style>
a { background-color: #CC068E; }
a { background-color: rgb(204,6,142); }
div.DivClassName
{
background-color: #CC068E;
}
.BgClassName
{
background-color: #CC068E;
}
</style>
border-color css
<style>
span { border-color: #CC068E; }
span { border-color: rgb(204,6,142); }
td.TdClassName
{
border-color: #CC068E;
}
.TagClassName
{
border-color: #CC068E;
}
</style>