Shades of Medium Violet Red #CC0781
Tints of Medium Violet Red #CC0781
RGB
CMYK
RGB Variations
Color information
#CC0781 (or 0xCC0781) is known color: Medium Violet Red. HEX triplet: CC, 07 and 81. RGB value is (204,7,129). Sum of RGB (Red+Green+Blue) = 204+7+129=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0781 is #33F87E. Grayscale: #4F4F4F. Windows color (decimal): -3405951 or 8456140. OLE color: 8456140.
HSL color Cylindrical-coordinate representation of color #CC0781: hue angle of 322.84º degrees, saturation: 0.93, 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 #CC0781 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 129 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.2 |
| HSL | 322.84º | 0.93% | 0.41% | - |
| HSV(B) | 322.84º | 0.97% | 0.8% | - |
| XYZ | 28.94 | 14.57 | 22.06 | - |
| YUV | 79.81 | 155.77 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 129 | 0 | 0.97 | 0.37 | 0.2 | 322.84 | 0.93 | 0.41 |
| Hex | CC | 7 | 81 | 0 | 61 | 25 | 14 | 143 | 5D | 29 |
| Octal | 314 | 7 | 201 | 0 | 141 | 45 | 24 | 503 | 135 | 51 |
| Binary | 11001100 | 111 | 10000001 | 0 | 1100001 | 100101 | 10100 | 101000011 | 1011101 | 101001 |
Color Harmonies of #CC0781
Complementary color
Monochromatic Colors of #CC0781
Black with #CC0781
Text Example
Text Example
White with #CC0781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0781; }
p { color: rgb(204,7,129); }
H1.HeaderClassName
{
color: #CC0781;
}
.AnyTagClassName
{
color: #CC0781;
}
</style>
background-color css
<style>
a { background-color: #CC0781; }
a { background-color: rgb(204,7,129); }
div.DivClassName
{
background-color: #CC0781;
}
.BgClassName
{
background-color: #CC0781;
}
</style>
border-color css
<style>
span { border-color: #CC0781; }
span { border-color: rgb(204,7,129); }
td.TdClassName
{
border-color: #CC0781;
}
.TagClassName
{
border-color: #CC0781;
}
</style>