Shades of Cerise #CA2761
Tints of Cerise #CA2761
RGB
CMYK
RGB Variations
Color information
#CA2761 (or 0xCA2761) is known color: Cerise. HEX triplet: CA, 27 and 61. RGB value is (202,39,97). Sum of RGB (Red+Green+Blue) = 202+39+97=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2761 is #35D89E. Grayscale: #5E5E5E. Windows color (decimal): -3528863 or 6367178. OLE color: 6367178.
HSL color Cylindrical-coordinate representation of color #CA2761: hue angle of 338.65º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2761 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 97 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.21 |
| HSL | 338.65º | 0.68% | 0.47% | - |
| HSV(B) | 338.65º | 0.81% | 0.79% | - |
| XYZ | 27.24 | 14.87 | 12.74 | - |
| YUV | 94.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 97 | 0 | 0.81 | 0.52 | 0.21 | 338.65 | 0.68 | 0.47 |
| Hex | CA | 27 | 61 | 0 | 51 | 34 | 15 | 153 | 44 | 2F |
| Octal | 312 | 47 | 141 | 0 | 121 | 64 | 25 | 523 | 104 | 57 |
| Binary | 11001010 | 100111 | 1100001 | 0 | 1010001 | 110100 | 10101 | 101010011 | 1000100 | 101111 |
Color Harmonies of #CA2761
Complementary color
Monochromatic Colors of #CA2761
Black with #CA2761
Text Example
Text Example
White with #CA2761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2761; }
p { color: rgb(202,39,97); }
H1.HeaderClassName
{
color: #CA2761;
}
.AnyTagClassName
{
color: #CA2761;
}
</style>
background-color css
<style>
a { background-color: #CA2761; }
a { background-color: rgb(202,39,97); }
div.DivClassName
{
background-color: #CA2761;
}
.BgClassName
{
background-color: #CA2761;
}
</style>
border-color css
<style>
span { border-color: #CA2761; }
span { border-color: rgb(202,39,97); }
td.TdClassName
{
border-color: #CA2761;
}
.TagClassName
{
border-color: #CA2761;
}
</style>