Shades of Medium Violet Red #CC067B
Tints of Medium Violet Red #CC067B
RGB
CMYK
RGB Variations
Color information
#CC067B (or 0xCC067B) is known color: Medium Violet Red. HEX triplet: CC, 06 and 7B. RGB value is (204,6,123). Sum of RGB (Red+Green+Blue) = 204+6+123=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC067B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC067B is #33F984. Grayscale: #4E4E4E. Windows color (decimal): -3406213 or 8062668. OLE color: 8062668.
HSL color Cylindrical-coordinate representation of color #CC067B: hue angle of 324.55º 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 #CC067B is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 123 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.2 |
| HSL | 324.55º | 0.94% | 0.41% | - |
| HSV(B) | 324.55º | 0.97% | 0.8% | - |
| XYZ | 28.54 | 14.4 | 20.01 | - |
| YUV | 78.54 | 153.1 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 123 | 0 | 0.97 | 0.40 | 0.2 | 324.55 | 0.94 | 0.41 |
| Hex | CC | 6 | 7B | 0 | 61 | 28 | 14 | 145 | 5E | 29 |
| Octal | 314 | 6 | 173 | 0 | 141 | 50 | 24 | 505 | 136 | 51 |
| Binary | 11001100 | 110 | 1111011 | 0 | 1100001 | 101000 | 10100 | 101000101 | 1011110 | 101001 |
Color Harmonies of #CC067B
Complementary color
Monochromatic Colors of #CC067B
Black with #CC067B
Text Example
Text Example
White with #CC067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC067B; }
p { color: rgb(204,6,123); }
H1.HeaderClassName
{
color: #CC067B;
}
.AnyTagClassName
{
color: #CC067B;
}
</style>
background-color css
<style>
a { background-color: #CC067B; }
a { background-color: rgb(204,6,123); }
div.DivClassName
{
background-color: #CC067B;
}
.BgClassName
{
background-color: #CC067B;
}
</style>
border-color css
<style>
span { border-color: #CC067B; }
span { border-color: rgb(204,6,123); }
td.TdClassName
{
border-color: #CC067B;
}
.TagClassName
{
border-color: #CC067B;
}
</style>