Shades of Medium Violet Red #CC028D
Tints of Medium Violet Red #CC028D
RGB
CMYK
RGB Variations
Color information
#CC028D (or 0xCC028D) is known color: Medium Violet Red. HEX triplet: CC, 02 and 8D. RGB value is (204,2,141). Sum of RGB (Red+Green+Blue) = 204+2+141=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC028D is #33FD72. Grayscale: #4D4D4D. Windows color (decimal): -3407219 or 9241292. OLE color: 9241292.
HSL color Cylindrical-coordinate representation of color #CC028D: hue angle of 318.71º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC028D is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.2 |
| HSL | 318.71º | 0.98% | 0.4% | - |
| HSV(B) | 318.71º | 0.99% | 0.8% | - |
| XYZ | 29.73 | 14.8 | 26.49 | - |
| YUV | 78.24 | 163.42 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 141 | 0 | 0.99 | 0.31 | 0.2 | 318.71 | 0.98 | 0.4 |
| Hex | CC | 2 | 8D | 0 | 63 | 1F | 14 | 13F | 62 | 28 |
| Octal | 314 | 2 | 215 | 0 | 143 | 37 | 24 | 477 | 142 | 50 |
| Binary | 11001100 | 10 | 10001101 | 0 | 1100011 | 11111 | 10100 | 100111111 | 1100010 | 101000 |
Color Harmonies of #CC028D
Complementary color
Monochromatic Colors of #CC028D
Black with #CC028D
Text Example
Text Example
White with #CC028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC028D; }
p { color: rgb(204,2,141); }
H1.HeaderClassName
{
color: #CC028D;
}
.AnyTagClassName
{
color: #CC028D;
}
</style>
background-color css
<style>
a { background-color: #CC028D; }
a { background-color: rgb(204,2,141); }
div.DivClassName
{
background-color: #CC028D;
}
.BgClassName
{
background-color: #CC028D;
}
</style>
border-color css
<style>
span { border-color: #CC028D; }
span { border-color: rgb(204,2,141); }
td.TdClassName
{
border-color: #CC028D;
}
.TagClassName
{
border-color: #CC028D;
}
</style>