Shades of Medium Violet Red #CC0278
Tints of Medium Violet Red #CC0278
RGB
CMYK
RGB Variations
Color information
#CC0278 (or 0xCC0278) is known color: Medium Violet Red. HEX triplet: CC, 02 and 78. RGB value is (204,2,120). Sum of RGB (Red+Green+Blue) = 204+2+120=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0278 is #33FD87. Grayscale: #4B4B4B. Windows color (decimal): -3407240 or 7865036. OLE color: 7865036.
HSL color Cylindrical-coordinate representation of color #CC0278: hue angle of 324.95º 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 #CC0278 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.2 |
| HSL | 324.95º | 0.98% | 0.4% | - |
| HSV(B) | 324.95º | 0.99% | 0.8% | - |
| XYZ | 28.31 | 14.24 | 19.02 | - |
| YUV | 75.85 | 152.92 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 120 | 0 | 0.99 | 0.41 | 0.2 | 324.95 | 0.98 | 0.4 |
| Hex | CC | 2 | 78 | 0 | 63 | 29 | 14 | 145 | 62 | 28 |
| Octal | 314 | 2 | 170 | 0 | 143 | 51 | 24 | 505 | 142 | 50 |
| Binary | 11001100 | 10 | 1111000 | 0 | 1100011 | 101001 | 10100 | 101000101 | 1100010 | 101000 |
Color Harmonies of #CC0278
Complementary color
Monochromatic Colors of #CC0278
Black with #CC0278
Text Example
Text Example
White with #CC0278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0278; }
p { color: rgb(204,2,120); }
H1.HeaderClassName
{
color: #CC0278;
}
.AnyTagClassName
{
color: #CC0278;
}
</style>
background-color css
<style>
a { background-color: #CC0278; }
a { background-color: rgb(204,2,120); }
div.DivClassName
{
background-color: #CC0278;
}
.BgClassName
{
background-color: #CC0278;
}
</style>
border-color css
<style>
span { border-color: #CC0278; }
span { border-color: rgb(204,2,120); }
td.TdClassName
{
border-color: #CC0278;
}
.TagClassName
{
border-color: #CC0278;
}
</style>