Shades of Ruby #CC0263
Tints of Ruby #CC0263
RGB
CMYK
RGB Variations
Color information
#CC0263 (or 0xCC0263) is known color: Ruby. HEX triplet: CC, 02 and 63. RGB value is (204,2,99). Sum of RGB (Red+Green+Blue) = 204+2+99=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0263 is #33FD9C. Grayscale: #494949. Windows color (decimal): -3407261 or 6488780. OLE color: 6488780.
HSL color Cylindrical-coordinate representation of color #CC0263: hue angle of 331.19º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0263 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 99 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.2 |
| HSL | 331.19º | 0.98% | 0.4% | - |
| HSV(B) | 331.19º | 0.99% | 0.8% | - |
| XYZ | 27.18 | 13.78 | 13.03 | - |
| YUV | 73.46 | 142.42 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 99 | 0 | 0.99 | 0.51 | 0.2 | 331.19 | 0.98 | 0.4 |
| Hex | CC | 2 | 63 | 0 | 63 | 33 | 14 | 14B | 62 | 28 |
| Octal | 314 | 2 | 143 | 0 | 143 | 63 | 24 | 513 | 142 | 50 |
| Binary | 11001100 | 10 | 1100011 | 0 | 1100011 | 110011 | 10100 | 101001011 | 1100010 | 101000 |
Color Harmonies of #CC0263
Complementary color
Monochromatic Colors of #CC0263
Black with #CC0263
Text Example
Text Example
White with #CC0263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0263; }
p { color: rgb(204,2,99); }
H1.HeaderClassName
{
color: #CC0263;
}
.AnyTagClassName
{
color: #CC0263;
}
</style>
background-color css
<style>
a { background-color: #CC0263; }
a { background-color: rgb(204,2,99); }
div.DivClassName
{
background-color: #CC0263;
}
.BgClassName
{
background-color: #CC0263;
}
</style>
border-color css
<style>
span { border-color: #CC0263; }
span { border-color: rgb(204,2,99); }
td.TdClassName
{
border-color: #CC0263;
}
.TagClassName
{
border-color: #CC0263;
}
</style>