Shades of Medium Violet Red #CC289E
Tints of Medium Violet Red #CC289E
RGB
CMYK
RGB Variations
Color information
#CC289E (or 0xCC289E) is known color: Medium Violet Red. HEX triplet: CC, 28 and 9E. RGB value is (204,40,158). Sum of RGB (Red+Green+Blue) = 204+40+158=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC289E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC289E is #33D761. Grayscale: #666666. Windows color (decimal): -3397474 or 10365132. OLE color: 10365132.
HSL color Cylindrical-coordinate representation of color #CC289E: hue angle of 316.83º 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 #CC289E is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 158 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.2 |
| HSL | 316.83º | 0.67% | 0.48% | - |
| HSV(B) | 316.83º | 0.8% | 0.8% | - |
| XYZ | 31.83 | 16.82 | 33.92 | - |
| YUV | 102.49 | 159.33 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 158 | 0 | 0.80 | 0.23 | 0.2 | 316.83 | 0.67 | 0.48 |
| Hex | CC | 28 | 9E | 0 | 50 | 17 | 14 | 13D | 43 | 30 |
| Octal | 314 | 50 | 236 | 0 | 120 | 27 | 24 | 475 | 103 | 60 |
| Binary | 11001100 | 101000 | 10011110 | 0 | 1010000 | 10111 | 10100 | 100111101 | 1000011 | 110000 |
Color Harmonies of #CC289E
Complementary color
Monochromatic Colors of #CC289E
Black with #CC289E
Text Example
Text Example
White with #CC289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC289E; }
p { color: rgb(204,40,158); }
H1.HeaderClassName
{
color: #CC289E;
}
.AnyTagClassName
{
color: #CC289E;
}
</style>
background-color css
<style>
a { background-color: #CC289E; }
a { background-color: rgb(204,40,158); }
div.DivClassName
{
background-color: #CC289E;
}
.BgClassName
{
background-color: #CC289E;
}
</style>
border-color css
<style>
span { border-color: #CC289E; }
span { border-color: rgb(204,40,158); }
td.TdClassName
{
border-color: #CC289E;
}
.TagClassName
{
border-color: #CC289E;
}
</style>