Shades of Medium Violet Red #C30F69
Tints of Medium Violet Red #C30F69
RGB
CMYK
RGB Variations
Color information
#C30F69 (or 0xC30F69) is known color: Medium Violet Red. HEX triplet: C3, 0F and 69. RGB value is (195,15,105). Sum of RGB (Red+Green+Blue) = 195+15+105=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F69 is #3CF096. Grayscale: #4E4E4E. Windows color (decimal): -3993751 or 6885315. OLE color: 6885315.
HSL color Cylindrical-coordinate representation of color #C30F69: hue angle of 330º 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 #C30F69 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 105 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.24 |
| HSL | 330º | 0.86% | 0.41% | - |
| HSV(B) | 330º | 0.92% | 0.76% | - |
| XYZ | 25.23 | 12.96 | 14.54 | - |
| YUV | 79.08 | 142.63 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 105 | 0 | 0.92 | 0.46 | 0.24 | 330 | 0.86 | 0.41 |
| Hex | C3 | F | 69 | 0 | 5C | 2E | 18 | 14A | 56 | 29 |
| Octal | 303 | 17 | 151 | 0 | 134 | 56 | 30 | 512 | 126 | 51 |
| Binary | 11000011 | 1111 | 1101001 | 0 | 1011100 | 101110 | 11000 | 101001010 | 1010110 | 101001 |
Color Harmonies of #C30F69
Complementary color
Monochromatic Colors of #C30F69
Black with #C30F69
Text Example
Text Example
White with #C30F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F69; }
p { color: rgb(195,15,105); }
H1.HeaderClassName
{
color: #C30F69;
}
.AnyTagClassName
{
color: #C30F69;
}
</style>
background-color css
<style>
a { background-color: #C30F69; }
a { background-color: rgb(195,15,105); }
div.DivClassName
{
background-color: #C30F69;
}
.BgClassName
{
background-color: #C30F69;
}
</style>
border-color css
<style>
span { border-color: #C30F69; }
span { border-color: rgb(195,15,105); }
td.TdClassName
{
border-color: #C30F69;
}
.TagClassName
{
border-color: #C30F69;
}
</style>