Shades of Medium Red Violet #C330A7
Tints of Medium Red Violet #C330A7
RGB
CMYK
RGB Variations
Color information
#C330A7 (or 0xC330A7) is known color: Medium Red Violet. HEX triplet: C3, 30 and A7. RGB value is (195,48,167). Sum of RGB (Red+Green+Blue) = 195+48+167=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C330A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C330A7 is #3CCF58. Grayscale: #696969. Windows color (decimal): -3985241 or 10956995. OLE color: 10956995.
HSL color Cylindrical-coordinate representation of color #C330A7: hue angle of 311.43º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C330A7 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 167 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.24 |
| HSL | 311.43º | 0.6% | 0.48% | - |
| HSV(B) | 311.43º | 0.75% | 0.76% | - |
| XYZ | 30.54 | 16.51 | 38.14 | - |
| YUV | 105.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 167 | 0 | 0.75 | 0.14 | 0.24 | 311.43 | 0.6 | 0.48 |
| Hex | C3 | 30 | A7 | 0 | 4B | E | 18 | 137 | 3C | 30 |
| Octal | 303 | 60 | 247 | 0 | 113 | 16 | 30 | 467 | 74 | 60 |
| Binary | 11000011 | 110000 | 10100111 | 0 | 1001011 | 1110 | 11000 | 100110111 | 111100 | 110000 |
Color Harmonies of #C330A7
Complementary color
Monochromatic Colors of #C330A7
Black with #C330A7
Text Example
Text Example
White with #C330A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330A7; }
p { color: rgb(195,48,167); }
H1.HeaderClassName
{
color: #C330A7;
}
.AnyTagClassName
{
color: #C330A7;
}
</style>
background-color css
<style>
a { background-color: #C330A7; }
a { background-color: rgb(195,48,167); }
div.DivClassName
{
background-color: #C330A7;
}
.BgClassName
{
background-color: #C330A7;
}
</style>
border-color css
<style>
span { border-color: #C330A7; }
span { border-color: rgb(195,48,167); }
td.TdClassName
{
border-color: #C330A7;
}
.TagClassName
{
border-color: #C330A7;
}
</style>