Shades of Medium Violet Red #CC067F
Tints of Medium Violet Red #CC067F
RGB
CMYK
RGB Variations
Color information
#CC067F (or 0xCC067F) is known color: Medium Violet Red. HEX triplet: CC, 06 and 7F. RGB value is (204,6,127). Sum of RGB (Red+Green+Blue) = 204+6+127=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC067F is #33F980. Grayscale: #4E4E4E. Windows color (decimal): -3406209 or 8324812. OLE color: 8324812.
HSL color Cylindrical-coordinate representation of color #CC067F: hue angle of 323.33º 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 #CC067F is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 127 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.2 |
| HSL | 323.33º | 0.94% | 0.41% | - |
| HSV(B) | 323.33º | 0.97% | 0.8% | - |
| XYZ | 28.8 | 14.5 | 21.36 | - |
| YUV | 79 | 155.1 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 127 | 0 | 0.97 | 0.38 | 0.2 | 323.33 | 0.94 | 0.41 |
| Hex | CC | 6 | 7F | 0 | 61 | 26 | 14 | 143 | 5E | 29 |
| Octal | 314 | 6 | 177 | 0 | 141 | 46 | 24 | 503 | 136 | 51 |
| Binary | 11001100 | 110 | 1111111 | 0 | 1100001 | 100110 | 10100 | 101000011 | 1011110 | 101001 |
Color Harmonies of #CC067F
Complementary color
Monochromatic Colors of #CC067F
Black with #CC067F
Text Example
Text Example
White with #CC067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC067F; }
p { color: rgb(204,6,127); }
H1.HeaderClassName
{
color: #CC067F;
}
.AnyTagClassName
{
color: #CC067F;
}
</style>
background-color css
<style>
a { background-color: #CC067F; }
a { background-color: rgb(204,6,127); }
div.DivClassName
{
background-color: #CC067F;
}
.BgClassName
{
background-color: #CC067F;
}
</style>
border-color css
<style>
span { border-color: #CC067F; }
span { border-color: rgb(204,6,127); }
td.TdClassName
{
border-color: #CC067F;
}
.TagClassName
{
border-color: #CC067F;
}
</style>