Shades of Medium Violet Red #CC0275
Tints of Medium Violet Red #CC0275
RGB
CMYK
RGB Variations
Color information
#CC0275 (or 0xCC0275) is known color: Medium Violet Red. HEX triplet: CC, 02 and 75. RGB value is (204,2,117). Sum of RGB (Red+Green+Blue) = 204+2+117=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0275 is #33FD8A. Grayscale: #4B4B4B. Windows color (decimal): -3407243 or 7668428. OLE color: 7668428.
HSL color Cylindrical-coordinate representation of color #CC0275: hue angle of 325.84º 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 #CC0275 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.2 |
| HSL | 325.84º | 0.98% | 0.4% | - |
| HSV(B) | 325.84º | 0.99% | 0.8% | - |
| XYZ | 28.13 | 14.17 | 18.08 | - |
| YUV | 75.51 | 151.42 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 117 | 0 | 0.99 | 0.43 | 0.2 | 325.84 | 0.98 | 0.4 |
| Hex | CC | 2 | 75 | 0 | 63 | 2B | 14 | 146 | 62 | 28 |
| Octal | 314 | 2 | 165 | 0 | 143 | 53 | 24 | 506 | 142 | 50 |
| Binary | 11001100 | 10 | 1110101 | 0 | 1100011 | 101011 | 10100 | 101000110 | 1100010 | 101000 |
Color Harmonies of #CC0275
Complementary color
Monochromatic Colors of #CC0275
Black with #CC0275
Text Example
Text Example
White with #CC0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0275; }
p { color: rgb(204,2,117); }
H1.HeaderClassName
{
color: #CC0275;
}
.AnyTagClassName
{
color: #CC0275;
}
</style>
background-color css
<style>
a { background-color: #CC0275; }
a { background-color: rgb(204,2,117); }
div.DivClassName
{
background-color: #CC0275;
}
.BgClassName
{
background-color: #CC0275;
}
</style>
border-color css
<style>
span { border-color: #CC0275; }
span { border-color: rgb(204,2,117); }
td.TdClassName
{
border-color: #CC0275;
}
.TagClassName
{
border-color: #CC0275;
}
</style>