Shades of Ruby #C8045F
Tints of Ruby #C8045F
RGB
CMYK
RGB Variations
Color information
#C8045F (or 0xC8045F) is known color: Ruby. HEX triplet: C8, 04 and 5F. RGB value is (200,4,95). Sum of RGB (Red+Green+Blue) = 200+4+95=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8045F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8045F is #37FBA0. Grayscale: #484848. Windows color (decimal): -3668897 or 6227144. OLE color: 6227144.
HSL color Cylindrical-coordinate representation of color #C8045F: hue angle of 332.14º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8045F is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 95 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.22 |
| HSL | 332.14º | 0.96% | 0.4% | - |
| HSV(B) | 332.14º | 0.98% | 0.78% | - |
| XYZ | 25.93 | 13.19 | 12.01 | - |
| YUV | 72.98 | 140.43 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 95 | 0 | 0.98 | 0.52 | 0.22 | 332.14 | 0.96 | 0.4 |
| Hex | C8 | 4 | 5F | 0 | 62 | 34 | 16 | 14C | 60 | 28 |
| Octal | 310 | 4 | 137 | 0 | 142 | 64 | 26 | 514 | 140 | 50 |
| Binary | 11001000 | 100 | 1011111 | 0 | 1100010 | 110100 | 10110 | 101001100 | 1100000 | 101000 |
Color Harmonies of #C8045F
Complementary color
Monochromatic Colors of #C8045F
Black with #C8045F
Text Example
Text Example
White with #C8045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8045F; }
p { color: rgb(200,4,95); }
H1.HeaderClassName
{
color: #C8045F;
}
.AnyTagClassName
{
color: #C8045F;
}
</style>
background-color css
<style>
a { background-color: #C8045F; }
a { background-color: rgb(200,4,95); }
div.DivClassName
{
background-color: #C8045F;
}
.BgClassName
{
background-color: #C8045F;
}
</style>
border-color css
<style>
span { border-color: #C8045F; }
span { border-color: rgb(200,4,95); }
td.TdClassName
{
border-color: #C8045F;
}
.TagClassName
{
border-color: #C8045F;
}
</style>