Shades of Cerise #CC265E
Tints of Cerise #CC265E
RGB
CMYK
RGB Variations
Color information
#CC265E (or 0xCC265E) is known color: Cerise. HEX triplet: CC, 26 and 5E. RGB value is (204,38,94). Sum of RGB (Red+Green+Blue) = 204+38+94=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC265E is #33D9A1. Grayscale: #5D5D5D. Windows color (decimal): -3398050 or 6170316. OLE color: 6170316.
HSL color Cylindrical-coordinate representation of color #CC265E: hue angle of 339.76º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC265E is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 94 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.2 |
| HSL | 339.76º | 0.69% | 0.47% | - |
| HSV(B) | 339.76º | 0.81% | 0.8% | - |
| XYZ | 27.62 | 15.03 | 12.04 | - |
| YUV | 94.02 | 128 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 94 | 0 | 0.81 | 0.54 | 0.2 | 339.76 | 0.69 | 0.47 |
| Hex | CC | 26 | 5E | 0 | 51 | 36 | 14 | 154 | 45 | 2F |
| Octal | 314 | 46 | 136 | 0 | 121 | 66 | 24 | 524 | 105 | 57 |
| Binary | 11001100 | 100110 | 1011110 | 0 | 1010001 | 110110 | 10100 | 101010100 | 1000101 | 101111 |
Color Harmonies of #CC265E
Complementary color
Monochromatic Colors of #CC265E
Black with #CC265E
Text Example
Text Example
White with #CC265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC265E; }
p { color: rgb(204,38,94); }
H1.HeaderClassName
{
color: #CC265E;
}
.AnyTagClassName
{
color: #CC265E;
}
</style>
background-color css
<style>
a { background-color: #CC265E; }
a { background-color: rgb(204,38,94); }
div.DivClassName
{
background-color: #CC265E;
}
.BgClassName
{
background-color: #CC265E;
}
</style>
border-color css
<style>
span { border-color: #CC265E; }
span { border-color: rgb(204,38,94); }
td.TdClassName
{
border-color: #CC265E;
}
.TagClassName
{
border-color: #CC265E;
}
</style>