Shades of Medium Violet Red #CC127D
Tints of Medium Violet Red #CC127D
RGB
CMYK
RGB Variations
Color information
#CC127D (or 0xCC127D) is known color: Medium Violet Red. HEX triplet: CC, 12 and 7D. RGB value is (204,18,125). Sum of RGB (Red+Green+Blue) = 204+18+125=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC127D is #33ED82. Grayscale: #555555. Windows color (decimal): -3403139 or 8196812. OLE color: 8196812.
HSL color Cylindrical-coordinate representation of color #CC127D: hue angle of 325.48º 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 #CC127D is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 125 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.2 |
| HSL | 325.48º | 0.84% | 0.44% | - |
| HSV(B) | 325.48º | 0.91% | 0.8% | - |
| XYZ | 28.82 | 14.75 | 20.73 | - |
| YUV | 85.81 | 150.12 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 125 | 0 | 0.91 | 0.39 | 0.2 | 325.48 | 0.84 | 0.44 |
| Hex | CC | 12 | 7D | 0 | 5B | 27 | 14 | 145 | 54 | 2C |
| Octal | 314 | 22 | 175 | 0 | 133 | 47 | 24 | 505 | 124 | 54 |
| Binary | 11001100 | 10010 | 1111101 | 0 | 1011011 | 100111 | 10100 | 101000101 | 1010100 | 101100 |
Color Harmonies of #CC127D
Complementary color
Monochromatic Colors of #CC127D
Black with #CC127D
Text Example
Text Example
White with #CC127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC127D; }
p { color: rgb(204,18,125); }
H1.HeaderClassName
{
color: #CC127D;
}
.AnyTagClassName
{
color: #CC127D;
}
</style>
background-color css
<style>
a { background-color: #CC127D; }
a { background-color: rgb(204,18,125); }
div.DivClassName
{
background-color: #CC127D;
}
.BgClassName
{
background-color: #CC127D;
}
</style>
border-color css
<style>
span { border-color: #CC127D; }
span { border-color: rgb(204,18,125); }
td.TdClassName
{
border-color: #CC127D;
}
.TagClassName
{
border-color: #CC127D;
}
</style>