Shades of Medium Red Violet #C33698
Tints of Medium Red Violet #C33698
RGB
CMYK
RGB Variations
Color information
#C33698 (or 0xC33698) is known color: Medium Red Violet. HEX triplet: C3, 36 and 98. RGB value is (195,54,152). Sum of RGB (Red+Green+Blue) = 195+54+152=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C33698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33698 is #3CC967. Grayscale: #6B6B6B. Windows color (decimal): -3983720 or 9975491. OLE color: 9975491.
HSL color Cylindrical-coordinate representation of color #C33698: hue angle of 318.3º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33698 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 152 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.24 |
| HSL | 318.3º | 0.57% | 0.49% | - |
| HSV(B) | 318.3º | 0.72% | 0.76% | - |
| XYZ | 29.49 | 16.51 | 31.34 | - |
| YUV | 107.33 | 153.21 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 152 | 0 | 0.72 | 0.22 | 0.24 | 318.3 | 0.57 | 0.49 |
| Hex | C3 | 36 | 98 | 0 | 48 | 16 | 18 | 13E | 39 | 31 |
| Octal | 303 | 66 | 230 | 0 | 110 | 26 | 30 | 476 | 71 | 61 |
| Binary | 11000011 | 110110 | 10011000 | 0 | 1001000 | 10110 | 11000 | 100111110 | 111001 | 110001 |
Color Harmonies of #C33698
Complementary color
Monochromatic Colors of #C33698
Black with #C33698
Text Example
Text Example
White with #C33698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33698; }
p { color: rgb(195,54,152); }
H1.HeaderClassName
{
color: #C33698;
}
.AnyTagClassName
{
color: #C33698;
}
</style>
background-color css
<style>
a { background-color: #C33698; }
a { background-color: rgb(195,54,152); }
div.DivClassName
{
background-color: #C33698;
}
.BgClassName
{
background-color: #C33698;
}
</style>
border-color css
<style>
span { border-color: #C33698; }
span { border-color: rgb(195,54,152); }
td.TdClassName
{
border-color: #C33698;
}
.TagClassName
{
border-color: #C33698;
}
</style>