Shades of Medium Violet Red #CC0281
Tints of Medium Violet Red #CC0281
RGB
CMYK
RGB Variations
Color information
#CC0281 (or 0xCC0281) is known color: Medium Violet Red. HEX triplet: CC, 02 and 81. RGB value is (204,2,129). Sum of RGB (Red+Green+Blue) = 204+2+129=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0281 is #33FD7E. Grayscale: #4C4C4C. Windows color (decimal): -3407231 or 8454860. OLE color: 8454860.
HSL color Cylindrical-coordinate representation of color #CC0281: hue angle of 322.28º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0281 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.2 |
| HSL | 322.28º | 0.98% | 0.4% | - |
| HSV(B) | 322.28º | 0.99% | 0.8% | - |
| XYZ | 28.89 | 14.47 | 22.04 | - |
| YUV | 76.88 | 157.42 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 129 | 0 | 0.99 | 0.37 | 0.2 | 322.28 | 0.98 | 0.4 |
| Hex | CC | 2 | 81 | 0 | 63 | 25 | 14 | 142 | 62 | 28 |
| Octal | 314 | 2 | 201 | 0 | 143 | 45 | 24 | 502 | 142 | 50 |
| Binary | 11001100 | 10 | 10000001 | 0 | 1100011 | 100101 | 10100 | 101000010 | 1100010 | 101000 |
Color Harmonies of #CC0281
Complementary color
Monochromatic Colors of #CC0281
Black with #CC0281
Text Example
Text Example
White with #CC0281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0281; }
p { color: rgb(204,2,129); }
H1.HeaderClassName
{
color: #CC0281;
}
.AnyTagClassName
{
color: #CC0281;
}
</style>
background-color css
<style>
a { background-color: #CC0281; }
a { background-color: rgb(204,2,129); }
div.DivClassName
{
background-color: #CC0281;
}
.BgClassName
{
background-color: #CC0281;
}
</style>
border-color css
<style>
span { border-color: #CC0281; }
span { border-color: rgb(204,2,129); }
td.TdClassName
{
border-color: #CC0281;
}
.TagClassName
{
border-color: #CC0281;
}
</style>