Shades of Medium Red Violet #C3338B
Tints of Medium Red Violet #C3338B
RGB
CMYK
RGB Variations
Color information
#C3338B (or 0xC3338B) is known color: Medium Red Violet. HEX triplet: C3, 33 and 8B. RGB value is (195,51,139). Sum of RGB (Red+Green+Blue) = 195+51+139=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3338B is #3CCC74. Grayscale: #676767. Windows color (decimal): -3984501 or 9122755. OLE color: 9122755.
HSL color Cylindrical-coordinate representation of color #C3338B: hue angle of 323.33º 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 #C3338B is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 139 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.24 |
| HSL | 323.33º | 0.59% | 0.48% | - |
| HSV(B) | 323.33º | 0.74% | 0.76% | - |
| XYZ | 28.35 | 15.83 | 25.99 | - |
| YUV | 104.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 139 | 0 | 0.74 | 0.29 | 0.24 | 323.33 | 0.59 | 0.48 |
| Hex | C3 | 33 | 8B | 0 | 4A | 1D | 18 | 143 | 3B | 30 |
| Octal | 303 | 63 | 213 | 0 | 112 | 35 | 30 | 503 | 73 | 60 |
| Binary | 11000011 | 110011 | 10001011 | 0 | 1001010 | 11101 | 11000 | 101000011 | 111011 | 110000 |
Color Harmonies of #C3338B
Complementary color
Monochromatic Colors of #C3338B
Black with #C3338B
Text Example
Text Example
White with #C3338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3338B; }
p { color: rgb(195,51,139); }
H1.HeaderClassName
{
color: #C3338B;
}
.AnyTagClassName
{
color: #C3338B;
}
</style>
background-color css
<style>
a { background-color: #C3338B; }
a { background-color: rgb(195,51,139); }
div.DivClassName
{
background-color: #C3338B;
}
.BgClassName
{
background-color: #C3338B;
}
</style>
border-color css
<style>
span { border-color: #C3338B; }
span { border-color: rgb(195,51,139); }
td.TdClassName
{
border-color: #C3338B;
}
.TagClassName
{
border-color: #C3338B;
}
</style>