Shades of Medium Violet Red #C30F7D
Tints of Medium Violet Red #C30F7D
RGB
CMYK
RGB Variations
Color information
#C30F7D (or 0xC30F7D) is known color: Medium Violet Red. HEX triplet: C3, 0F and 7D. RGB value is (195,15,125). Sum of RGB (Red+Green+Blue) = 195+15+125=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F7D is #3CF082. Grayscale: #515151. Windows color (decimal): -3993731 or 8196035. OLE color: 8196035.
HSL color Cylindrical-coordinate representation of color #C30F7D: hue angle of 323.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 #C30F7D is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 125 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.24 |
| HSL | 323.33º | 0.86% | 0.41% | - |
| HSV(B) | 323.33º | 0.92% | 0.76% | - |
| XYZ | 26.38 | 13.42 | 20.6 | - |
| YUV | 81.36 | 152.63 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 125 | 0 | 0.92 | 0.36 | 0.24 | 323.33 | 0.86 | 0.41 |
| Hex | C3 | F | 7D | 0 | 5C | 24 | 18 | 143 | 56 | 29 |
| Octal | 303 | 17 | 175 | 0 | 134 | 44 | 30 | 503 | 126 | 51 |
| Binary | 11000011 | 1111 | 1111101 | 0 | 1011100 | 100100 | 11000 | 101000011 | 1010110 | 101001 |
Color Harmonies of #C30F7D
Complementary color
Monochromatic Colors of #C30F7D
Black with #C30F7D
Text Example
Text Example
White with #C30F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F7D; }
p { color: rgb(195,15,125); }
H1.HeaderClassName
{
color: #C30F7D;
}
.AnyTagClassName
{
color: #C30F7D;
}
</style>
background-color css
<style>
a { background-color: #C30F7D; }
a { background-color: rgb(195,15,125); }
div.DivClassName
{
background-color: #C30F7D;
}
.BgClassName
{
background-color: #C30F7D;
}
</style>
border-color css
<style>
span { border-color: #C30F7D; }
span { border-color: rgb(195,15,125); }
td.TdClassName
{
border-color: #C30F7D;
}
.TagClassName
{
border-color: #C30F7D;
}
</style>