Shades of Ruby #C41C67
Tints of Ruby #C41C67
RGB
CMYK
RGB Variations
Color information
#C41C67 (or 0xC41C67) is known color: Ruby. HEX triplet: C4, 1C and 67. RGB value is (196,28,103). Sum of RGB (Red+Green+Blue) = 196+28+103=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C67 is #3BE398. Grayscale: #565656. Windows color (decimal): -3924889 or 6757572. OLE color: 6757572.
HSL color Cylindrical-coordinate representation of color #C41C67: hue angle of 333.21º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41C67 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 103 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.23 |
| HSL | 333.21º | 0.75% | 0.44% | - |
| HSV(B) | 333.21º | 0.86% | 0.77% | - |
| XYZ | 25.63 | 13.55 | 14.1 | - |
| YUV | 86.78 | 137.16 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 103 | 0 | 0.86 | 0.47 | 0.23 | 333.21 | 0.75 | 0.44 |
| Hex | C4 | 1C | 67 | 0 | 56 | 2F | 17 | 14D | 4B | 2C |
| Octal | 304 | 34 | 147 | 0 | 126 | 57 | 27 | 515 | 113 | 54 |
| Binary | 11000100 | 11100 | 1100111 | 0 | 1010110 | 101111 | 10111 | 101001101 | 1001011 | 101100 |
Color Harmonies of #C41C67
Complementary color
Monochromatic Colors of #C41C67
Black with #C41C67
Text Example
Text Example
White with #C41C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C67; }
p { color: rgb(196,28,103); }
H1.HeaderClassName
{
color: #C41C67;
}
.AnyTagClassName
{
color: #C41C67;
}
</style>
background-color css
<style>
a { background-color: #C41C67; }
a { background-color: rgb(196,28,103); }
div.DivClassName
{
background-color: #C41C67;
}
.BgClassName
{
background-color: #C41C67;
}
</style>
border-color css
<style>
span { border-color: #C41C67; }
span { border-color: rgb(196,28,103); }
td.TdClassName
{
border-color: #C41C67;
}
.TagClassName
{
border-color: #C41C67;
}
</style>