Shades of Medium Red Violet #C33488
Tints of Medium Red Violet #C33488
RGB
CMYK
RGB Variations
Color information
#C33488 (or 0xC33488) is known color: Medium Red Violet. HEX triplet: C3, 34 and 88. RGB value is (195,52,136). Sum of RGB (Red+Green+Blue) = 195+52+136=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C33488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33488 is #3CCB77. Grayscale: #686868. Windows color (decimal): -3984248 or 8926403. OLE color: 8926403.
HSL color Cylindrical-coordinate representation of color #C33488: hue angle of 324.76º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33488 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 136 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.24 |
| HSL | 324.76º | 0.58% | 0.48% | - |
| HSV(B) | 324.76º | 0.73% | 0.76% | - |
| XYZ | 28.18 | 15.84 | 24.86 | - |
| YUV | 104.33 | 145.88 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 136 | 0 | 0.73 | 0.30 | 0.24 | 324.76 | 0.58 | 0.48 |
| Hex | C3 | 34 | 88 | 0 | 49 | 1E | 18 | 145 | 3A | 30 |
| Octal | 303 | 64 | 210 | 0 | 111 | 36 | 30 | 505 | 72 | 60 |
| Binary | 11000011 | 110100 | 10001000 | 0 | 1001001 | 11110 | 11000 | 101000101 | 111010 | 110000 |
Color Harmonies of #C33488
Complementary color
Monochromatic Colors of #C33488
Black with #C33488
Text Example
Text Example
White with #C33488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33488; }
p { color: rgb(195,52,136); }
H1.HeaderClassName
{
color: #C33488;
}
.AnyTagClassName
{
color: #C33488;
}
</style>
background-color css
<style>
a { background-color: #C33488; }
a { background-color: rgb(195,52,136); }
div.DivClassName
{
background-color: #C33488;
}
.BgClassName
{
background-color: #C33488;
}
</style>
border-color css
<style>
span { border-color: #C33488; }
span { border-color: rgb(195,52,136); }
td.TdClassName
{
border-color: #C33488;
}
.TagClassName
{
border-color: #C33488;
}
</style>