Shades of Medium Violet Red #CC1C7F
Tints of Medium Violet Red #CC1C7F
RGB
CMYK
RGB Variations
Color information
#CC1C7F (or 0xCC1C7F) is known color: Medium Violet Red. HEX triplet: CC, 1C and 7F. RGB value is (204,28,127). Sum of RGB (Red+Green+Blue) = 204+28+127=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1C7F is #33E380. Grayscale: #5B5B5B. Windows color (decimal): -3400577 or 8330444. OLE color: 8330444.
HSL color Cylindrical-coordinate representation of color #CC1C7F: hue angle of 326.25º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1C7F is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 127 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.2 |
| HSL | 326.25º | 0.76% | 0.45% | - |
| HSV(B) | 326.25º | 0.86% | 0.8% | - |
| XYZ | 29.15 | 15.2 | 21.48 | - |
| YUV | 91.91 | 147.81 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 127 | 0 | 0.86 | 0.38 | 0.2 | 326.25 | 0.76 | 0.45 |
| Hex | CC | 1C | 7F | 0 | 56 | 26 | 14 | 146 | 4C | 2D |
| Octal | 314 | 34 | 177 | 0 | 126 | 46 | 24 | 506 | 114 | 55 |
| Binary | 11001100 | 11100 | 1111111 | 0 | 1010110 | 100110 | 10100 | 101000110 | 1001100 | 101101 |
Color Harmonies of #CC1C7F
Complementary color
Monochromatic Colors of #CC1C7F
Black with #CC1C7F
Text Example
Text Example
White with #CC1C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1C7F; }
p { color: rgb(204,28,127); }
H1.HeaderClassName
{
color: #CC1C7F;
}
.AnyTagClassName
{
color: #CC1C7F;
}
</style>
background-color css
<style>
a { background-color: #CC1C7F; }
a { background-color: rgb(204,28,127); }
div.DivClassName
{
background-color: #CC1C7F;
}
.BgClassName
{
background-color: #CC1C7F;
}
</style>
border-color css
<style>
span { border-color: #CC1C7F; }
span { border-color: rgb(204,28,127); }
td.TdClassName
{
border-color: #CC1C7F;
}
.TagClassName
{
border-color: #CC1C7F;
}
</style>