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