Shades of Ruby #CC026B
Tints of Ruby #CC026B
RGB
CMYK
RGB Variations
Color information
#CC026B (or 0xCC026B) is known color: Ruby. HEX triplet: CC, 02 and 6B. RGB value is (204,2,107). Sum of RGB (Red+Green+Blue) = 204+2+107=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC026B is #33FD94. Grayscale: #4A4A4A. Windows color (decimal): -3407253 or 7013068. OLE color: 7013068.
HSL color Cylindrical-coordinate representation of color #CC026B: hue angle of 328.81º 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 #CC026B is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.2 |
| HSL | 328.81º | 0.98% | 0.4% | - |
| HSV(B) | 328.81º | 0.99% | 0.8% | - |
| XYZ | 27.58 | 13.94 | 15.15 | - |
| YUV | 74.37 | 146.42 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 107 | 0 | 0.99 | 0.48 | 0.2 | 328.81 | 0.98 | 0.4 |
| Hex | CC | 2 | 6B | 0 | 63 | 30 | 14 | 149 | 62 | 28 |
| Octal | 314 | 2 | 153 | 0 | 143 | 60 | 24 | 511 | 142 | 50 |
| Binary | 11001100 | 10 | 1101011 | 0 | 1100011 | 110000 | 10100 | 101001001 | 1100010 | 101000 |
Color Harmonies of #CC026B
Complementary color
Monochromatic Colors of #CC026B
Black with #CC026B
Text Example
Text Example
White with #CC026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC026B; }
p { color: rgb(204,2,107); }
H1.HeaderClassName
{
color: #CC026B;
}
.AnyTagClassName
{
color: #CC026B;
}
</style>
background-color css
<style>
a { background-color: #CC026B; }
a { background-color: rgb(204,2,107); }
div.DivClassName
{
background-color: #CC026B;
}
.BgClassName
{
background-color: #CC026B;
}
</style>
border-color css
<style>
span { border-color: #CC026B; }
span { border-color: rgb(204,2,107); }
td.TdClassName
{
border-color: #CC026B;
}
.TagClassName
{
border-color: #CC026B;
}
</style>