Shades of Medium Red Violet #C33288
Tints of Medium Red Violet #C33288
RGB
CMYK
RGB Variations
Color information
#C33288 (or 0xC33288) is known color: Medium Red Violet. HEX triplet: C3, 32 and 88. RGB value is (195,50,136). Sum of RGB (Red+Green+Blue) = 195+50+136=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C33288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33288 is #3CCD77. Grayscale: #666666. Windows color (decimal): -3984760 or 8925891. OLE color: 8925891.
HSL color Cylindrical-coordinate representation of color #C33288: hue angle of 324.41º 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 #C33288 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 136 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.24 |
| HSL | 324.41º | 0.59% | 0.48% | - |
| HSV(B) | 324.41º | 0.74% | 0.76% | - |
| XYZ | 28.09 | 15.66 | 24.83 | - |
| YUV | 103.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 136 | 0 | 0.74 | 0.30 | 0.24 | 324.41 | 0.59 | 0.48 |
| Hex | C3 | 32 | 88 | 0 | 4A | 1E | 18 | 144 | 3B | 30 |
| Octal | 303 | 62 | 210 | 0 | 112 | 36 | 30 | 504 | 73 | 60 |
| Binary | 11000011 | 110010 | 10001000 | 0 | 1001010 | 11110 | 11000 | 101000100 | 111011 | 110000 |
Color Harmonies of #C33288
Complementary color
Monochromatic Colors of #C33288
Black with #C33288
Text Example
Text Example
White with #C33288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33288; }
p { color: rgb(195,50,136); }
H1.HeaderClassName
{
color: #C33288;
}
.AnyTagClassName
{
color: #C33288;
}
</style>
background-color css
<style>
a { background-color: #C33288; }
a { background-color: rgb(195,50,136); }
div.DivClassName
{
background-color: #C33288;
}
.BgClassName
{
background-color: #C33288;
}
</style>
border-color css
<style>
span { border-color: #C33288; }
span { border-color: rgb(195,50,136); }
td.TdClassName
{
border-color: #C33288;
}
.TagClassName
{
border-color: #C33288;
}
</style>