Shades of Deep Cerise #CC2673
Tints of Deep Cerise #CC2673
RGB
CMYK
RGB Variations
Color information
#CC2673 (or 0xCC2673) is known color: Deep Cerise. HEX triplet: CC, 26 and 73. RGB value is (204,38,115). Sum of RGB (Red+Green+Blue) = 204+38+115=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2673 is #33D98C. Grayscale: #606060. Windows color (decimal): -3398029 or 7546572. OLE color: 7546572.
HSL color Cylindrical-coordinate representation of color #CC2673: hue angle of 332.17º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2673 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 115 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.2 |
| HSL | 332.17º | 0.69% | 0.47% | - |
| HSV(B) | 332.17º | 0.81% | 0.8% | - |
| XYZ | 28.69 | 15.46 | 17.69 | - |
| YUV | 96.41 | 138.5 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 115 | 0 | 0.81 | 0.44 | 0.2 | 332.17 | 0.69 | 0.47 |
| Hex | CC | 26 | 73 | 0 | 51 | 2C | 14 | 14C | 45 | 2F |
| Octal | 314 | 46 | 163 | 0 | 121 | 54 | 24 | 514 | 105 | 57 |
| Binary | 11001100 | 100110 | 1110011 | 0 | 1010001 | 101100 | 10100 | 101001100 | 1000101 | 101111 |
Color Harmonies of #CC2673
Complementary color
Monochromatic Colors of #CC2673
Black with #CC2673
Text Example
Text Example
White with #CC2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2673; }
p { color: rgb(204,38,115); }
H1.HeaderClassName
{
color: #CC2673;
}
.AnyTagClassName
{
color: #CC2673;
}
</style>
background-color css
<style>
a { background-color: #CC2673; }
a { background-color: rgb(204,38,115); }
div.DivClassName
{
background-color: #CC2673;
}
.BgClassName
{
background-color: #CC2673;
}
</style>
border-color css
<style>
span { border-color: #CC2673; }
span { border-color: rgb(204,38,115); }
td.TdClassName
{
border-color: #CC2673;
}
.TagClassName
{
border-color: #CC2673;
}
</style>