Shades of Medium Violet Red #CC0581
Tints of Medium Violet Red #CC0581
RGB
CMYK
RGB Variations
Color information
#CC0581 (or 0xCC0581) is known color: Medium Violet Red. HEX triplet: CC, 05 and 81. RGB value is (204,5,129). Sum of RGB (Red+Green+Blue) = 204+5+129=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0581 is #33FA7E. Grayscale: #4E4E4E. Windows color (decimal): -3406463 or 8455628. OLE color: 8455628.
HSL color Cylindrical-coordinate representation of color #CC0581: hue angle of 322.61º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0581 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 129 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.2 |
| HSL | 322.61º | 0.95% | 0.41% | - |
| HSV(B) | 322.61º | 0.98% | 0.8% | - |
| XYZ | 28.92 | 14.53 | 22.05 | - |
| YUV | 78.64 | 156.43 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 129 | 0 | 0.98 | 0.37 | 0.2 | 322.61 | 0.95 | 0.41 |
| Hex | CC | 5 | 81 | 0 | 62 | 25 | 14 | 143 | 5F | 29 |
| Octal | 314 | 5 | 201 | 0 | 142 | 45 | 24 | 503 | 137 | 51 |
| Binary | 11001100 | 101 | 10000001 | 0 | 1100010 | 100101 | 10100 | 101000011 | 1011111 | 101001 |
Color Harmonies of #CC0581
Complementary color
Monochromatic Colors of #CC0581
Black with #CC0581
Text Example
Text Example
White with #CC0581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0581; }
p { color: rgb(204,5,129); }
H1.HeaderClassName
{
color: #CC0581;
}
.AnyTagClassName
{
color: #CC0581;
}
</style>
background-color css
<style>
a { background-color: #CC0581; }
a { background-color: rgb(204,5,129); }
div.DivClassName
{
background-color: #CC0581;
}
.BgClassName
{
background-color: #CC0581;
}
</style>
border-color css
<style>
span { border-color: #CC0581; }
span { border-color: rgb(204,5,129); }
td.TdClassName
{
border-color: #CC0581;
}
.TagClassName
{
border-color: #CC0581;
}
</style>