Shades of Crimson #CC034A
Tints of Crimson #CC034A
RGB
CMYK
RGB Variations
Color information
#CC034A (or 0xCC034A) is known color: Crimson. HEX triplet: CC, 03 and 4A. RGB value is (204,3,74). Sum of RGB (Red+Green+Blue) = 204+3+74=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC034A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC034A is #33FCB5. Grayscale: #474747. Windows color (decimal): -3407030 or 4850636. OLE color: 4850636.
HSL color Cylindrical-coordinate representation of color #CC034A: hue angle of 338.81º 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 #CC034A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 74 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.2 |
| HSL | 338.81º | 0.97% | 0.41% | - |
| HSV(B) | 338.81º | 0.99% | 0.8% | - |
| XYZ | 26.17 | 13.4 | 7.69 | - |
| YUV | 71.19 | 129.59 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 74 | 0 | 0.99 | 0.64 | 0.2 | 338.81 | 0.97 | 0.41 |
| Hex | CC | 3 | 4A | 0 | 63 | 40 | 14 | 153 | 61 | 29 |
| Octal | 314 | 3 | 112 | 0 | 143 | 100 | 24 | 523 | 141 | 51 |
| Binary | 11001100 | 11 | 1001010 | 0 | 1100011 | 1000000 | 10100 | 101010011 | 1100001 | 101001 |
Color Harmonies of #CC034A
Complementary color
Monochromatic Colors of #CC034A
Black with #CC034A
Text Example
Text Example
White with #CC034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC034A; }
p { color: rgb(204,3,74); }
H1.HeaderClassName
{
color: #CC034A;
}
.AnyTagClassName
{
color: #CC034A;
}
</style>
background-color css
<style>
a { background-color: #CC034A; }
a { background-color: rgb(204,3,74); }
div.DivClassName
{
background-color: #CC034A;
}
.BgClassName
{
background-color: #CC034A;
}
</style>
border-color css
<style>
span { border-color: #CC034A; }
span { border-color: rgb(204,3,74); }
td.TdClassName
{
border-color: #CC034A;
}
.TagClassName
{
border-color: #CC034A;
}
</style>