Shades of Medium Violet Red #CC038F
Tints of Medium Violet Red #CC038F
RGB
CMYK
RGB Variations
Color information
#CC038F (or 0xCC038F) is known color: Medium Violet Red. HEX triplet: CC, 03 and 8F. RGB value is (204,3,143). Sum of RGB (Red+Green+Blue) = 204+3+143=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC038F is #33FC70. Grayscale: #4E4E4E. Windows color (decimal): -3406961 or 9372620. OLE color: 9372620.
HSL color Cylindrical-coordinate representation of color #CC038F: hue angle of 318.21º 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 #CC038F is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 143 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.2 |
| HSL | 318.21º | 0.97% | 0.41% | - |
| HSV(B) | 318.21º | 0.99% | 0.8% | - |
| XYZ | 29.89 | 14.89 | 27.28 | - |
| YUV | 79.06 | 164.09 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 143 | 0 | 0.99 | 0.30 | 0.2 | 318.21 | 0.97 | 0.41 |
| Hex | CC | 3 | 8F | 0 | 63 | 1E | 14 | 13E | 61 | 29 |
| Octal | 314 | 3 | 217 | 0 | 143 | 36 | 24 | 476 | 141 | 51 |
| Binary | 11001100 | 11 | 10001111 | 0 | 1100011 | 11110 | 10100 | 100111110 | 1100001 | 101001 |
Color Harmonies of #CC038F
Complementary color
Monochromatic Colors of #CC038F
Black with #CC038F
Text Example
Text Example
White with #CC038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC038F; }
p { color: rgb(204,3,143); }
H1.HeaderClassName
{
color: #CC038F;
}
.AnyTagClassName
{
color: #CC038F;
}
</style>
background-color css
<style>
a { background-color: #CC038F; }
a { background-color: rgb(204,3,143); }
div.DivClassName
{
background-color: #CC038F;
}
.BgClassName
{
background-color: #CC038F;
}
</style>
border-color css
<style>
span { border-color: #CC038F; }
span { border-color: rgb(204,3,143); }
td.TdClassName
{
border-color: #CC038F;
}
.TagClassName
{
border-color: #CC038F;
}
</style>