Shades of Medium Violet Red #CC1C9A
Tints of Medium Violet Red #CC1C9A
RGB
CMYK
RGB Variations
Color information
#CC1C9A (or 0xCC1C9A) is known color: Medium Violet Red. HEX triplet: CC, 1C and 9A. RGB value is (204,28,154). Sum of RGB (Red+Green+Blue) = 204+28+154=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1C9A is #33E365. Grayscale: #5E5E5E. Windows color (decimal): -3400550 or 10099916. OLE color: 10099916.
HSL color Cylindrical-coordinate representation of color #CC1C9A: hue angle of 317.05º 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 #CC1C9A is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 154 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.2 |
| HSL | 317.05º | 0.76% | 0.45% | - |
| HSV(B) | 317.05º | 0.86% | 0.8% | - |
| XYZ | 31.15 | 16 | 32.02 | - |
| YUV | 94.99 | 161.31 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 154 | 0 | 0.86 | 0.25 | 0.2 | 317.05 | 0.76 | 0.45 |
| Hex | CC | 1C | 9A | 0 | 56 | 19 | 14 | 13D | 4C | 2D |
| Octal | 314 | 34 | 232 | 0 | 126 | 31 | 24 | 475 | 114 | 55 |
| Binary | 11001100 | 11100 | 10011010 | 0 | 1010110 | 11001 | 10100 | 100111101 | 1001100 | 101101 |
Color Harmonies of #CC1C9A
Complementary color
Monochromatic Colors of #CC1C9A
Black with #CC1C9A
Text Example
Text Example
White with #CC1C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1C9A; }
p { color: rgb(204,28,154); }
H1.HeaderClassName
{
color: #CC1C9A;
}
.AnyTagClassName
{
color: #CC1C9A;
}
</style>
background-color css
<style>
a { background-color: #CC1C9A; }
a { background-color: rgb(204,28,154); }
div.DivClassName
{
background-color: #CC1C9A;
}
.BgClassName
{
background-color: #CC1C9A;
}
</style>
border-color css
<style>
span { border-color: #CC1C9A; }
span { border-color: rgb(204,28,154); }
td.TdClassName
{
border-color: #CC1C9A;
}
.TagClassName
{
border-color: #CC1C9A;
}
</style>