Shades of Medium Violet Red #CC0384
Tints of Medium Violet Red #CC0384
RGB
CMYK
RGB Variations
Color information
#CC0384 (or 0xCC0384) is known color: Medium Violet Red. HEX triplet: CC, 03 and 84. RGB value is (204,3,132). Sum of RGB (Red+Green+Blue) = 204+3+132=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0384 is #33FC7B. Grayscale: #4D4D4D. Windows color (decimal): -3406972 or 8651724. OLE color: 8651724.
HSL color Cylindrical-coordinate representation of color #CC0384: hue angle of 321.49º 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 #CC0384 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 132 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.2 |
| HSL | 321.49º | 0.97% | 0.41% | - |
| HSV(B) | 321.49º | 0.99% | 0.8% | - |
| XYZ | 29.1 | 14.57 | 23.11 | - |
| YUV | 77.81 | 158.59 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 132 | 0 | 0.99 | 0.35 | 0.2 | 321.49 | 0.97 | 0.41 |
| Hex | CC | 3 | 84 | 0 | 63 | 23 | 14 | 141 | 61 | 29 |
| Octal | 314 | 3 | 204 | 0 | 143 | 43 | 24 | 501 | 141 | 51 |
| Binary | 11001100 | 11 | 10000100 | 0 | 1100011 | 100011 | 10100 | 101000001 | 1100001 | 101001 |
Color Harmonies of #CC0384
Complementary color
Monochromatic Colors of #CC0384
Black with #CC0384
Text Example
Text Example
White with #CC0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0384; }
p { color: rgb(204,3,132); }
H1.HeaderClassName
{
color: #CC0384;
}
.AnyTagClassName
{
color: #CC0384;
}
</style>
background-color css
<style>
a { background-color: #CC0384; }
a { background-color: rgb(204,3,132); }
div.DivClassName
{
background-color: #CC0384;
}
.BgClassName
{
background-color: #CC0384;
}
</style>
border-color css
<style>
span { border-color: #CC0384; }
span { border-color: rgb(204,3,132); }
td.TdClassName
{
border-color: #CC0384;
}
.TagClassName
{
border-color: #CC0384;
}
</style>