Shades of Cerise #CA226D
Tints of Cerise #CA226D
RGB
CMYK
RGB Variations
Color information
#CA226D (or 0xCA226D) is known color: Cerise. HEX triplet: CA, 22 and 6D. RGB value is (202,34,109). Sum of RGB (Red+Green+Blue) = 202+34+109=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA226D is #35DD92. Grayscale: #5C5C5C. Windows color (decimal): -3530131 or 7152330. OLE color: 7152330.
HSL color Cylindrical-coordinate representation of color #CA226D: hue angle of 333.21º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA226D is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 109 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.21 |
| HSL | 333.21º | 0.71% | 0.46% | - |
| HSV(B) | 333.21º | 0.83% | 0.79% | - |
| XYZ | 27.69 | 14.8 | 15.87 | - |
| YUV | 92.78 | 137.16 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 109 | 0 | 0.83 | 0.46 | 0.21 | 333.21 | 0.71 | 0.46 |
| Hex | CA | 22 | 6D | 0 | 53 | 2E | 15 | 14D | 47 | 2E |
| Octal | 312 | 42 | 155 | 0 | 123 | 56 | 25 | 515 | 107 | 56 |
| Binary | 11001010 | 100010 | 1101101 | 0 | 1010011 | 101110 | 10101 | 101001101 | 1000111 | 101110 |
Color Harmonies of #CA226D
Complementary color
Monochromatic Colors of #CA226D
Black with #CA226D
Text Example
Text Example
White with #CA226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA226D; }
p { color: rgb(202,34,109); }
H1.HeaderClassName
{
color: #CA226D;
}
.AnyTagClassName
{
color: #CA226D;
}
</style>
background-color css
<style>
a { background-color: #CA226D; }
a { background-color: rgb(202,34,109); }
div.DivClassName
{
background-color: #CA226D;
}
.BgClassName
{
background-color: #CA226D;
}
</style>
border-color css
<style>
span { border-color: #CA226D; }
span { border-color: rgb(202,34,109); }
td.TdClassName
{
border-color: #CA226D;
}
.TagClassName
{
border-color: #CA226D;
}
</style>