Shades of Medium Violet Red #CC1F7A
Tints of Medium Violet Red #CC1F7A
RGB
CMYK
RGB Variations
Color information
#CC1F7A (or 0xCC1F7A) is known color: Medium Violet Red. HEX triplet: CC, 1F and 7A. RGB value is (204,31,122). Sum of RGB (Red+Green+Blue) = 204+31+122=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1F7A is #33E085. Grayscale: #5C5C5C. Windows color (decimal): -3399814 or 8003532. OLE color: 8003532.
HSL color Cylindrical-coordinate representation of color #CC1F7A: hue angle of 328.44º 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 #CC1F7A is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 31 | 122 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.2 |
| HSL | 328.44º | 0.74% | 0.46% | - |
| HSV(B) | 328.44º | 0.85% | 0.8% | - |
| XYZ | 28.9 | 15.22 | 19.83 | - |
| YUV | 93.1 | 144.31 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 122 | 0 | 0.85 | 0.40 | 0.2 | 328.44 | 0.74 | 0.46 |
| Hex | CC | 1F | 7A | 0 | 55 | 28 | 14 | 148 | 4A | 2E |
| Octal | 314 | 37 | 172 | 0 | 125 | 50 | 24 | 510 | 112 | 56 |
| Binary | 11001100 | 11111 | 1111010 | 0 | 1010101 | 101000 | 10100 | 101001000 | 1001010 | 101110 |
Color Harmonies of #CC1F7A
Complementary color
Monochromatic Colors of #CC1F7A
Black with #CC1F7A
Text Example
Text Example
White with #CC1F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1F7A; }
p { color: rgb(204,31,122); }
H1.HeaderClassName
{
color: #CC1F7A;
}
.AnyTagClassName
{
color: #CC1F7A;
}
</style>
background-color css
<style>
a { background-color: #CC1F7A; }
a { background-color: rgb(204,31,122); }
div.DivClassName
{
background-color: #CC1F7A;
}
.BgClassName
{
background-color: #CC1F7A;
}
</style>
border-color css
<style>
span { border-color: #CC1F7A; }
span { border-color: rgb(204,31,122); }
td.TdClassName
{
border-color: #CC1F7A;
}
.TagClassName
{
border-color: #CC1F7A;
}
</style>