Shades of Cerise #CA236B
Tints of Cerise #CA236B
RGB
CMYK
RGB Variations
Color information
#CA236B (or 0xCA236B) is known color: Cerise. HEX triplet: CA, 23 and 6B. RGB value is (202,35,107). Sum of RGB (Red+Green+Blue) = 202+35+107=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA236B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA236B is #35DC94. Grayscale: #5D5D5D. Windows color (decimal): -3529877 or 7021514. OLE color: 7021514.
HSL color Cylindrical-coordinate representation of color #CA236B: hue angle of 334.13º degrees, saturation: 0.7, 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 #CA236B is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 107 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.21 |
| HSL | 334.13º | 0.7% | 0.46% | - |
| HSV(B) | 334.13º | 0.83% | 0.79% | - |
| XYZ | 27.61 | 14.82 | 15.32 | - |
| YUV | 93.14 | 135.83 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 107 | 0 | 0.83 | 0.47 | 0.21 | 334.13 | 0.7 | 0.46 |
| Hex | CA | 23 | 6B | 0 | 53 | 2F | 15 | 14E | 46 | 2E |
| Octal | 312 | 43 | 153 | 0 | 123 | 57 | 25 | 516 | 106 | 56 |
| Binary | 11001010 | 100011 | 1101011 | 0 | 1010011 | 101111 | 10101 | 101001110 | 1000110 | 101110 |
Color Harmonies of #CA236B
Complementary color
Monochromatic Colors of #CA236B
Black with #CA236B
Text Example
Text Example
White with #CA236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA236B; }
p { color: rgb(202,35,107); }
H1.HeaderClassName
{
color: #CA236B;
}
.AnyTagClassName
{
color: #CA236B;
}
</style>
background-color css
<style>
a { background-color: #CA236B; }
a { background-color: rgb(202,35,107); }
div.DivClassName
{
background-color: #CA236B;
}
.BgClassName
{
background-color: #CA236B;
}
</style>
border-color css
<style>
span { border-color: #CA236B; }
span { border-color: rgb(202,35,107); }
td.TdClassName
{
border-color: #CA236B;
}
.TagClassName
{
border-color: #CA236B;
}
</style>