Shades of Crimson #CC104C
Tints of Crimson #CC104C
RGB
CMYK
RGB Variations
Color information
#CC104C (or 0xCC104C) is known color: Crimson. HEX triplet: CC, 10 and 4C. RGB value is (204,16,76). Sum of RGB (Red+Green+Blue) = 204+16+76=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC104C is #33EFB3. Grayscale: #4F4F4F. Windows color (decimal): -3403700 or 4985036. OLE color: 4985036.
HSL color Cylindrical-coordinate representation of color #CC104C: hue angle of 340.85º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC104C is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 76 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.2 |
| HSL | 340.85º | 0.85% | 0.43% | - |
| HSV(B) | 340.85º | 0.92% | 0.8% | - |
| XYZ | 26.39 | 13.73 | 8.1 | - |
| YUV | 79.05 | 126.28 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 76 | 0 | 0.92 | 0.63 | 0.2 | 340.85 | 0.85 | 0.43 |
| Hex | CC | 10 | 4C | 0 | 5C | 3F | 14 | 155 | 55 | 2B |
| Octal | 314 | 20 | 114 | 0 | 134 | 77 | 24 | 525 | 125 | 53 |
| Binary | 11001100 | 10000 | 1001100 | 0 | 1011100 | 111111 | 10100 | 101010101 | 1010101 | 101011 |
Color Harmonies of #CC104C
Complementary color
Monochromatic Colors of #CC104C
Black with #CC104C
Text Example
Text Example
White with #CC104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC104C; }
p { color: rgb(204,16,76); }
H1.HeaderClassName
{
color: #CC104C;
}
.AnyTagClassName
{
color: #CC104C;
}
</style>
background-color css
<style>
a { background-color: #CC104C; }
a { background-color: rgb(204,16,76); }
div.DivClassName
{
background-color: #CC104C;
}
.BgClassName
{
background-color: #CC104C;
}
</style>
border-color css
<style>
span { border-color: #CC104C; }
span { border-color: rgb(204,16,76); }
td.TdClassName
{
border-color: #CC104C;
}
.TagClassName
{
border-color: #CC104C;
}
</style>