Shades of Medium Violet Red #C30F68
Tints of Medium Violet Red #C30F68
RGB
CMYK
RGB Variations
Color information
#C30F68 (or 0xC30F68) is known color: Medium Violet Red. HEX triplet: C3, 0F and 68. RGB value is (195,15,104). Sum of RGB (Red+Green+Blue) = 195+15+104=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F68 is #3CF097. Grayscale: #4E4E4E. Windows color (decimal): -3993752 or 6819779. OLE color: 6819779.
HSL color Cylindrical-coordinate representation of color #C30F68: hue angle of 330.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C30F68 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 104 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.24 |
| HSL | 330.33º | 0.86% | 0.41% | - |
| HSV(B) | 330.33º | 0.92% | 0.76% | - |
| XYZ | 25.18 | 12.94 | 14.27 | - |
| YUV | 78.97 | 142.13 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 104 | 0 | 0.92 | 0.47 | 0.24 | 330.33 | 0.86 | 0.41 |
| Hex | C3 | F | 68 | 0 | 5C | 2F | 18 | 14A | 56 | 29 |
| Octal | 303 | 17 | 150 | 0 | 134 | 57 | 30 | 512 | 126 | 51 |
| Binary | 11000011 | 1111 | 1101000 | 0 | 1011100 | 101111 | 11000 | 101001010 | 1010110 | 101001 |
Color Harmonies of #C30F68
Complementary color
Monochromatic Colors of #C30F68
Black with #C30F68
Text Example
Text Example
White with #C30F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F68; }
p { color: rgb(195,15,104); }
H1.HeaderClassName
{
color: #C30F68;
}
.AnyTagClassName
{
color: #C30F68;
}
</style>
background-color css
<style>
a { background-color: #C30F68; }
a { background-color: rgb(195,15,104); }
div.DivClassName
{
background-color: #C30F68;
}
.BgClassName
{
background-color: #C30F68;
}
</style>
border-color css
<style>
span { border-color: #C30F68; }
span { border-color: rgb(195,15,104); }
td.TdClassName
{
border-color: #C30F68;
}
.TagClassName
{
border-color: #C30F68;
}
</style>