Shades of Ruby #CC036B
Tints of Ruby #CC036B
RGB
CMYK
RGB Variations
Color information
#CC036B (or 0xCC036B) is known color: Ruby. HEX triplet: CC, 03 and 6B. RGB value is (204,3,107). Sum of RGB (Red+Green+Blue) = 204+3+107=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC036B is #33FC94. Grayscale: #4A4A4A. Windows color (decimal): -3406997 or 7013324. OLE color: 7013324.
HSL color Cylindrical-coordinate representation of color #CC036B: hue angle of 328.96º 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 #CC036B is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.2 |
| HSL | 328.96º | 0.97% | 0.41% | - |
| HSV(B) | 328.96º | 0.99% | 0.8% | - |
| XYZ | 27.59 | 13.96 | 15.15 | - |
| YUV | 74.96 | 146.09 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 107 | 0 | 0.99 | 0.48 | 0.2 | 328.96 | 0.97 | 0.41 |
| Hex | CC | 3 | 6B | 0 | 63 | 30 | 14 | 149 | 61 | 29 |
| Octal | 314 | 3 | 153 | 0 | 143 | 60 | 24 | 511 | 141 | 51 |
| Binary | 11001100 | 11 | 1101011 | 0 | 1100011 | 110000 | 10100 | 101001001 | 1100001 | 101001 |
Color Harmonies of #CC036B
Complementary color
Monochromatic Colors of #CC036B
Black with #CC036B
Text Example
Text Example
White with #CC036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC036B; }
p { color: rgb(204,3,107); }
H1.HeaderClassName
{
color: #CC036B;
}
.AnyTagClassName
{
color: #CC036B;
}
</style>
background-color css
<style>
a { background-color: #CC036B; }
a { background-color: rgb(204,3,107); }
div.DivClassName
{
background-color: #CC036B;
}
.BgClassName
{
background-color: #CC036B;
}
</style>
border-color css
<style>
span { border-color: #CC036B; }
span { border-color: rgb(204,3,107); }
td.TdClassName
{
border-color: #CC036B;
}
.TagClassName
{
border-color: #CC036B;
}
</style>