Shades of Medium Violet Red #CC2892
Tints of Medium Violet Red #CC2892
RGB
CMYK
RGB Variations
Color information
#CC2892 (or 0xCC2892) is known color: Medium Violet Red. HEX triplet: CC, 28 and 92. RGB value is (204,40,146). Sum of RGB (Red+Green+Blue) = 204+40+146=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2892 is #33D76D. Grayscale: #646464. Windows color (decimal): -3397486 or 9578700. OLE color: 9578700.
HSL color Cylindrical-coordinate representation of color #CC2892: hue angle of 321.22º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2892 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 146 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.2 |
| HSL | 321.22º | 0.67% | 0.48% | - |
| HSV(B) | 321.22º | 0.8% | 0.8% | - |
| XYZ | 30.85 | 16.43 | 28.74 | - |
| YUV | 101.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 146 | 0 | 0.80 | 0.28 | 0.2 | 321.22 | 0.67 | 0.48 |
| Hex | CC | 28 | 92 | 0 | 50 | 1C | 14 | 141 | 43 | 30 |
| Octal | 314 | 50 | 222 | 0 | 120 | 34 | 24 | 501 | 103 | 60 |
| Binary | 11001100 | 101000 | 10010010 | 0 | 1010000 | 11100 | 10100 | 101000001 | 1000011 | 110000 |
Color Harmonies of #CC2892
Complementary color
Monochromatic Colors of #CC2892
Black with #CC2892
Text Example
Text Example
White with #CC2892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2892; }
p { color: rgb(204,40,146); }
H1.HeaderClassName
{
color: #CC2892;
}
.AnyTagClassName
{
color: #CC2892;
}
</style>
background-color css
<style>
a { background-color: #CC2892; }
a { background-color: rgb(204,40,146); }
div.DivClassName
{
background-color: #CC2892;
}
.BgClassName
{
background-color: #CC2892;
}
</style>
border-color css
<style>
span { border-color: #CC2892; }
span { border-color: rgb(204,40,146); }
td.TdClassName
{
border-color: #CC2892;
}
.TagClassName
{
border-color: #CC2892;
}
</style>