Shades of Medium Violet Red #CC289D
Tints of Medium Violet Red #CC289D
RGB
CMYK
RGB Variations
Color information
#CC289D (or 0xCC289D) is known color: Medium Violet Red. HEX triplet: CC, 28 and 9D. RGB value is (204,40,157). Sum of RGB (Red+Green+Blue) = 204+40+157=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC289D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC289D is #33D762. Grayscale: #666666. Windows color (decimal): -3397475 or 10299596. OLE color: 10299596.
HSL color Cylindrical-coordinate representation of color #CC289D: hue angle of 317.2º 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 #CC289D is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 157 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.2 |
| HSL | 317.2º | 0.67% | 0.48% | - |
| HSV(B) | 317.2º | 0.8% | 0.8% | - |
| XYZ | 31.75 | 16.79 | 33.47 | - |
| YUV | 102.37 | 158.83 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 157 | 0 | 0.80 | 0.23 | 0.2 | 317.2 | 0.67 | 0.48 |
| Hex | CC | 28 | 9D | 0 | 50 | 17 | 14 | 13D | 43 | 30 |
| Octal | 314 | 50 | 235 | 0 | 120 | 27 | 24 | 475 | 103 | 60 |
| Binary | 11001100 | 101000 | 10011101 | 0 | 1010000 | 10111 | 10100 | 100111101 | 1000011 | 110000 |
Color Harmonies of #CC289D
Complementary color
Monochromatic Colors of #CC289D
Black with #CC289D
Text Example
Text Example
White with #CC289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC289D; }
p { color: rgb(204,40,157); }
H1.HeaderClassName
{
color: #CC289D;
}
.AnyTagClassName
{
color: #CC289D;
}
</style>
background-color css
<style>
a { background-color: #CC289D; }
a { background-color: rgb(204,40,157); }
div.DivClassName
{
background-color: #CC289D;
}
.BgClassName
{
background-color: #CC289D;
}
</style>
border-color css
<style>
span { border-color: #CC289D; }
span { border-color: rgb(204,40,157); }
td.TdClassName
{
border-color: #CC289D;
}
.TagClassName
{
border-color: #CC289D;
}
</style>