Shades of Medium Violet Red #CC0F7A
Tints of Medium Violet Red #CC0F7A
RGB
CMYK
RGB Variations
Color information
#CC0F7A (or 0xCC0F7A) is known color: Medium Violet Red. HEX triplet: CC, 0F and 7A. RGB value is (204,15,122). Sum of RGB (Red+Green+Blue) = 204+15+122=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0F7A is #33F085. Grayscale: #535353. Windows color (decimal): -3403910 or 7999436. OLE color: 7999436.
HSL color Cylindrical-coordinate representation of color #CC0F7A: hue angle of 326.03º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0F7A is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 15 | 122 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.2 |
| HSL | 326.03º | 0.86% | 0.43% | - |
| HSV(B) | 326.03º | 0.93% | 0.8% | - |
| XYZ | 28.59 | 14.58 | 19.72 | - |
| YUV | 83.71 | 149.62 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 122 | 0 | 0.93 | 0.40 | 0.2 | 326.03 | 0.86 | 0.43 |
| Hex | CC | F | 7A | 0 | 5D | 28 | 14 | 146 | 56 | 2B |
| Octal | 314 | 17 | 172 | 0 | 135 | 50 | 24 | 506 | 126 | 53 |
| Binary | 11001100 | 1111 | 1111010 | 0 | 1011101 | 101000 | 10100 | 101000110 | 1010110 | 101011 |
Color Harmonies of #CC0F7A
Complementary color
Monochromatic Colors of #CC0F7A
Black with #CC0F7A
Text Example
Text Example
White with #CC0F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0F7A; }
p { color: rgb(204,15,122); }
H1.HeaderClassName
{
color: #CC0F7A;
}
.AnyTagClassName
{
color: #CC0F7A;
}
</style>
background-color css
<style>
a { background-color: #CC0F7A; }
a { background-color: rgb(204,15,122); }
div.DivClassName
{
background-color: #CC0F7A;
}
.BgClassName
{
background-color: #CC0F7A;
}
</style>
border-color css
<style>
span { border-color: #CC0F7A; }
span { border-color: rgb(204,15,122); }
td.TdClassName
{
border-color: #CC0F7A;
}
.TagClassName
{
border-color: #CC0F7A;
}
</style>