Shades of Ruby #C80F52
Tints of Ruby #C80F52
RGB
CMYK
RGB Variations
Color information
#C80F52 (or 0xC80F52) is known color: Ruby. HEX triplet: C8, 0F and 52. RGB value is (200,15,82). Sum of RGB (Red+Green+Blue) = 200+15+82=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80F52 is #37F0AD. Grayscale: #4D4D4D. Windows color (decimal): -3666094 or 5377992. OLE color: 5377992.
HSL color Cylindrical-coordinate representation of color #C80F52: hue angle of 338.27º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80F52 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 82 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.22 |
| HSL | 338.27º | 0.86% | 0.42% | - |
| HSV(B) | 338.27º | 0.93% | 0.78% | - |
| XYZ | 25.51 | 13.23 | 9.19 | - |
| YUV | 77.95 | 130.29 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 82 | 0 | 0.92 | 0.59 | 0.22 | 338.27 | 0.86 | 0.42 |
| Hex | C8 | F | 52 | 0 | 5C | 3B | 16 | 152 | 56 | 2A |
| Octal | 310 | 17 | 122 | 0 | 134 | 73 | 26 | 522 | 126 | 52 |
| Binary | 11001000 | 1111 | 1010010 | 0 | 1011100 | 111011 | 10110 | 101010010 | 1010110 | 101010 |
Color Harmonies of #C80F52
Complementary color
Monochromatic Colors of #C80F52
Black with #C80F52
Text Example
Text Example
White with #C80F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80F52; }
p { color: rgb(200,15,82); }
H1.HeaderClassName
{
color: #C80F52;
}
.AnyTagClassName
{
color: #C80F52;
}
</style>
background-color css
<style>
a { background-color: #C80F52; }
a { background-color: rgb(200,15,82); }
div.DivClassName
{
background-color: #C80F52;
}
.BgClassName
{
background-color: #C80F52;
}
</style>
border-color css
<style>
span { border-color: #C80F52; }
span { border-color: rgb(200,15,82); }
td.TdClassName
{
border-color: #C80F52;
}
.TagClassName
{
border-color: #C80F52;
}
</style>