Shades of Cerise #CC3661
Tints of Cerise #CC3661
RGB
CMYK
RGB Variations
Color information
#CC3661 (or 0xCC3661) is known color: Cerise. HEX triplet: CC, 36 and 61. RGB value is (204,54,97). Sum of RGB (Red+Green+Blue) = 204+54+97=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3661 is #33C99E. Grayscale: #676767. Windows color (decimal): -3393951 or 6371020. OLE color: 6371020.
HSL color Cylindrical-coordinate representation of color #CC3661: hue angle of 342.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3661 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 97 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.2 |
| HSL | 342.8º | 0.6% | 0.51% | - |
| HSV(B) | 342.8º | 0.74% | 0.8% | - |
| XYZ | 28.38 | 16.34 | 12.97 | - |
| YUV | 103.75 | 124.2 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 97 | 0 | 0.74 | 0.52 | 0.2 | 342.8 | 0.6 | 0.51 |
| Hex | CC | 36 | 61 | 0 | 4A | 34 | 14 | 157 | 3C | 33 |
| Octal | 314 | 66 | 141 | 0 | 112 | 64 | 24 | 527 | 74 | 63 |
| Binary | 11001100 | 110110 | 1100001 | 0 | 1001010 | 110100 | 10100 | 101010111 | 111100 | 110011 |
Color Harmonies of #CC3661
Complementary color
Monochromatic Colors of #CC3661
Black with #CC3661
Text Example
Text Example
White with #CC3661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3661; }
p { color: rgb(204,54,97); }
H1.HeaderClassName
{
color: #CC3661;
}
.AnyTagClassName
{
color: #CC3661;
}
</style>
background-color css
<style>
a { background-color: #CC3661; }
a { background-color: rgb(204,54,97); }
div.DivClassName
{
background-color: #CC3661;
}
.BgClassName
{
background-color: #CC3661;
}
</style>
border-color css
<style>
span { border-color: #CC3661; }
span { border-color: rgb(204,54,97); }
td.TdClassName
{
border-color: #CC3661;
}
.TagClassName
{
border-color: #CC3661;
}
</style>