Shades of Medium Violet Red #CC0F7B
Tints of Medium Violet Red #CC0F7B
RGB
CMYK
RGB Variations
Color information
#CC0F7B (or 0xCC0F7B) is known color: Medium Violet Red. HEX triplet: CC, 0F and 7B. RGB value is (204,15,123). Sum of RGB (Red+Green+Blue) = 204+15+123=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0F7B is #33F084. Grayscale: #535353. Windows color (decimal): -3403909 or 8064972. OLE color: 8064972.
HSL color Cylindrical-coordinate representation of color #CC0F7B: hue angle of 325.71º 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 #CC0F7B is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 15 | 123 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.2 |
| HSL | 325.71º | 0.86% | 0.43% | - |
| HSV(B) | 325.71º | 0.93% | 0.8% | - |
| XYZ | 28.65 | 14.61 | 20.05 | - |
| YUV | 83.82 | 150.12 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 123 | 0 | 0.93 | 0.40 | 0.2 | 325.71 | 0.86 | 0.43 |
| Hex | CC | F | 7B | 0 | 5D | 28 | 14 | 146 | 56 | 2B |
| Octal | 314 | 17 | 173 | 0 | 135 | 50 | 24 | 506 | 126 | 53 |
| Binary | 11001100 | 1111 | 1111011 | 0 | 1011101 | 101000 | 10100 | 101000110 | 1010110 | 101011 |
Color Harmonies of #CC0F7B
Complementary color
Monochromatic Colors of #CC0F7B
Black with #CC0F7B
Text Example
Text Example
White with #CC0F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0F7B; }
p { color: rgb(204,15,123); }
H1.HeaderClassName
{
color: #CC0F7B;
}
.AnyTagClassName
{
color: #CC0F7B;
}
</style>
background-color css
<style>
a { background-color: #CC0F7B; }
a { background-color: rgb(204,15,123); }
div.DivClassName
{
background-color: #CC0F7B;
}
.BgClassName
{
background-color: #CC0F7B;
}
</style>
border-color css
<style>
span { border-color: #CC0F7B; }
span { border-color: rgb(204,15,123); }
td.TdClassName
{
border-color: #CC0F7B;
}
.TagClassName
{
border-color: #CC0F7B;
}
</style>