Shades of Ruby #C9036B
Tints of Ruby #C9036B
RGB
CMYK
RGB Variations
Color information
#C9036B (or 0xC9036B) is known color: Ruby. HEX triplet: C9, 03 and 6B. RGB value is (201,3,107). Sum of RGB (Red+Green+Blue) = 201+3+107=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9036B is #36FC94. Grayscale: #494949. Windows color (decimal): -3603605 or 7013321. OLE color: 7013321.
HSL color Cylindrical-coordinate representation of color #C9036B: hue angle of 328.48º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9036B is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.21 |
| HSL | 328.48º | 0.97% | 0.4% | - |
| HSV(B) | 328.48º | 0.99% | 0.79% | - |
| XYZ | 26.77 | 13.54 | 15.11 | - |
| YUV | 74.06 | 146.6 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 107 | 0 | 0.99 | 0.47 | 0.21 | 328.48 | 0.97 | 0.4 |
| Hex | C9 | 3 | 6B | 0 | 63 | 2F | 15 | 148 | 61 | 28 |
| Octal | 311 | 3 | 153 | 0 | 143 | 57 | 25 | 510 | 141 | 50 |
| Binary | 11001001 | 11 | 1101011 | 0 | 1100011 | 101111 | 10101 | 101001000 | 1100001 | 101000 |
Color Harmonies of #C9036B
Complementary color
Monochromatic Colors of #C9036B
Black with #C9036B
Text Example
Text Example
White with #C9036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9036B; }
p { color: rgb(201,3,107); }
H1.HeaderClassName
{
color: #C9036B;
}
.AnyTagClassName
{
color: #C9036B;
}
</style>
background-color css
<style>
a { background-color: #C9036B; }
a { background-color: rgb(201,3,107); }
div.DivClassName
{
background-color: #C9036B;
}
.BgClassName
{
background-color: #C9036B;
}
</style>
border-color css
<style>
span { border-color: #C9036B; }
span { border-color: rgb(201,3,107); }
td.TdClassName
{
border-color: #C9036B;
}
.TagClassName
{
border-color: #C9036B;
}
</style>