Shades of Cerise #CC326A
Tints of Cerise #CC326A
RGB
CMYK
RGB Variations
Color information
#CC326A (or 0xCC326A) is known color: Cerise. HEX triplet: CC, 32 and 6A. RGB value is (204,50,106). Sum of RGB (Red+Green+Blue) = 204+50+106=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC326A is #33CD95. Grayscale: #666666. Windows color (decimal): -3394966 or 6959820. OLE color: 6959820.
HSL color Cylindrical-coordinate representation of color #CC326A: hue angle of 338.18º 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 #CC326A is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 106 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.2 |
| HSL | 338.18º | 0.61% | 0.5% | - |
| HSV(B) | 338.18º | 0.75% | 0.8% | - |
| XYZ | 28.64 | 16.16 | 15.25 | - |
| YUV | 102.43 | 130.02 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 106 | 0 | 0.75 | 0.48 | 0.2 | 338.18 | 0.61 | 0.5 |
| Hex | CC | 32 | 6A | 0 | 4B | 30 | 14 | 152 | 3D | 32 |
| Octal | 314 | 62 | 152 | 0 | 113 | 60 | 24 | 522 | 75 | 62 |
| Binary | 11001100 | 110010 | 1101010 | 0 | 1001011 | 110000 | 10100 | 101010010 | 111101 | 110010 |
Color Harmonies of #CC326A
Complementary color
Monochromatic Colors of #CC326A
Black with #CC326A
Text Example
Text Example
White with #CC326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC326A; }
p { color: rgb(204,50,106); }
H1.HeaderClassName
{
color: #CC326A;
}
.AnyTagClassName
{
color: #CC326A;
}
</style>
background-color css
<style>
a { background-color: #CC326A; }
a { background-color: rgb(204,50,106); }
div.DivClassName
{
background-color: #CC326A;
}
.BgClassName
{
background-color: #CC326A;
}
</style>
border-color css
<style>
span { border-color: #CC326A; }
span { border-color: rgb(204,50,106); }
td.TdClassName
{
border-color: #CC326A;
}
.TagClassName
{
border-color: #CC326A;
}
</style>