Shades of Ruby #CC0D53
Tints of Ruby #CC0D53
RGB
CMYK
RGB Variations
Color information
#CC0D53 (or 0xCC0D53) is known color: Ruby. HEX triplet: CC, 0D and 53. RGB value is (204,13,83). Sum of RGB (Red+Green+Blue) = 204+13+83=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0D53 is #33F2AC. Grayscale: #4D4D4D. Windows color (decimal): -3404461 or 5443020. OLE color: 5443020.
HSL color Cylindrical-coordinate representation of color #CC0D53: hue angle of 338.01º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D53 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 83 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.2 |
| HSL | 338.01º | 0.88% | 0.43% | - |
| HSV(B) | 338.01º | 0.94% | 0.8% | - |
| XYZ | 26.61 | 13.75 | 9.44 | - |
| YUV | 78.09 | 130.78 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 83 | 0 | 0.94 | 0.59 | 0.2 | 338.01 | 0.88 | 0.43 |
| Hex | CC | D | 53 | 0 | 5E | 3B | 14 | 152 | 58 | 2B |
| Octal | 314 | 15 | 123 | 0 | 136 | 73 | 24 | 522 | 130 | 53 |
| Binary | 11001100 | 1101 | 1010011 | 0 | 1011110 | 111011 | 10100 | 101010010 | 1011000 | 101011 |
Color Harmonies of #CC0D53
Complementary color
Monochromatic Colors of #CC0D53
Black with #CC0D53
Text Example
Text Example
White with #CC0D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D53; }
p { color: rgb(204,13,83); }
H1.HeaderClassName
{
color: #CC0D53;
}
.AnyTagClassName
{
color: #CC0D53;
}
</style>
background-color css
<style>
a { background-color: #CC0D53; }
a { background-color: rgb(204,13,83); }
div.DivClassName
{
background-color: #CC0D53;
}
.BgClassName
{
background-color: #CC0D53;
}
</style>
border-color css
<style>
span { border-color: #CC0D53; }
span { border-color: rgb(204,13,83); }
td.TdClassName
{
border-color: #CC0D53;
}
.TagClassName
{
border-color: #CC0D53;
}
</style>