Shades of Medium Violet Red #CC068A
Tints of Medium Violet Red #CC068A
RGB
CMYK
RGB Variations
Color information
#CC068A (or 0xCC068A) is known color: Medium Violet Red. HEX triplet: CC, 06 and 8A. RGB value is (204,6,138). Sum of RGB (Red+Green+Blue) = 204+6+138=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC068A is #33F975. Grayscale: #4F4F4F. Windows color (decimal): -3406198 or 9045708. OLE color: 9045708.
HSL color Cylindrical-coordinate representation of color #CC068A: hue angle of 320º 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 #CC068A is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 138 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.2 |
| HSL | 320º | 0.94% | 0.41% | - |
| HSV(B) | 320º | 0.97% | 0.8% | - |
| XYZ | 29.55 | 14.8 | 25.34 | - |
| YUV | 80.25 | 160.6 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 138 | 0 | 0.97 | 0.32 | 0.2 | 320 | 0.94 | 0.41 |
| Hex | CC | 6 | 8A | 0 | 61 | 20 | 14 | 140 | 5E | 29 |
| Octal | 314 | 6 | 212 | 0 | 141 | 40 | 24 | 500 | 136 | 51 |
| Binary | 11001100 | 110 | 10001010 | 0 | 1100001 | 100000 | 10100 | 101000000 | 1011110 | 101001 |
Color Harmonies of #CC068A
Complementary color
Monochromatic Colors of #CC068A
Black with #CC068A
Text Example
Text Example
White with #CC068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC068A; }
p { color: rgb(204,6,138); }
H1.HeaderClassName
{
color: #CC068A;
}
.AnyTagClassName
{
color: #CC068A;
}
</style>
background-color css
<style>
a { background-color: #CC068A; }
a { background-color: rgb(204,6,138); }
div.DivClassName
{
background-color: #CC068A;
}
.BgClassName
{
background-color: #CC068A;
}
</style>
border-color css
<style>
span { border-color: #CC068A; }
span { border-color: rgb(204,6,138); }
td.TdClassName
{
border-color: #CC068A;
}
.TagClassName
{
border-color: #CC068A;
}
</style>