Shades of Ruby #CC0461
Tints of Ruby #CC0461
RGB
CMYK
RGB Variations
Color information
#CC0461 (or 0xCC0461) is known color: Ruby. HEX triplet: CC, 04 and 61. RGB value is (204,4,97). Sum of RGB (Red+Green+Blue) = 204+4+97=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0461 is #33FB9E. Grayscale: #4A4A4A. Windows color (decimal): -3406751 or 6358220. OLE color: 6358220.
HSL color Cylindrical-coordinate representation of color #CC0461: hue angle of 332.1º degrees, saturation: 0.96, 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 #CC0461 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 97 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.2 |
| HSL | 332.1º | 0.96% | 0.41% | - |
| HSV(B) | 332.1º | 0.98% | 0.8% | - |
| XYZ | 27.1 | 13.79 | 12.54 | - |
| YUV | 74.4 | 140.76 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 97 | 0 | 0.98 | 0.52 | 0.2 | 332.1 | 0.96 | 0.41 |
| Hex | CC | 4 | 61 | 0 | 62 | 34 | 14 | 14C | 60 | 29 |
| Octal | 314 | 4 | 141 | 0 | 142 | 64 | 24 | 514 | 140 | 51 |
| Binary | 11001100 | 100 | 1100001 | 0 | 1100010 | 110100 | 10100 | 101001100 | 1100000 | 101001 |
Color Harmonies of #CC0461
Complementary color
Monochromatic Colors of #CC0461
Black with #CC0461
Text Example
Text Example
White with #CC0461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0461; }
p { color: rgb(204,4,97); }
H1.HeaderClassName
{
color: #CC0461;
}
.AnyTagClassName
{
color: #CC0461;
}
</style>
background-color css
<style>
a { background-color: #CC0461; }
a { background-color: rgb(204,4,97); }
div.DivClassName
{
background-color: #CC0461;
}
.BgClassName
{
background-color: #CC0461;
}
</style>
border-color css
<style>
span { border-color: #CC0461; }
span { border-color: rgb(204,4,97); }
td.TdClassName
{
border-color: #CC0461;
}
.TagClassName
{
border-color: #CC0461;
}
</style>