Shades of Medium Violet Red #CC1278
Tints of Medium Violet Red #CC1278
RGB
CMYK
RGB Variations
Color information
#CC1278 (or 0xCC1278) is known color: Medium Violet Red. HEX triplet: CC, 12 and 78. RGB value is (204,18,120). Sum of RGB (Red+Green+Blue) = 204+18+120=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1278 is #33ED87. Grayscale: #555555. Windows color (decimal): -3403144 or 7869132. OLE color: 7869132.
HSL color Cylindrical-coordinate representation of color #CC1278: hue angle of 327.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1278 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 120 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.2 |
| HSL | 327.1º | 0.84% | 0.44% | - |
| HSV(B) | 327.1º | 0.91% | 0.8% | - |
| XYZ | 28.51 | 14.63 | 19.09 | - |
| YUV | 85.24 | 147.62 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 120 | 0 | 0.91 | 0.41 | 0.2 | 327.1 | 0.84 | 0.44 |
| Hex | CC | 12 | 78 | 0 | 5B | 29 | 14 | 147 | 54 | 2C |
| Octal | 314 | 22 | 170 | 0 | 133 | 51 | 24 | 507 | 124 | 54 |
| Binary | 11001100 | 10010 | 1111000 | 0 | 1011011 | 101001 | 10100 | 101000111 | 1010100 | 101100 |
Color Harmonies of #CC1278
Complementary color
Monochromatic Colors of #CC1278
Black with #CC1278
Text Example
Text Example
White with #CC1278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1278; }
p { color: rgb(204,18,120); }
H1.HeaderClassName
{
color: #CC1278;
}
.AnyTagClassName
{
color: #CC1278;
}
</style>
background-color css
<style>
a { background-color: #CC1278; }
a { background-color: rgb(204,18,120); }
div.DivClassName
{
background-color: #CC1278;
}
.BgClassName
{
background-color: #CC1278;
}
</style>
border-color css
<style>
span { border-color: #CC1278; }
span { border-color: rgb(204,18,120); }
td.TdClassName
{
border-color: #CC1278;
}
.TagClassName
{
border-color: #CC1278;
}
</style>