Shades of Medium Red Violet #C33384
Tints of Medium Red Violet #C33384
RGB
CMYK
RGB Variations
Color information
#C33384 (or 0xC33384) is known color: Medium Red Violet. HEX triplet: C3, 33 and 84. RGB value is (195,51,132). Sum of RGB (Red+Green+Blue) = 195+51+132=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C33384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33384 is #3CCC7B. Grayscale: #676767. Windows color (decimal): -3984508 or 8664003. OLE color: 8664003.
HSL color Cylindrical-coordinate representation of color #C33384: hue angle of 326.25º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33384 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 132 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.24 |
| HSL | 326.25º | 0.59% | 0.48% | - |
| HSV(B) | 326.25º | 0.74% | 0.76% | - |
| XYZ | 27.85 | 15.64 | 23.38 | - |
| YUV | 103.29 | 144.21 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 132 | 0 | 0.74 | 0.32 | 0.24 | 326.25 | 0.59 | 0.48 |
| Hex | C3 | 33 | 84 | 0 | 4A | 20 | 18 | 146 | 3B | 30 |
| Octal | 303 | 63 | 204 | 0 | 112 | 40 | 30 | 506 | 73 | 60 |
| Binary | 11000011 | 110011 | 10000100 | 0 | 1001010 | 100000 | 11000 | 101000110 | 111011 | 110000 |
Color Harmonies of #C33384
Complementary color
Monochromatic Colors of #C33384
Black with #C33384
Text Example
Text Example
White with #C33384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33384; }
p { color: rgb(195,51,132); }
H1.HeaderClassName
{
color: #C33384;
}
.AnyTagClassName
{
color: #C33384;
}
</style>
background-color css
<style>
a { background-color: #C33384; }
a { background-color: rgb(195,51,132); }
div.DivClassName
{
background-color: #C33384;
}
.BgClassName
{
background-color: #C33384;
}
</style>
border-color css
<style>
span { border-color: #C33384; }
span { border-color: rgb(195,51,132); }
td.TdClassName
{
border-color: #C33384;
}
.TagClassName
{
border-color: #C33384;
}
</style>