Shades of Medium Violet Red #CC117B
Tints of Medium Violet Red #CC117B
RGB
CMYK
RGB Variations
Color information
#CC117B (or 0xCC117B) is known color: Medium Violet Red. HEX triplet: CC, 11 and 7B. RGB value is (204,17,123). Sum of RGB (Red+Green+Blue) = 204+17+123=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC117B is #33EE84. Grayscale: #545454. Windows color (decimal): -3403397 or 8065484. OLE color: 8065484.
HSL color Cylindrical-coordinate representation of color #CC117B: hue angle of 325.99º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC117B is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 123 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.2 |
| HSL | 325.99º | 0.85% | 0.43% | - |
| HSV(B) | 325.99º | 0.92% | 0.8% | - |
| XYZ | 28.68 | 14.67 | 20.06 | - |
| YUV | 85 | 149.45 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 123 | 0 | 0.92 | 0.40 | 0.2 | 325.99 | 0.85 | 0.43 |
| Hex | CC | 11 | 7B | 0 | 5C | 28 | 14 | 146 | 55 | 2B |
| Octal | 314 | 21 | 173 | 0 | 134 | 50 | 24 | 506 | 125 | 53 |
| Binary | 11001100 | 10001 | 1111011 | 0 | 1011100 | 101000 | 10100 | 101000110 | 1010101 | 101011 |
Color Harmonies of #CC117B
Complementary color
Monochromatic Colors of #CC117B
Black with #CC117B
Text Example
Text Example
White with #CC117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC117B; }
p { color: rgb(204,17,123); }
H1.HeaderClassName
{
color: #CC117B;
}
.AnyTagClassName
{
color: #CC117B;
}
</style>
background-color css
<style>
a { background-color: #CC117B; }
a { background-color: rgb(204,17,123); }
div.DivClassName
{
background-color: #CC117B;
}
.BgClassName
{
background-color: #CC117B;
}
</style>
border-color css
<style>
span { border-color: #CC117B; }
span { border-color: rgb(204,17,123); }
td.TdClassName
{
border-color: #CC117B;
}
.TagClassName
{
border-color: #CC117B;
}
</style>