Shades of Ruby #CC0360
Tints of Ruby #CC0360
RGB
CMYK
RGB Variations
Color information
#CC0360 (or 0xCC0360) is known color: Ruby. HEX triplet: CC, 03 and 60. RGB value is (204,3,96). Sum of RGB (Red+Green+Blue) = 204+3+96=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0360 is #33FC9F. Grayscale: #494949. Windows color (decimal): -3407008 or 6292428. OLE color: 6292428.
HSL color Cylindrical-coordinate representation of color #CC0360: hue angle of 332.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0360 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 96 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.2 |
| HSL | 332.24º | 0.97% | 0.41% | - |
| HSV(B) | 332.24º | 0.99% | 0.8% | - |
| XYZ | 27.05 | 13.75 | 12.29 | - |
| YUV | 73.7 | 140.59 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 96 | 0 | 0.99 | 0.53 | 0.2 | 332.24 | 0.97 | 0.41 |
| Hex | CC | 3 | 60 | 0 | 63 | 35 | 14 | 14C | 61 | 29 |
| Octal | 314 | 3 | 140 | 0 | 143 | 65 | 24 | 514 | 141 | 51 |
| Binary | 11001100 | 11 | 1100000 | 0 | 1100011 | 110101 | 10100 | 101001100 | 1100001 | 101001 |
Color Harmonies of #CC0360
Complementary color
Monochromatic Colors of #CC0360
Black with #CC0360
Text Example
Text Example
White with #CC0360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0360; }
p { color: rgb(204,3,96); }
H1.HeaderClassName
{
color: #CC0360;
}
.AnyTagClassName
{
color: #CC0360;
}
</style>
background-color css
<style>
a { background-color: #CC0360; }
a { background-color: rgb(204,3,96); }
div.DivClassName
{
background-color: #CC0360;
}
.BgClassName
{
background-color: #CC0360;
}
</style>
border-color css
<style>
span { border-color: #CC0360; }
span { border-color: rgb(204,3,96); }
td.TdClassName
{
border-color: #CC0360;
}
.TagClassName
{
border-color: #CC0360;
}
</style>