Shades of Medium Violet Red #CC1D7D
Tints of Medium Violet Red #CC1D7D
RGB
CMYK
RGB Variations
Color information
#CC1D7D (or 0xCC1D7D) is known color: Medium Violet Red. HEX triplet: CC, 1D and 7D. RGB value is (204,29,125). Sum of RGB (Red+Green+Blue) = 204+29+125=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1D7D is #33E282. Grayscale: #5C5C5C. Windows color (decimal): -3400323 or 8199628. OLE color: 8199628.
HSL color Cylindrical-coordinate representation of color #CC1D7D: hue angle of 327.09º 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 #CC1D7D is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 29 | 125 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.2 |
| HSL | 327.09º | 0.75% | 0.46% | - |
| HSV(B) | 327.09º | 0.86% | 0.8% | - |
| XYZ | 29.04 | 15.2 | 20.8 | - |
| YUV | 92.27 | 146.48 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 125 | 0 | 0.86 | 0.39 | 0.2 | 327.09 | 0.75 | 0.46 |
| Hex | CC | 1D | 7D | 0 | 56 | 27 | 14 | 147 | 4B | 2E |
| Octal | 314 | 35 | 175 | 0 | 126 | 47 | 24 | 507 | 113 | 56 |
| Binary | 11001100 | 11101 | 1111101 | 0 | 1010110 | 100111 | 10100 | 101000111 | 1001011 | 101110 |
Color Harmonies of #CC1D7D
Complementary color
Monochromatic Colors of #CC1D7D
Black with #CC1D7D
Text Example
Text Example
White with #CC1D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1D7D; }
p { color: rgb(204,29,125); }
H1.HeaderClassName
{
color: #CC1D7D;
}
.AnyTagClassName
{
color: #CC1D7D;
}
</style>
background-color css
<style>
a { background-color: #CC1D7D; }
a { background-color: rgb(204,29,125); }
div.DivClassName
{
background-color: #CC1D7D;
}
.BgClassName
{
background-color: #CC1D7D;
}
</style>
border-color css
<style>
span { border-color: #CC1D7D; }
span { border-color: rgb(204,29,125); }
td.TdClassName
{
border-color: #CC1D7D;
}
.TagClassName
{
border-color: #CC1D7D;
}
</style>