Shades of Medium Violet Red #CC038B
Tints of Medium Violet Red #CC038B
RGB
CMYK
RGB Variations
Color information
#CC038B (or 0xCC038B) is known color: Medium Violet Red. HEX triplet: CC, 03 and 8B. RGB value is (204,3,139). Sum of RGB (Red+Green+Blue) = 204+3+139=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC038B is #33FC74. Grayscale: #4E4E4E. Windows color (decimal): -3406965 or 9110476. OLE color: 9110476.
HSL color Cylindrical-coordinate representation of color #CC038B: hue angle of 319.4º 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 #CC038B is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.2 |
| HSL | 319.4º | 0.97% | 0.41% | - |
| HSV(B) | 319.4º | 0.99% | 0.8% | - |
| XYZ | 29.59 | 14.77 | 25.72 | - |
| YUV | 78.6 | 162.09 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 139 | 0 | 0.99 | 0.32 | 0.2 | 319.4 | 0.97 | 0.41 |
| Hex | CC | 3 | 8B | 0 | 63 | 20 | 14 | 13F | 61 | 29 |
| Octal | 314 | 3 | 213 | 0 | 143 | 40 | 24 | 477 | 141 | 51 |
| Binary | 11001100 | 11 | 10001011 | 0 | 1100011 | 100000 | 10100 | 100111111 | 1100001 | 101001 |
Color Harmonies of #CC038B
Complementary color
Monochromatic Colors of #CC038B
Black with #CC038B
Text Example
Text Example
White with #CC038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC038B; }
p { color: rgb(204,3,139); }
H1.HeaderClassName
{
color: #CC038B;
}
.AnyTagClassName
{
color: #CC038B;
}
</style>
background-color css
<style>
a { background-color: #CC038B; }
a { background-color: rgb(204,3,139); }
div.DivClassName
{
background-color: #CC038B;
}
.BgClassName
{
background-color: #CC038B;
}
</style>
border-color css
<style>
span { border-color: #CC038B; }
span { border-color: rgb(204,3,139); }
td.TdClassName
{
border-color: #CC038B;
}
.TagClassName
{
border-color: #CC038B;
}
</style>