Shades of Cerise #CC326C
Tints of Cerise #CC326C
RGB
CMYK
RGB Variations
Color information
#CC326C (or 0xCC326C) is known color: Cerise. HEX triplet: CC, 32 and 6C. RGB value is (204,50,108). Sum of RGB (Red+Green+Blue) = 204+50+108=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC326C is #33CD93. Grayscale: #666666. Windows color (decimal): -3394964 or 7090892. OLE color: 7090892.
HSL color Cylindrical-coordinate representation of color #CC326C: hue angle of 337.4º 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 #CC326C is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 108 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.2 |
| HSL | 337.4º | 0.61% | 0.5% | - |
| HSV(B) | 337.4º | 0.75% | 0.8% | - |
| XYZ | 28.75 | 16.2 | 15.8 | - |
| YUV | 102.66 | 131.02 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 108 | 0 | 0.75 | 0.47 | 0.2 | 337.4 | 0.61 | 0.5 |
| Hex | CC | 32 | 6C | 0 | 4B | 2F | 14 | 151 | 3D | 32 |
| Octal | 314 | 62 | 154 | 0 | 113 | 57 | 24 | 521 | 75 | 62 |
| Binary | 11001100 | 110010 | 1101100 | 0 | 1001011 | 101111 | 10100 | 101010001 | 111101 | 110010 |
Color Harmonies of #CC326C
Complementary color
Monochromatic Colors of #CC326C
Black with #CC326C
Text Example
Text Example
White with #CC326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC326C; }
p { color: rgb(204,50,108); }
H1.HeaderClassName
{
color: #CC326C;
}
.AnyTagClassName
{
color: #CC326C;
}
</style>
background-color css
<style>
a { background-color: #CC326C; }
a { background-color: rgb(204,50,108); }
div.DivClassName
{
background-color: #CC326C;
}
.BgClassName
{
background-color: #CC326C;
}
</style>
border-color css
<style>
span { border-color: #CC326C; }
span { border-color: rgb(204,50,108); }
td.TdClassName
{
border-color: #CC326C;
}
.TagClassName
{
border-color: #CC326C;
}
</style>