Shades of Medium Violet Red #CC0375
Tints of Medium Violet Red #CC0375
RGB
CMYK
RGB Variations
Color information
#CC0375 (or 0xCC0375) is known color: Medium Violet Red. HEX triplet: CC, 03 and 75. RGB value is (204,3,117). Sum of RGB (Red+Green+Blue) = 204+3+117=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0375 is #33FC8A. Grayscale: #4B4B4B. Windows color (decimal): -3406987 or 7668684. OLE color: 7668684.
HSL color Cylindrical-coordinate representation of color #CC0375: hue angle of 325.97º 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 #CC0375 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.2 |
| HSL | 325.97º | 0.97% | 0.41% | - |
| HSV(B) | 325.97º | 0.99% | 0.8% | - |
| XYZ | 28.15 | 14.19 | 18.08 | - |
| YUV | 76.1 | 151.09 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 117 | 0 | 0.99 | 0.43 | 0.2 | 325.97 | 0.97 | 0.41 |
| Hex | CC | 3 | 75 | 0 | 63 | 2B | 14 | 146 | 61 | 29 |
| Octal | 314 | 3 | 165 | 0 | 143 | 53 | 24 | 506 | 141 | 51 |
| Binary | 11001100 | 11 | 1110101 | 0 | 1100011 | 101011 | 10100 | 101000110 | 1100001 | 101001 |
Color Harmonies of #CC0375
Complementary color
Monochromatic Colors of #CC0375
Black with #CC0375
Text Example
Text Example
White with #CC0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0375; }
p { color: rgb(204,3,117); }
H1.HeaderClassName
{
color: #CC0375;
}
.AnyTagClassName
{
color: #CC0375;
}
</style>
background-color css
<style>
a { background-color: #CC0375; }
a { background-color: rgb(204,3,117); }
div.DivClassName
{
background-color: #CC0375;
}
.BgClassName
{
background-color: #CC0375;
}
</style>
border-color css
<style>
span { border-color: #CC0375; }
span { border-color: rgb(204,3,117); }
td.TdClassName
{
border-color: #CC0375;
}
.TagClassName
{
border-color: #CC0375;
}
</style>