Shades of Medium Violet Red #CC0381
Tints of Medium Violet Red #CC0381
RGB
CMYK
RGB Variations
Color information
#CC0381 (or 0xCC0381) is known color: Medium Violet Red. HEX triplet: CC, 03 and 81. RGB value is (204,3,129). Sum of RGB (Red+Green+Blue) = 204+3+129=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0381 is #33FC7E. Grayscale: #4D4D4D. Windows color (decimal): -3406975 or 8455116. OLE color: 8455116.
HSL color Cylindrical-coordinate representation of color #CC0381: hue angle of 322.39º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0381 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 129 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.2 |
| HSL | 322.39º | 0.97% | 0.41% | - |
| HSV(B) | 322.39º | 0.99% | 0.8% | - |
| XYZ | 28.9 | 14.49 | 22.04 | - |
| YUV | 77.46 | 157.09 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 129 | 0 | 0.99 | 0.37 | 0.2 | 322.39 | 0.97 | 0.41 |
| Hex | CC | 3 | 81 | 0 | 63 | 25 | 14 | 142 | 61 | 29 |
| Octal | 314 | 3 | 201 | 0 | 143 | 45 | 24 | 502 | 141 | 51 |
| Binary | 11001100 | 11 | 10000001 | 0 | 1100011 | 100101 | 10100 | 101000010 | 1100001 | 101001 |
Color Harmonies of #CC0381
Complementary color
Monochromatic Colors of #CC0381
Black with #CC0381
Text Example
Text Example
White with #CC0381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0381; }
p { color: rgb(204,3,129); }
H1.HeaderClassName
{
color: #CC0381;
}
.AnyTagClassName
{
color: #CC0381;
}
</style>
background-color css
<style>
a { background-color: #CC0381; }
a { background-color: rgb(204,3,129); }
div.DivClassName
{
background-color: #CC0381;
}
.BgClassName
{
background-color: #CC0381;
}
</style>
border-color css
<style>
span { border-color: #CC0381; }
span { border-color: rgb(204,3,129); }
td.TdClassName
{
border-color: #CC0381;
}
.TagClassName
{
border-color: #CC0381;
}
</style>