Shades of Cerise #CC346E
Tints of Cerise #CC346E
RGB
CMYK
RGB Variations
Color information
#CC346E (or 0xCC346E) is known color: Cerise. HEX triplet: CC, 34 and 6E. RGB value is (204,52,110). Sum of RGB (Red+Green+Blue) = 204+52+110=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC346E is #33CB91. Grayscale: #676767. Windows color (decimal): -3394450 or 7222476. OLE color: 7222476.
HSL color Cylindrical-coordinate representation of color #CC346E: hue angle of 337.11º 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 #CC346E is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 110 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.2 |
| HSL | 337.11º | 0.6% | 0.5% | - |
| HSV(B) | 337.11º | 0.75% | 0.8% | - |
| XYZ | 28.94 | 16.42 | 16.4 | - |
| YUV | 104.06 | 131.36 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 110 | 0 | 0.75 | 0.46 | 0.2 | 337.11 | 0.6 | 0.5 |
| Hex | CC | 34 | 6E | 0 | 4B | 2E | 14 | 151 | 3C | 32 |
| Octal | 314 | 64 | 156 | 0 | 113 | 56 | 24 | 521 | 74 | 62 |
| Binary | 11001100 | 110100 | 1101110 | 0 | 1001011 | 101110 | 10100 | 101010001 | 111100 | 110010 |
Color Harmonies of #CC346E
Complementary color
Monochromatic Colors of #CC346E
Black with #CC346E
Text Example
Text Example
White with #CC346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC346E; }
p { color: rgb(204,52,110); }
H1.HeaderClassName
{
color: #CC346E;
}
.AnyTagClassName
{
color: #CC346E;
}
</style>
background-color css
<style>
a { background-color: #CC346E; }
a { background-color: rgb(204,52,110); }
div.DivClassName
{
background-color: #CC346E;
}
.BgClassName
{
background-color: #CC346E;
}
</style>
border-color css
<style>
span { border-color: #CC346E; }
span { border-color: rgb(204,52,110); }
td.TdClassName
{
border-color: #CC346E;
}
.TagClassName
{
border-color: #CC346E;
}
</style>