Shades of Ruby #CC0362
Tints of Ruby #CC0362
RGB
CMYK
RGB Variations
Color information
#CC0362 (or 0xCC0362) is known color: Ruby. HEX triplet: CC, 03 and 62. RGB value is (204,3,98). Sum of RGB (Red+Green+Blue) = 204+3+98=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0362 is #33FC9D. Grayscale: #494949. Windows color (decimal): -3407006 or 6423500. OLE color: 6423500.
HSL color Cylindrical-coordinate representation of color #CC0362: hue angle of 331.64º 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 #CC0362 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 98 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.2 |
| HSL | 331.64º | 0.97% | 0.41% | - |
| HSV(B) | 331.64º | 0.99% | 0.8% | - |
| XYZ | 27.14 | 13.78 | 12.79 | - |
| YUV | 73.93 | 141.59 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 98 | 0 | 0.99 | 0.52 | 0.2 | 331.64 | 0.97 | 0.41 |
| Hex | CC | 3 | 62 | 0 | 63 | 34 | 14 | 14C | 61 | 29 |
| Octal | 314 | 3 | 142 | 0 | 143 | 64 | 24 | 514 | 141 | 51 |
| Binary | 11001100 | 11 | 1100010 | 0 | 1100011 | 110100 | 10100 | 101001100 | 1100001 | 101001 |
Color Harmonies of #CC0362
Complementary color
Monochromatic Colors of #CC0362
Black with #CC0362
Text Example
Text Example
White with #CC0362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0362; }
p { color: rgb(204,3,98); }
H1.HeaderClassName
{
color: #CC0362;
}
.AnyTagClassName
{
color: #CC0362;
}
</style>
background-color css
<style>
a { background-color: #CC0362; }
a { background-color: rgb(204,3,98); }
div.DivClassName
{
background-color: #CC0362;
}
.BgClassName
{
background-color: #CC0362;
}
</style>
border-color css
<style>
span { border-color: #CC0362; }
span { border-color: rgb(204,3,98); }
td.TdClassName
{
border-color: #CC0362;
}
.TagClassName
{
border-color: #CC0362;
}
</style>