Shades of Medium Violet Red #CC067D
Tints of Medium Violet Red #CC067D
RGB
CMYK
RGB Variations
Color information
#CC067D (or 0xCC067D) is known color: Medium Violet Red. HEX triplet: CC, 06 and 7D. RGB value is (204,6,125). Sum of RGB (Red+Green+Blue) = 204+6+125=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC067D is #33F982. Grayscale: #4E4E4E. Windows color (decimal): -3406211 or 8193740. OLE color: 8193740.
HSL color Cylindrical-coordinate representation of color #CC067D: hue angle of 323.94º 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 #CC067D is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 125 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.2 |
| HSL | 323.94º | 0.94% | 0.41% | - |
| HSV(B) | 323.94º | 0.97% | 0.8% | - |
| XYZ | 28.67 | 14.45 | 20.68 | - |
| YUV | 78.77 | 154.1 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 125 | 0 | 0.97 | 0.39 | 0.2 | 323.94 | 0.94 | 0.41 |
| Hex | CC | 6 | 7D | 0 | 61 | 27 | 14 | 144 | 5E | 29 |
| Octal | 314 | 6 | 175 | 0 | 141 | 47 | 24 | 504 | 136 | 51 |
| Binary | 11001100 | 110 | 1111101 | 0 | 1100001 | 100111 | 10100 | 101000100 | 1011110 | 101001 |
Color Harmonies of #CC067D
Complementary color
Monochromatic Colors of #CC067D
Black with #CC067D
Text Example
Text Example
White with #CC067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC067D; }
p { color: rgb(204,6,125); }
H1.HeaderClassName
{
color: #CC067D;
}
.AnyTagClassName
{
color: #CC067D;
}
</style>
background-color css
<style>
a { background-color: #CC067D; }
a { background-color: rgb(204,6,125); }
div.DivClassName
{
background-color: #CC067D;
}
.BgClassName
{
background-color: #CC067D;
}
</style>
border-color css
<style>
span { border-color: #CC067D; }
span { border-color: rgb(204,6,125); }
td.TdClassName
{
border-color: #CC067D;
}
.TagClassName
{
border-color: #CC067D;
}
</style>