Shades of Medium Violet Red #C00384
Tints of Medium Violet Red #C00384
RGB
CMYK
RGB Variations
Color information
#C00384 (or 0xC00384) is known color: Medium Violet Red. HEX triplet: C0, 03 and 84. RGB value is (192,3,132). Sum of RGB (Red+Green+Blue) = 192+3+132=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C00384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00384 is #3FFC7B. Grayscale: #494949. Windows color (decimal): -4193404 or 8651712. OLE color: 8651712.
HSL color Cylindrical-coordinate representation of color #C00384: hue angle of 319.05º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00384 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.25 |
| HSL | 319.05º | 0.97% | 0.38% | - |
| HSV(B) | 319.05º | 0.98% | 0.75% | - |
| XYZ | 25.94 | 12.94 | 22.96 | - |
| YUV | 74.22 | 160.62 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 132 | 0 | 0.98 | 0.31 | 0.25 | 319.05 | 0.97 | 0.38 |
| Hex | C0 | 3 | 84 | 0 | 62 | 1F | 19 | 13F | 61 | 26 |
| Octal | 300 | 3 | 204 | 0 | 142 | 37 | 31 | 477 | 141 | 46 |
| Binary | 11000000 | 11 | 10000100 | 0 | 1100010 | 11111 | 11001 | 100111111 | 1100001 | 100110 |
Color Harmonies of #C00384
Complementary color
Monochromatic Colors of #C00384
Black with #C00384
Text Example
Text Example
White with #C00384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00384; }
p { color: rgb(192,3,132); }
H1.HeaderClassName
{
color: #C00384;
}
.AnyTagClassName
{
color: #C00384;
}
</style>
background-color css
<style>
a { background-color: #C00384; }
a { background-color: rgb(192,3,132); }
div.DivClassName
{
background-color: #C00384;
}
.BgClassName
{
background-color: #C00384;
}
</style>
border-color css
<style>
span { border-color: #C00384; }
span { border-color: rgb(192,3,132); }
td.TdClassName
{
border-color: #C00384;
}
.TagClassName
{
border-color: #C00384;
}
</style>