Shades of Medium Violet Red #CC0370
Tints of Medium Violet Red #CC0370
RGB
CMYK
RGB Variations
Color information
#CC0370 (or 0xCC0370) is known color: Medium Violet Red. HEX triplet: CC, 03 and 70. RGB value is (204,3,112). Sum of RGB (Red+Green+Blue) = 204+3+112=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0370 is #33FC8F. Grayscale: #4B4B4B. Windows color (decimal): -3406992 or 7341004. OLE color: 7341004.
HSL color Cylindrical-coordinate representation of color #CC0370: hue angle of 327.46º 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 #CC0370 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 112 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.2 |
| HSL | 327.46º | 0.97% | 0.41% | - |
| HSV(B) | 327.46º | 0.99% | 0.8% | - |
| XYZ | 27.86 | 14.07 | 16.58 | - |
| YUV | 75.53 | 148.59 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 112 | 0 | 0.99 | 0.45 | 0.2 | 327.46 | 0.97 | 0.41 |
| Hex | CC | 3 | 70 | 0 | 63 | 2D | 14 | 147 | 61 | 29 |
| Octal | 314 | 3 | 160 | 0 | 143 | 55 | 24 | 507 | 141 | 51 |
| Binary | 11001100 | 11 | 1110000 | 0 | 1100011 | 101101 | 10100 | 101000111 | 1100001 | 101001 |
Color Harmonies of #CC0370
Complementary color
Monochromatic Colors of #CC0370
Black with #CC0370
Text Example
Text Example
White with #CC0370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0370; }
p { color: rgb(204,3,112); }
H1.HeaderClassName
{
color: #CC0370;
}
.AnyTagClassName
{
color: #CC0370;
}
</style>
background-color css
<style>
a { background-color: #CC0370; }
a { background-color: rgb(204,3,112); }
div.DivClassName
{
background-color: #CC0370;
}
.BgClassName
{
background-color: #CC0370;
}
</style>
border-color css
<style>
span { border-color: #CC0370; }
span { border-color: rgb(204,3,112); }
td.TdClassName
{
border-color: #CC0370;
}
.TagClassName
{
border-color: #CC0370;
}
</style>