Shades of Medium Violet Red #CC1C8C
Tints of Medium Violet Red #CC1C8C
RGB
CMYK
RGB Variations
Color information
#CC1C8C (or 0xCC1C8C) is known color: Medium Violet Red. HEX triplet: CC, 1C and 8C. RGB value is (204,28,140). Sum of RGB (Red+Green+Blue) = 204+28+140=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1C8C is #33E373. Grayscale: #5D5D5D. Windows color (decimal): -3400564 or 9182412. OLE color: 9182412.
HSL color Cylindrical-coordinate representation of color #CC1C8C: hue angle of 321.82º 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 #CC1C8C is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 140 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.2 |
| HSL | 321.82º | 0.76% | 0.45% | - |
| HSV(B) | 321.82º | 0.86% | 0.8% | - |
| XYZ | 30.05 | 15.56 | 26.23 | - |
| YUV | 93.39 | 154.31 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 140 | 0 | 0.86 | 0.31 | 0.2 | 321.82 | 0.76 | 0.45 |
| Hex | CC | 1C | 8C | 0 | 56 | 1F | 14 | 142 | 4C | 2D |
| Octal | 314 | 34 | 214 | 0 | 126 | 37 | 24 | 502 | 114 | 55 |
| Binary | 11001100 | 11100 | 10001100 | 0 | 1010110 | 11111 | 10100 | 101000010 | 1001100 | 101101 |
Color Harmonies of #CC1C8C
Complementary color
Monochromatic Colors of #CC1C8C
Black with #CC1C8C
Text Example
Text Example
White with #CC1C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1C8C; }
p { color: rgb(204,28,140); }
H1.HeaderClassName
{
color: #CC1C8C;
}
.AnyTagClassName
{
color: #CC1C8C;
}
</style>
background-color css
<style>
a { background-color: #CC1C8C; }
a { background-color: rgb(204,28,140); }
div.DivClassName
{
background-color: #CC1C8C;
}
.BgClassName
{
background-color: #CC1C8C;
}
</style>
border-color css
<style>
span { border-color: #CC1C8C; }
span { border-color: rgb(204,28,140); }
td.TdClassName
{
border-color: #CC1C8C;
}
.TagClassName
{
border-color: #CC1C8C;
}
</style>