Shades of Medium Violet Red #CC1092
Tints of Medium Violet Red #CC1092
RGB
CMYK
RGB Variations
Color information
#CC1092 (or 0xCC1092) is known color: Medium Violet Red. HEX triplet: CC, 10 and 92. RGB value is (204,16,146). Sum of RGB (Red+Green+Blue) = 204+16+146=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1092 is #33EF6D. Grayscale: #565656. Windows color (decimal): -3403630 or 9572556. OLE color: 9572556.
HSL color Cylindrical-coordinate representation of color #CC1092: hue angle of 318.51º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1092 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 146 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.2 |
| HSL | 318.51º | 0.85% | 0.43% | - |
| HSV(B) | 318.51º | 0.92% | 0.8% | - |
| XYZ | 30.28 | 15.28 | 28.55 | - |
| YUV | 87.03 | 161.28 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 146 | 0 | 0.92 | 0.28 | 0.2 | 318.51 | 0.85 | 0.43 |
| Hex | CC | 10 | 92 | 0 | 5C | 1C | 14 | 13F | 55 | 2B |
| Octal | 314 | 20 | 222 | 0 | 134 | 34 | 24 | 477 | 125 | 53 |
| Binary | 11001100 | 10000 | 10010010 | 0 | 1011100 | 11100 | 10100 | 100111111 | 1010101 | 101011 |
Color Harmonies of #CC1092
Complementary color
Monochromatic Colors of #CC1092
Black with #CC1092
Text Example
Text Example
White with #CC1092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1092; }
p { color: rgb(204,16,146); }
H1.HeaderClassName
{
color: #CC1092;
}
.AnyTagClassName
{
color: #CC1092;
}
</style>
background-color css
<style>
a { background-color: #CC1092; }
a { background-color: rgb(204,16,146); }
div.DivClassName
{
background-color: #CC1092;
}
.BgClassName
{
background-color: #CC1092;
}
</style>
border-color css
<style>
span { border-color: #CC1092; }
span { border-color: rgb(204,16,146); }
td.TdClassName
{
border-color: #CC1092;
}
.TagClassName
{
border-color: #CC1092;
}
</style>