Shades of Ruby #CC0467
Tints of Ruby #CC0467
RGB
CMYK
RGB Variations
Color information
#CC0467 (or 0xCC0467) is known color: Ruby. HEX triplet: CC, 04 and 67. RGB value is (204,4,103). Sum of RGB (Red+Green+Blue) = 204+4+103=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0467 is #33FB98. Grayscale: #4A4A4A. Windows color (decimal): -3406745 or 6751436. OLE color: 6751436.
HSL color Cylindrical-coordinate representation of color #CC0467: hue angle of 330.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0467 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.2 |
| HSL | 330.3º | 0.96% | 0.41% | - |
| HSV(B) | 330.3º | 0.98% | 0.8% | - |
| XYZ | 27.39 | 13.9 | 14.07 | - |
| YUV | 75.09 | 143.76 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 103 | 0 | 0.98 | 0.50 | 0.2 | 330.3 | 0.96 | 0.41 |
| Hex | CC | 4 | 67 | 0 | 62 | 32 | 14 | 14A | 60 | 29 |
| Octal | 314 | 4 | 147 | 0 | 142 | 62 | 24 | 512 | 140 | 51 |
| Binary | 11001100 | 100 | 1100111 | 0 | 1100010 | 110010 | 10100 | 101001010 | 1100000 | 101001 |
Color Harmonies of #CC0467
Complementary color
Monochromatic Colors of #CC0467
Black with #CC0467
Text Example
Text Example
White with #CC0467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0467; }
p { color: rgb(204,4,103); }
H1.HeaderClassName
{
color: #CC0467;
}
.AnyTagClassName
{
color: #CC0467;
}
</style>
background-color css
<style>
a { background-color: #CC0467; }
a { background-color: rgb(204,4,103); }
div.DivClassName
{
background-color: #CC0467;
}
.BgClassName
{
background-color: #CC0467;
}
</style>
border-color css
<style>
span { border-color: #CC0467; }
span { border-color: rgb(204,4,103); }
td.TdClassName
{
border-color: #CC0467;
}
.TagClassName
{
border-color: #CC0467;
}
</style>