Shades of Ruby #C30F66
Tints of Ruby #C30F66
RGB
CMYK
RGB Variations
Color information
#C30F66 (or 0xC30F66) is known color: Ruby. HEX triplet: C3, 0F and 66. RGB value is (195,15,102). Sum of RGB (Red+Green+Blue) = 195+15+102=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F66 is #3CF099. Grayscale: #4E4E4E. Windows color (decimal): -3993754 or 6688707. OLE color: 6688707.
HSL color Cylindrical-coordinate representation of color #C30F66: hue angle of 331º 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 #C30F66 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 102 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.24 |
| HSL | 331º | 0.86% | 0.41% | - |
| HSV(B) | 331º | 0.92% | 0.76% | - |
| XYZ | 25.07 | 12.9 | 13.74 | - |
| YUV | 78.74 | 141.13 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 102 | 0 | 0.92 | 0.48 | 0.24 | 331 | 0.86 | 0.41 |
| Hex | C3 | F | 66 | 0 | 5C | 30 | 18 | 14B | 56 | 29 |
| Octal | 303 | 17 | 146 | 0 | 134 | 60 | 30 | 513 | 126 | 51 |
| Binary | 11000011 | 1111 | 1100110 | 0 | 1011100 | 110000 | 11000 | 101001011 | 1010110 | 101001 |
Color Harmonies of #C30F66
Complementary color
Monochromatic Colors of #C30F66
Black with #C30F66
Text Example
Text Example
White with #C30F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F66; }
p { color: rgb(195,15,102); }
H1.HeaderClassName
{
color: #C30F66;
}
.AnyTagClassName
{
color: #C30F66;
}
</style>
background-color css
<style>
a { background-color: #C30F66; }
a { background-color: rgb(195,15,102); }
div.DivClassName
{
background-color: #C30F66;
}
.BgClassName
{
background-color: #C30F66;
}
</style>
border-color css
<style>
span { border-color: #C30F66; }
span { border-color: rgb(195,15,102); }
td.TdClassName
{
border-color: #C30F66;
}
.TagClassName
{
border-color: #C30F66;
}
</style>