Shades of Medium Violet Red #CC1D7A
Tints of Medium Violet Red #CC1D7A
RGB
CMYK
RGB Variations
Color information
#CC1D7A (or 0xCC1D7A) is known color: Medium Violet Red. HEX triplet: CC, 1D and 7A. RGB value is (204,29,122). Sum of RGB (Red+Green+Blue) = 204+29+122=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1D7A is #33E285. Grayscale: #5B5B5B. Windows color (decimal): -3400326 or 8003020. OLE color: 8003020.
HSL color Cylindrical-coordinate representation of color #CC1D7A: hue angle of 328.11º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1D7A is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 29 | 122 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.2 |
| HSL | 328.11º | 0.75% | 0.46% | - |
| HSV(B) | 328.11º | 0.86% | 0.8% | - |
| XYZ | 28.85 | 15.12 | 19.81 | - |
| YUV | 91.93 | 144.98 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 122 | 0 | 0.86 | 0.40 | 0.2 | 328.11 | 0.75 | 0.46 |
| Hex | CC | 1D | 7A | 0 | 56 | 28 | 14 | 148 | 4B | 2E |
| Octal | 314 | 35 | 172 | 0 | 126 | 50 | 24 | 510 | 113 | 56 |
| Binary | 11001100 | 11101 | 1111010 | 0 | 1010110 | 101000 | 10100 | 101001000 | 1001011 | 101110 |
Color Harmonies of #CC1D7A
Complementary color
Monochromatic Colors of #CC1D7A
Black with #CC1D7A
Text Example
Text Example
White with #CC1D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1D7A; }
p { color: rgb(204,29,122); }
H1.HeaderClassName
{
color: #CC1D7A;
}
.AnyTagClassName
{
color: #CC1D7A;
}
</style>
background-color css
<style>
a { background-color: #CC1D7A; }
a { background-color: rgb(204,29,122); }
div.DivClassName
{
background-color: #CC1D7A;
}
.BgClassName
{
background-color: #CC1D7A;
}
</style>
border-color css
<style>
span { border-color: #CC1D7A; }
span { border-color: rgb(204,29,122); }
td.TdClassName
{
border-color: #CC1D7A;
}
.TagClassName
{
border-color: #CC1D7A;
}
</style>