Shades of Medium Violet Red #CC0378
Tints of Medium Violet Red #CC0378
RGB
CMYK
RGB Variations
Color information
#CC0378 (or 0xCC0378) is known color: Medium Violet Red. HEX triplet: CC, 03 and 78. RGB value is (204,3,120). Sum of RGB (Red+Green+Blue) = 204+3+120=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0378 is #33FC87. Grayscale: #4C4C4C. Windows color (decimal): -3406984 or 7865292. OLE color: 7865292.
HSL color Cylindrical-coordinate representation of color #CC0378: hue angle of 325.07º 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 #CC0378 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 120 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.2 |
| HSL | 325.07º | 0.97% | 0.41% | - |
| HSV(B) | 325.07º | 0.99% | 0.8% | - |
| XYZ | 28.32 | 14.26 | 19.03 | - |
| YUV | 76.44 | 152.59 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 120 | 0 | 0.99 | 0.41 | 0.2 | 325.07 | 0.97 | 0.41 |
| Hex | CC | 3 | 78 | 0 | 63 | 29 | 14 | 145 | 61 | 29 |
| Octal | 314 | 3 | 170 | 0 | 143 | 51 | 24 | 505 | 141 | 51 |
| Binary | 11001100 | 11 | 1111000 | 0 | 1100011 | 101001 | 10100 | 101000101 | 1100001 | 101001 |
Color Harmonies of #CC0378
Complementary color
Monochromatic Colors of #CC0378
Black with #CC0378
Text Example
Text Example
White with #CC0378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0378; }
p { color: rgb(204,3,120); }
H1.HeaderClassName
{
color: #CC0378;
}
.AnyTagClassName
{
color: #CC0378;
}
</style>
background-color css
<style>
a { background-color: #CC0378; }
a { background-color: rgb(204,3,120); }
div.DivClassName
{
background-color: #CC0378;
}
.BgClassName
{
background-color: #CC0378;
}
</style>
border-color css
<style>
span { border-color: #CC0378; }
span { border-color: rgb(204,3,120); }
td.TdClassName
{
border-color: #CC0378;
}
.TagClassName
{
border-color: #CC0378;
}
</style>