Shades of Medium Violet Red #CC127E
Tints of Medium Violet Red #CC127E
RGB
CMYK
RGB Variations
Color information
#CC127E (or 0xCC127E) is known color: Medium Violet Red. HEX triplet: CC, 12 and 7E. RGB value is (204,18,126). Sum of RGB (Red+Green+Blue) = 204+18+126=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC127E is #33ED81. Grayscale: #555555. Windows color (decimal): -3403138 or 8262348. OLE color: 8262348.
HSL color Cylindrical-coordinate representation of color #CC127E: hue angle of 325.16º 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 #CC127E is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 126 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.2 |
| HSL | 325.16º | 0.84% | 0.44% | - |
| HSV(B) | 325.16º | 0.91% | 0.8% | - |
| XYZ | 28.88 | 14.78 | 21.07 | - |
| YUV | 85.93 | 150.62 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 126 | 0 | 0.91 | 0.38 | 0.2 | 325.16 | 0.84 | 0.44 |
| Hex | CC | 12 | 7E | 0 | 5B | 26 | 14 | 145 | 54 | 2C |
| Octal | 314 | 22 | 176 | 0 | 133 | 46 | 24 | 505 | 124 | 54 |
| Binary | 11001100 | 10010 | 1111110 | 0 | 1011011 | 100110 | 10100 | 101000101 | 1010100 | 101100 |
Color Harmonies of #CC127E
Complementary color
Monochromatic Colors of #CC127E
Black with #CC127E
Text Example
Text Example
White with #CC127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC127E; }
p { color: rgb(204,18,126); }
H1.HeaderClassName
{
color: #CC127E;
}
.AnyTagClassName
{
color: #CC127E;
}
</style>
background-color css
<style>
a { background-color: #CC127E; }
a { background-color: rgb(204,18,126); }
div.DivClassName
{
background-color: #CC127E;
}
.BgClassName
{
background-color: #CC127E;
}
</style>
border-color css
<style>
span { border-color: #CC127E; }
span { border-color: rgb(204,18,126); }
td.TdClassName
{
border-color: #CC127E;
}
.TagClassName
{
border-color: #CC127E;
}
</style>