Shades of Medium Violet Red #CC28A6
Tints of Medium Violet Red #CC28A6
RGB
CMYK
RGB Variations
Color information
#CC28A6 (or 0xCC28A6) is known color: Medium Violet Red. HEX triplet: CC, 28 and A6. RGB value is (204,40,166). Sum of RGB (Red+Green+Blue) = 204+40+166=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC28A6 is #33D759. Grayscale: #676767. Windows color (decimal): -3397466 or 10889420. OLE color: 10889420.
HSL color Cylindrical-coordinate representation of color #CC28A6: hue angle of 313.9º 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 #CC28A6 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 166 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.2 |
| HSL | 313.9º | 0.67% | 0.48% | - |
| HSV(B) | 313.9º | 0.8% | 0.8% | - |
| XYZ | 32.54 | 17.11 | 37.66 | - |
| YUV | 103.4 | 163.33 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 166 | 0 | 0.80 | 0.19 | 0.2 | 313.9 | 0.67 | 0.48 |
| Hex | CC | 28 | A6 | 0 | 50 | 13 | 14 | 13A | 43 | 30 |
| Octal | 314 | 50 | 246 | 0 | 120 | 23 | 24 | 472 | 103 | 60 |
| Binary | 11001100 | 101000 | 10100110 | 0 | 1010000 | 10011 | 10100 | 100111010 | 1000011 | 110000 |
Color Harmonies of #CC28A6
Complementary color
Monochromatic Colors of #CC28A6
Black with #CC28A6
Text Example
Text Example
White with #CC28A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC28A6; }
p { color: rgb(204,40,166); }
H1.HeaderClassName
{
color: #CC28A6;
}
.AnyTagClassName
{
color: #CC28A6;
}
</style>
background-color css
<style>
a { background-color: #CC28A6; }
a { background-color: rgb(204,40,166); }
div.DivClassName
{
background-color: #CC28A6;
}
.BgClassName
{
background-color: #CC28A6;
}
</style>
border-color css
<style>
span { border-color: #CC28A6; }
span { border-color: rgb(204,40,166); }
td.TdClassName
{
border-color: #CC28A6;
}
.TagClassName
{
border-color: #CC28A6;
}
</style>