Shades of Ruby #CC0562
Tints of Ruby #CC0562
RGB
CMYK
RGB Variations
Color information
#CC0562 (or 0xCC0562) is known color: Ruby. HEX triplet: CC, 05 and 62. RGB value is (204,5,98). Sum of RGB (Red+Green+Blue) = 204+5+98=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0562 is #33FA9D. Grayscale: #4A4A4A. Windows color (decimal): -3406494 or 6424012. OLE color: 6424012.
HSL color Cylindrical-coordinate representation of color #CC0562: hue angle of 331.96º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0562 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 98 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.2 |
| HSL | 331.96º | 0.95% | 0.41% | - |
| HSV(B) | 331.96º | 0.98% | 0.8% | - |
| XYZ | 27.16 | 13.83 | 12.79 | - |
| YUV | 75.1 | 140.93 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 98 | 0 | 0.98 | 0.52 | 0.2 | 331.96 | 0.95 | 0.41 |
| Hex | CC | 5 | 62 | 0 | 62 | 34 | 14 | 14C | 5F | 29 |
| Octal | 314 | 5 | 142 | 0 | 142 | 64 | 24 | 514 | 137 | 51 |
| Binary | 11001100 | 101 | 1100010 | 0 | 1100010 | 110100 | 10100 | 101001100 | 1011111 | 101001 |
Color Harmonies of #CC0562
Complementary color
Monochromatic Colors of #CC0562
Black with #CC0562
Text Example
Text Example
White with #CC0562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0562; }
p { color: rgb(204,5,98); }
H1.HeaderClassName
{
color: #CC0562;
}
.AnyTagClassName
{
color: #CC0562;
}
</style>
background-color css
<style>
a { background-color: #CC0562; }
a { background-color: rgb(204,5,98); }
div.DivClassName
{
background-color: #CC0562;
}
.BgClassName
{
background-color: #CC0562;
}
</style>
border-color css
<style>
span { border-color: #CC0562; }
span { border-color: rgb(204,5,98); }
td.TdClassName
{
border-color: #CC0562;
}
.TagClassName
{
border-color: #CC0562;
}
</style>