Shades of Ruby #CC0D58
Tints of Ruby #CC0D58
RGB
CMYK
RGB Variations
Color information
#CC0D58 (or 0xCC0D58) is known color: Ruby. HEX triplet: CC, 0D and 58. RGB value is (204,13,88). Sum of RGB (Red+Green+Blue) = 204+13+88=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0D58 is #33F2A7. Grayscale: #4E4E4E. Windows color (decimal): -3404456 or 5770700. OLE color: 5770700.
HSL color Cylindrical-coordinate representation of color #CC0D58: hue angle of 336.44º 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 #CC0D58 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 88 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.2 |
| HSL | 336.44º | 0.88% | 0.43% | - |
| HSV(B) | 336.44º | 0.94% | 0.8% | - |
| XYZ | 26.81 | 13.83 | 10.49 | - |
| YUV | 78.66 | 133.28 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 88 | 0 | 0.94 | 0.57 | 0.2 | 336.44 | 0.88 | 0.43 |
| Hex | CC | D | 58 | 0 | 5E | 39 | 14 | 150 | 58 | 2B |
| Octal | 314 | 15 | 130 | 0 | 136 | 71 | 24 | 520 | 130 | 53 |
| Binary | 11001100 | 1101 | 1011000 | 0 | 1011110 | 111001 | 10100 | 101010000 | 1011000 | 101011 |
Color Harmonies of #CC0D58
Complementary color
Monochromatic Colors of #CC0D58
Black with #CC0D58
Text Example
Text Example
White with #CC0D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D58; }
p { color: rgb(204,13,88); }
H1.HeaderClassName
{
color: #CC0D58;
}
.AnyTagClassName
{
color: #CC0D58;
}
</style>
background-color css
<style>
a { background-color: #CC0D58; }
a { background-color: rgb(204,13,88); }
div.DivClassName
{
background-color: #CC0D58;
}
.BgClassName
{
background-color: #CC0D58;
}
</style>
border-color css
<style>
span { border-color: #CC0D58; }
span { border-color: rgb(204,13,88); }
td.TdClassName
{
border-color: #CC0D58;
}
.TagClassName
{
border-color: #CC0D58;
}
</style>