Shades of Medium Violet Red #C30287
Tints of Medium Violet Red #C30287
RGB
CMYK
RGB Variations
Color information
#C30287 (or 0xC30287) is known color: Medium Violet Red. HEX triplet: C3, 02 and 87. RGB value is (195,2,135). Sum of RGB (Red+Green+Blue) = 195+2+135=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C30287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30287 is #3CFD78. Grayscale: #4A4A4A. Windows color (decimal): -3997049 or 8848067. OLE color: 8848067.
HSL color Cylindrical-coordinate representation of color #C30287: hue angle of 318.65º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30287 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 135 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.24 |
| HSL | 318.65º | 0.98% | 0.39% | - |
| HSV(B) | 318.65º | 0.99% | 0.76% | - |
| XYZ | 26.9 | 13.39 | 24.09 | - |
| YUV | 74.87 | 161.94 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 135 | 0 | 0.99 | 0.31 | 0.24 | 318.65 | 0.98 | 0.39 |
| Hex | C3 | 2 | 87 | 0 | 63 | 1F | 18 | 13F | 62 | 27 |
| Octal | 303 | 2 | 207 | 0 | 143 | 37 | 30 | 477 | 142 | 47 |
| Binary | 11000011 | 10 | 10000111 | 0 | 1100011 | 11111 | 11000 | 100111111 | 1100010 | 100111 |
Color Harmonies of #C30287
Complementary color
Monochromatic Colors of #C30287
Black with #C30287
Text Example
Text Example
White with #C30287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30287; }
p { color: rgb(195,2,135); }
H1.HeaderClassName
{
color: #C30287;
}
.AnyTagClassName
{
color: #C30287;
}
</style>
background-color css
<style>
a { background-color: #C30287; }
a { background-color: rgb(195,2,135); }
div.DivClassName
{
background-color: #C30287;
}
.BgClassName
{
background-color: #C30287;
}
</style>
border-color css
<style>
span { border-color: #C30287; }
span { border-color: rgb(195,2,135); }
td.TdClassName
{
border-color: #C30287;
}
.TagClassName
{
border-color: #C30287;
}
</style>