Shades of Medium Violet Red #CC038C
Tints of Medium Violet Red #CC038C
RGB
CMYK
RGB Variations
Color information
#CC038C (or 0xCC038C) is known color: Medium Violet Red. HEX triplet: CC, 03 and 8C. RGB value is (204,3,140). Sum of RGB (Red+Green+Blue) = 204+3+140=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC038C is #33FC73. Grayscale: #4E4E4E. Windows color (decimal): -3406964 or 9176012. OLE color: 9176012.
HSL color Cylindrical-coordinate representation of color #CC038C: hue angle of 319.1º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC038C is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 140 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.2 |
| HSL | 319.1º | 0.97% | 0.41% | - |
| HSV(B) | 319.1º | 0.99% | 0.8% | - |
| XYZ | 29.67 | 14.8 | 26.1 | - |
| YUV | 78.72 | 162.59 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 140 | 0 | 0.99 | 0.31 | 0.2 | 319.1 | 0.97 | 0.41 |
| Hex | CC | 3 | 8C | 0 | 63 | 1F | 14 | 13F | 61 | 29 |
| Octal | 314 | 3 | 214 | 0 | 143 | 37 | 24 | 477 | 141 | 51 |
| Binary | 11001100 | 11 | 10001100 | 0 | 1100011 | 11111 | 10100 | 100111111 | 1100001 | 101001 |
Color Harmonies of #CC038C
Complementary color
Monochromatic Colors of #CC038C
Black with #CC038C
Text Example
Text Example
White with #CC038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC038C; }
p { color: rgb(204,3,140); }
H1.HeaderClassName
{
color: #CC038C;
}
.AnyTagClassName
{
color: #CC038C;
}
</style>
background-color css
<style>
a { background-color: #CC038C; }
a { background-color: rgb(204,3,140); }
div.DivClassName
{
background-color: #CC038C;
}
.BgClassName
{
background-color: #CC038C;
}
</style>
border-color css
<style>
span { border-color: #CC038C; }
span { border-color: rgb(204,3,140); }
td.TdClassName
{
border-color: #CC038C;
}
.TagClassName
{
border-color: #CC038C;
}
</style>