Shades of Medium Violet Red #CC037B
Tints of Medium Violet Red #CC037B
RGB
CMYK
RGB Variations
Color information
#CC037B (or 0xCC037B) is known color: Medium Violet Red. HEX triplet: CC, 03 and 7B. RGB value is (204,3,123). Sum of RGB (Red+Green+Blue) = 204+3+123=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC037B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC037B is #33FC84. Grayscale: #4C4C4C. Windows color (decimal): -3406981 or 8061900. OLE color: 8061900.
HSL color Cylindrical-coordinate representation of color #CC037B: hue angle of 324.18º 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 #CC037B is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 123 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.2 |
| HSL | 324.18º | 0.97% | 0.41% | - |
| HSV(B) | 324.18º | 0.99% | 0.8% | - |
| XYZ | 28.51 | 14.33 | 20 | - |
| YUV | 76.78 | 154.09 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 123 | 0 | 0.99 | 0.40 | 0.2 | 324.18 | 0.97 | 0.41 |
| Hex | CC | 3 | 7B | 0 | 63 | 28 | 14 | 144 | 61 | 29 |
| Octal | 314 | 3 | 173 | 0 | 143 | 50 | 24 | 504 | 141 | 51 |
| Binary | 11001100 | 11 | 1111011 | 0 | 1100011 | 101000 | 10100 | 101000100 | 1100001 | 101001 |
Color Harmonies of #CC037B
Complementary color
Monochromatic Colors of #CC037B
Black with #CC037B
Text Example
Text Example
White with #CC037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC037B; }
p { color: rgb(204,3,123); }
H1.HeaderClassName
{
color: #CC037B;
}
.AnyTagClassName
{
color: #CC037B;
}
</style>
background-color css
<style>
a { background-color: #CC037B; }
a { background-color: rgb(204,3,123); }
div.DivClassName
{
background-color: #CC037B;
}
.BgClassName
{
background-color: #CC037B;
}
</style>
border-color css
<style>
span { border-color: #CC037B; }
span { border-color: rgb(204,3,123); }
td.TdClassName
{
border-color: #CC037B;
}
.TagClassName
{
border-color: #CC037B;
}
</style>