Shades of Medium Violet Red #CC0292
Tints of Medium Violet Red #CC0292
RGB
CMYK
RGB Variations
Color information
#CC0292 (or 0xCC0292) is known color: Medium Violet Red. HEX triplet: CC, 02 and 92. RGB value is (204,2,146). Sum of RGB (Red+Green+Blue) = 204+2+146=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0292 is #33FD6D. Grayscale: #4E4E4E. Windows color (decimal): -3407214 or 9568972. OLE color: 9568972.
HSL color Cylindrical-coordinate representation of color #CC0292: hue angle of 317.23º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0292 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 146 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.2 |
| HSL | 317.23º | 0.98% | 0.4% | - |
| HSV(B) | 317.23º | 0.99% | 0.8% | - |
| XYZ | 30.11 | 14.96 | 28.49 | - |
| YUV | 78.81 | 165.92 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 146 | 0 | 0.99 | 0.28 | 0.2 | 317.23 | 0.98 | 0.4 |
| Hex | CC | 2 | 92 | 0 | 63 | 1C | 14 | 13D | 62 | 28 |
| Octal | 314 | 2 | 222 | 0 | 143 | 34 | 24 | 475 | 142 | 50 |
| Binary | 11001100 | 10 | 10010010 | 0 | 1100011 | 11100 | 10100 | 100111101 | 1100010 | 101000 |
Color Harmonies of #CC0292
Complementary color
Monochromatic Colors of #CC0292
Black with #CC0292
Text Example
Text Example
White with #CC0292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0292; }
p { color: rgb(204,2,146); }
H1.HeaderClassName
{
color: #CC0292;
}
.AnyTagClassName
{
color: #CC0292;
}
</style>
background-color css
<style>
a { background-color: #CC0292; }
a { background-color: rgb(204,2,146); }
div.DivClassName
{
background-color: #CC0292;
}
.BgClassName
{
background-color: #CC0292;
}
</style>
border-color css
<style>
span { border-color: #CC0292; }
span { border-color: rgb(204,2,146); }
td.TdClassName
{
border-color: #CC0292;
}
.TagClassName
{
border-color: #CC0292;
}
</style>