Shades of Crimson #CC094C
Tints of Crimson #CC094C
RGB
CMYK
RGB Variations
Color information
#CC094C (or 0xCC094C) is known color: Crimson. HEX triplet: CC, 09 and 4C. RGB value is (204,9,76). Sum of RGB (Red+Green+Blue) = 204+9+76=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC094C is #33F6B3. Grayscale: #4A4A4A. Windows color (decimal): -3405492 or 4983244. OLE color: 4983244.
HSL color Cylindrical-coordinate representation of color #CC094C: hue angle of 339.38º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC094C is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 76 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.2 |
| HSL | 339.38º | 0.92% | 0.42% | - |
| HSV(B) | 339.38º | 0.96% | 0.8% | - |
| XYZ | 26.3 | 13.55 | 8.07 | - |
| YUV | 74.94 | 128.6 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 76 | 0 | 0.96 | 0.63 | 0.2 | 339.38 | 0.92 | 0.42 |
| Hex | CC | 9 | 4C | 0 | 60 | 3F | 14 | 153 | 5C | 2A |
| Octal | 314 | 11 | 114 | 0 | 140 | 77 | 24 | 523 | 134 | 52 |
| Binary | 11001100 | 1001 | 1001100 | 0 | 1100000 | 111111 | 10100 | 101010011 | 1011100 | 101010 |
Color Harmonies of #CC094C
Complementary color
Monochromatic Colors of #CC094C
Black with #CC094C
Text Example
Text Example
White with #CC094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC094C; }
p { color: rgb(204,9,76); }
H1.HeaderClassName
{
color: #CC094C;
}
.AnyTagClassName
{
color: #CC094C;
}
</style>
background-color css
<style>
a { background-color: #CC094C; }
a { background-color: rgb(204,9,76); }
div.DivClassName
{
background-color: #CC094C;
}
.BgClassName
{
background-color: #CC094C;
}
</style>
border-color css
<style>
span { border-color: #CC094C; }
span { border-color: rgb(204,9,76); }
td.TdClassName
{
border-color: #CC094C;
}
.TagClassName
{
border-color: #CC094C;
}
</style>