Shades of Cerise #CC346C
Tints of Cerise #CC346C
RGB
CMYK
RGB Variations
Color information
#CC346C (or 0xCC346C) is known color: Cerise. HEX triplet: CC, 34 and 6C. RGB value is (204,52,108). Sum of RGB (Red+Green+Blue) = 204+52+108=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC346C is #33CB93. Grayscale: #676767. Windows color (decimal): -3394452 or 7091404. OLE color: 7091404.
HSL color Cylindrical-coordinate representation of color #CC346C: hue angle of 337.89º degrees, saturation: 0.6, 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 #CC346C is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 108 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.2 |
| HSL | 337.89º | 0.6% | 0.5% | - |
| HSV(B) | 337.89º | 0.75% | 0.8% | - |
| XYZ | 28.84 | 16.38 | 15.83 | - |
| YUV | 103.83 | 130.36 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 108 | 0 | 0.75 | 0.47 | 0.2 | 337.89 | 0.6 | 0.5 |
| Hex | CC | 34 | 6C | 0 | 4B | 2F | 14 | 152 | 3C | 32 |
| Octal | 314 | 64 | 154 | 0 | 113 | 57 | 24 | 522 | 74 | 62 |
| Binary | 11001100 | 110100 | 1101100 | 0 | 1001011 | 101111 | 10100 | 101010010 | 111100 | 110010 |
Color Harmonies of #CC346C
Complementary color
Monochromatic Colors of #CC346C
Black with #CC346C
Text Example
Text Example
White with #CC346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC346C; }
p { color: rgb(204,52,108); }
H1.HeaderClassName
{
color: #CC346C;
}
.AnyTagClassName
{
color: #CC346C;
}
</style>
background-color css
<style>
a { background-color: #CC346C; }
a { background-color: rgb(204,52,108); }
div.DivClassName
{
background-color: #CC346C;
}
.BgClassName
{
background-color: #CC346C;
}
</style>
border-color css
<style>
span { border-color: #CC346C; }
span { border-color: rgb(204,52,108); }
td.TdClassName
{
border-color: #CC346C;
}
.TagClassName
{
border-color: #CC346C;
}
</style>