Shades of Ruby #C30F67
Tints of Ruby #C30F67
RGB
CMYK
RGB Variations
Color information
#C30F67 (or 0xC30F67) is known color: Ruby. HEX triplet: C3, 0F and 67. RGB value is (195,15,103). Sum of RGB (Red+Green+Blue) = 195+15+103=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F67 is #3CF098. Grayscale: #4E4E4E. Windows color (decimal): -3993753 or 6754243. OLE color: 6754243.
HSL color Cylindrical-coordinate representation of color #C30F67: hue angle of 330.67º 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 #C30F67 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 103 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.24 |
| HSL | 330.67º | 0.86% | 0.41% | - |
| HSV(B) | 330.67º | 0.92% | 0.76% | - |
| XYZ | 25.12 | 12.92 | 14 | - |
| YUV | 78.85 | 141.63 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 103 | 0 | 0.92 | 0.47 | 0.24 | 330.67 | 0.86 | 0.41 |
| Hex | C3 | F | 67 | 0 | 5C | 2F | 18 | 14B | 56 | 29 |
| Octal | 303 | 17 | 147 | 0 | 134 | 57 | 30 | 513 | 126 | 51 |
| Binary | 11000011 | 1111 | 1100111 | 0 | 1011100 | 101111 | 11000 | 101001011 | 1010110 | 101001 |
Color Harmonies of #C30F67
Complementary color
Monochromatic Colors of #C30F67
Black with #C30F67
Text Example
Text Example
White with #C30F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F67; }
p { color: rgb(195,15,103); }
H1.HeaderClassName
{
color: #C30F67;
}
.AnyTagClassName
{
color: #C30F67;
}
</style>
background-color css
<style>
a { background-color: #C30F67; }
a { background-color: rgb(195,15,103); }
div.DivClassName
{
background-color: #C30F67;
}
.BgClassName
{
background-color: #C30F67;
}
</style>
border-color css
<style>
span { border-color: #C30F67; }
span { border-color: rgb(195,15,103); }
td.TdClassName
{
border-color: #C30F67;
}
.TagClassName
{
border-color: #C30F67;
}
</style>