Shades of Medium Red Violet #C33A8C
Tints of Medium Red Violet #C33A8C
RGB
CMYK
RGB Variations
Color information
#C33A8C (or 0xC33A8C) is known color: Medium Red Violet. HEX triplet: C3, 3A and 8C. RGB value is (195,58,140). Sum of RGB (Red+Green+Blue) = 195+58+140=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33A8C is #3CC573. Grayscale: #6C6C6C. Windows color (decimal): -3982708 or 9190083. OLE color: 9190083.
HSL color Cylindrical-coordinate representation of color #C33A8C: hue angle of 324.09º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A8C is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 58 | 140 | - |
CMYK | 0 | 0.70 | 0.28 | 0.24 |
HSL | 324.09º | 0.54% | 0.5% | - |
HSV(B) | 324.09º | 0.7% | 0.76% | - |
XYZ | 28.75 | 16.52 | 26.48 | - |
YUV | 108.31 | 145.89 | 189.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 58 | 140 | 0 | 0.70 | 0.28 | 0.24 | 324.09 | 0.54 | 0.5 |
Hex | C3 | 3A | 8C | 0 | 46 | 1C | 18 | 144 | 36 | 32 |
Octal | 303 | 72 | 214 | 0 | 106 | 34 | 30 | 504 | 66 | 62 |
Binary | 11000011 | 111010 | 10001100 | 0 | 1000110 | 11100 | 11000 | 101000100 | 110110 | 110010 |
Color Harmonies of #C33A8C
Complementary color
Monochromatic Colors of #C33A8C
Black with #C33A8C
Text Example
Text Example
White with #C33A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A8C; }
p { color: rgb(195,58,140); }
H1.HeaderClassName
{
color: #C33A8C;
}
.AnyTagClassName
{
color: #C33A8C;
}
</style>
background-color css
<style>
a { background-color: #C33A8C; }
a { background-color: rgb(195,58,140); }
div.DivClassName
{
background-color: #C33A8C;
}
.BgClassName
{
background-color: #C33A8C;
}
</style>
border-color css
<style>
span { border-color: #C33A8C; }
span { border-color: rgb(195,58,140); }
td.TdClassName
{
border-color: #C33A8C;
}
.TagClassName
{
border-color: #C33A8C;
}
</style>