Shades of Deep Cerise #CC3273
Tints of Deep Cerise #CC3273
RGB
CMYK
RGB Variations
Color information
#CC3273 (or 0xCC3273) is known color: Deep Cerise. HEX triplet: CC, 32 and 73. RGB value is (204,50,115). Sum of RGB (Red+Green+Blue) = 204+50+115=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3273 is #33CD8C. Grayscale: #676767. Windows color (decimal): -3394957 or 7549644. OLE color: 7549644.
HSL color Cylindrical-coordinate representation of color #CC3273: hue angle of 334.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3273 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 115 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.2 |
| HSL | 334.68º | 0.61% | 0.5% | - |
| HSV(B) | 334.68º | 0.75% | 0.8% | - |
| XYZ | 29.14 | 16.36 | 17.84 | - |
| YUV | 103.46 | 134.52 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 115 | 0 | 0.75 | 0.44 | 0.2 | 334.68 | 0.61 | 0.5 |
| Hex | CC | 32 | 73 | 0 | 4B | 2C | 14 | 14F | 3D | 32 |
| Octal | 314 | 62 | 163 | 0 | 113 | 54 | 24 | 517 | 75 | 62 |
| Binary | 11001100 | 110010 | 1110011 | 0 | 1001011 | 101100 | 10100 | 101001111 | 111101 | 110010 |
Color Harmonies of #CC3273
Complementary color
Monochromatic Colors of #CC3273
Black with #CC3273
Text Example
Text Example
White with #CC3273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3273; }
p { color: rgb(204,50,115); }
H1.HeaderClassName
{
color: #CC3273;
}
.AnyTagClassName
{
color: #CC3273;
}
</style>
background-color css
<style>
a { background-color: #CC3273; }
a { background-color: rgb(204,50,115); }
div.DivClassName
{
background-color: #CC3273;
}
.BgClassName
{
background-color: #CC3273;
}
</style>
border-color css
<style>
span { border-color: #CC3273; }
span { border-color: rgb(204,50,115); }
td.TdClassName
{
border-color: #CC3273;
}
.TagClassName
{
border-color: #CC3273;
}
</style>