Shades of Medium Violet Red #CC289B
Tints of Medium Violet Red #CC289B
RGB
CMYK
RGB Variations
Color information
#CC289B (or 0xCC289B) is known color: Medium Violet Red. HEX triplet: CC, 28 and 9B. RGB value is (204,40,155). Sum of RGB (Red+Green+Blue) = 204+40+155=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC289B is #33D764. Grayscale: #656565. Windows color (decimal): -3397477 or 10168524. OLE color: 10168524.
HSL color Cylindrical-coordinate representation of color #CC289B: hue angle of 317.93º 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 #CC289B is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 155 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.2 |
| HSL | 317.93º | 0.67% | 0.48% | - |
| HSV(B) | 317.93º | 0.8% | 0.8% | - |
| XYZ | 31.58 | 16.72 | 32.57 | - |
| YUV | 102.15 | 157.83 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 155 | 0 | 0.80 | 0.24 | 0.2 | 317.93 | 0.67 | 0.48 |
| Hex | CC | 28 | 9B | 0 | 50 | 18 | 14 | 13E | 43 | 30 |
| Octal | 314 | 50 | 233 | 0 | 120 | 30 | 24 | 476 | 103 | 60 |
| Binary | 11001100 | 101000 | 10011011 | 0 | 1010000 | 11000 | 10100 | 100111110 | 1000011 | 110000 |
Color Harmonies of #CC289B
Complementary color
Monochromatic Colors of #CC289B
Black with #CC289B
Text Example
Text Example
White with #CC289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC289B; }
p { color: rgb(204,40,155); }
H1.HeaderClassName
{
color: #CC289B;
}
.AnyTagClassName
{
color: #CC289B;
}
</style>
background-color css
<style>
a { background-color: #CC289B; }
a { background-color: rgb(204,40,155); }
div.DivClassName
{
background-color: #CC289B;
}
.BgClassName
{
background-color: #CC289B;
}
</style>
border-color css
<style>
span { border-color: #CC289B; }
span { border-color: rgb(204,40,155); }
td.TdClassName
{
border-color: #CC289B;
}
.TagClassName
{
border-color: #CC289B;
}
</style>