Shades of Medium Violet Red #CC127C
Tints of Medium Violet Red #CC127C
RGB
CMYK
RGB Variations
Color information
#CC127C (or 0xCC127C) is known color: Medium Violet Red. HEX triplet: CC, 12 and 7C. RGB value is (204,18,124). Sum of RGB (Red+Green+Blue) = 204+18+124=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC127C is #33ED83. Grayscale: #555555. Windows color (decimal): -3403140 or 8131276. OLE color: 8131276.
HSL color Cylindrical-coordinate representation of color #CC127C: hue angle of 325.81º 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 #CC127C is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 124 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.2 |
| HSL | 325.81º | 0.84% | 0.44% | - |
| HSV(B) | 325.81º | 0.91% | 0.8% | - |
| XYZ | 28.76 | 14.73 | 20.4 | - |
| YUV | 85.7 | 149.62 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 124 | 0 | 0.91 | 0.39 | 0.2 | 325.81 | 0.84 | 0.44 |
| Hex | CC | 12 | 7C | 0 | 5B | 27 | 14 | 146 | 54 | 2C |
| Octal | 314 | 22 | 174 | 0 | 133 | 47 | 24 | 506 | 124 | 54 |
| Binary | 11001100 | 10010 | 1111100 | 0 | 1011011 | 100111 | 10100 | 101000110 | 1010100 | 101100 |
Color Harmonies of #CC127C
Complementary color
Monochromatic Colors of #CC127C
Black with #CC127C
Text Example
Text Example
White with #CC127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC127C; }
p { color: rgb(204,18,124); }
H1.HeaderClassName
{
color: #CC127C;
}
.AnyTagClassName
{
color: #CC127C;
}
</style>
background-color css
<style>
a { background-color: #CC127C; }
a { background-color: rgb(204,18,124); }
div.DivClassName
{
background-color: #CC127C;
}
.BgClassName
{
background-color: #CC127C;
}
</style>
border-color css
<style>
span { border-color: #CC127C; }
span { border-color: rgb(204,18,124); }
td.TdClassName
{
border-color: #CC127C;
}
.TagClassName
{
border-color: #CC127C;
}
</style>