Shades of Ruby #CC0364
Tints of Ruby #CC0364
RGB
CMYK
RGB Variations
Color information
#CC0364 (or 0xCC0364) is known color: Ruby. HEX triplet: CC, 03 and 64. RGB value is (204,3,100). Sum of RGB (Red+Green+Blue) = 204+3+100=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0364 is #33FC9B. Grayscale: #494949. Windows color (decimal): -3407004 or 6554572. OLE color: 6554572.
HSL color Cylindrical-coordinate representation of color #CC0364: hue angle of 331.04º 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 #CC0364 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.2 |
| HSL | 331.04º | 0.97% | 0.41% | - |
| HSV(B) | 331.04º | 0.99% | 0.8% | - |
| XYZ | 27.23 | 13.82 | 13.29 | - |
| YUV | 74.16 | 142.59 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 100 | 0 | 0.99 | 0.51 | 0.2 | 331.04 | 0.97 | 0.41 |
| Hex | CC | 3 | 64 | 0 | 63 | 33 | 14 | 14B | 61 | 29 |
| Octal | 314 | 3 | 144 | 0 | 143 | 63 | 24 | 513 | 141 | 51 |
| Binary | 11001100 | 11 | 1100100 | 0 | 1100011 | 110011 | 10100 | 101001011 | 1100001 | 101001 |
Color Harmonies of #CC0364
Complementary color
Monochromatic Colors of #CC0364
Black with #CC0364
Text Example
Text Example
White with #CC0364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0364; }
p { color: rgb(204,3,100); }
H1.HeaderClassName
{
color: #CC0364;
}
.AnyTagClassName
{
color: #CC0364;
}
</style>
background-color css
<style>
a { background-color: #CC0364; }
a { background-color: rgb(204,3,100); }
div.DivClassName
{
background-color: #CC0364;
}
.BgClassName
{
background-color: #CC0364;
}
</style>
border-color css
<style>
span { border-color: #CC0364; }
span { border-color: rgb(204,3,100); }
td.TdClassName
{
border-color: #CC0364;
}
.TagClassName
{
border-color: #CC0364;
}
</style>