Shades of Medium Violet Red #CC028B
Tints of Medium Violet Red #CC028B
RGB
CMYK
RGB Variations
Color information
#CC028B (or 0xCC028B) is known color: Medium Violet Red. HEX triplet: CC, 02 and 8B. RGB value is (204,2,139). Sum of RGB (Red+Green+Blue) = 204+2+139=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC028B is #33FD74. Grayscale: #4D4D4D. Windows color (decimal): -3407221 or 9110220. OLE color: 9110220.
HSL color Cylindrical-coordinate representation of color #CC028B: hue angle of 319.31º 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 #CC028B is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.2 |
| HSL | 319.31º | 0.98% | 0.4% | - |
| HSV(B) | 319.31º | 0.99% | 0.8% | - |
| XYZ | 29.58 | 14.74 | 25.71 | - |
| YUV | 78.02 | 162.42 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 139 | 0 | 0.99 | 0.32 | 0.2 | 319.31 | 0.98 | 0.4 |
| Hex | CC | 2 | 8B | 0 | 63 | 20 | 14 | 13F | 62 | 28 |
| Octal | 314 | 2 | 213 | 0 | 143 | 40 | 24 | 477 | 142 | 50 |
| Binary | 11001100 | 10 | 10001011 | 0 | 1100011 | 100000 | 10100 | 100111111 | 1100010 | 101000 |
Color Harmonies of #CC028B
Complementary color
Monochromatic Colors of #CC028B
Black with #CC028B
Text Example
Text Example
White with #CC028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC028B; }
p { color: rgb(204,2,139); }
H1.HeaderClassName
{
color: #CC028B;
}
.AnyTagClassName
{
color: #CC028B;
}
</style>
background-color css
<style>
a { background-color: #CC028B; }
a { background-color: rgb(204,2,139); }
div.DivClassName
{
background-color: #CC028B;
}
.BgClassName
{
background-color: #CC028B;
}
</style>
border-color css
<style>
span { border-color: #CC028B; }
span { border-color: rgb(204,2,139); }
td.TdClassName
{
border-color: #CC028B;
}
.TagClassName
{
border-color: #CC028B;
}
</style>