Shades of Medium Violet Red #CC1F7E
Tints of Medium Violet Red #CC1F7E
RGB
CMYK
RGB Variations
Color information
#CC1F7E (or 0xCC1F7E) is known color: Medium Violet Red. HEX triplet: CC, 1F and 7E. RGB value is (204,31,126). Sum of RGB (Red+Green+Blue) = 204+31+126=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1F7E is #33E081. Grayscale: #5D5D5D. Windows color (decimal): -3399810 or 8265676. OLE color: 8265676.
HSL color Cylindrical-coordinate representation of color #CC1F7E: hue angle of 327.05º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1F7E is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 31 | 126 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.2 |
| HSL | 327.05º | 0.74% | 0.46% | - |
| HSV(B) | 327.05º | 0.85% | 0.8% | - |
| XYZ | 29.16 | 15.32 | 21.16 | - |
| YUV | 93.56 | 146.31 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 126 | 0 | 0.85 | 0.38 | 0.2 | 327.05 | 0.74 | 0.46 |
| Hex | CC | 1F | 7E | 0 | 55 | 26 | 14 | 147 | 4A | 2E |
| Octal | 314 | 37 | 176 | 0 | 125 | 46 | 24 | 507 | 112 | 56 |
| Binary | 11001100 | 11111 | 1111110 | 0 | 1010101 | 100110 | 10100 | 101000111 | 1001010 | 101110 |
Color Harmonies of #CC1F7E
Complementary color
Monochromatic Colors of #CC1F7E
Black with #CC1F7E
Text Example
Text Example
White with #CC1F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1F7E; }
p { color: rgb(204,31,126); }
H1.HeaderClassName
{
color: #CC1F7E;
}
.AnyTagClassName
{
color: #CC1F7E;
}
</style>
background-color css
<style>
a { background-color: #CC1F7E; }
a { background-color: rgb(204,31,126); }
div.DivClassName
{
background-color: #CC1F7E;
}
.BgClassName
{
background-color: #CC1F7E;
}
</style>
border-color css
<style>
span { border-color: #CC1F7E; }
span { border-color: rgb(204,31,126); }
td.TdClassName
{
border-color: #CC1F7E;
}
.TagClassName
{
border-color: #CC1F7E;
}
</style>