Shades of Medium Violet Red #CC289A
Tints of Medium Violet Red #CC289A
RGB
CMYK
RGB Variations
Color information
#CC289A (or 0xCC289A) is known color: Medium Violet Red. HEX triplet: CC, 28 and 9A. RGB value is (204,40,154). Sum of RGB (Red+Green+Blue) = 204+40+154=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC289A is #33D765. Grayscale: #656565. Windows color (decimal): -3397478 or 10102988. OLE color: 10102988.
HSL color Cylindrical-coordinate representation of color #CC289A: hue angle of 318.29º 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 #CC289A is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 154 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.2 |
| HSL | 318.29º | 0.67% | 0.48% | - |
| HSV(B) | 318.29º | 0.8% | 0.8% | - |
| XYZ | 31.49 | 16.69 | 32.13 | - |
| YUV | 102.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 154 | 0 | 0.80 | 0.25 | 0.2 | 318.29 | 0.67 | 0.48 |
| Hex | CC | 28 | 9A | 0 | 50 | 19 | 14 | 13E | 43 | 30 |
| Octal | 314 | 50 | 232 | 0 | 120 | 31 | 24 | 476 | 103 | 60 |
| Binary | 11001100 | 101000 | 10011010 | 0 | 1010000 | 11001 | 10100 | 100111110 | 1000011 | 110000 |
Color Harmonies of #CC289A
Complementary color
Monochromatic Colors of #CC289A
Black with #CC289A
Text Example
Text Example
White with #CC289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC289A; }
p { color: rgb(204,40,154); }
H1.HeaderClassName
{
color: #CC289A;
}
.AnyTagClassName
{
color: #CC289A;
}
</style>
background-color css
<style>
a { background-color: #CC289A; }
a { background-color: rgb(204,40,154); }
div.DivClassName
{
background-color: #CC289A;
}
.BgClassName
{
background-color: #CC289A;
}
</style>
border-color css
<style>
span { border-color: #CC289A; }
span { border-color: rgb(204,40,154); }
td.TdClassName
{
border-color: #CC289A;
}
.TagClassName
{
border-color: #CC289A;
}
</style>