Shades of Cerise #CA236C
Tints of Cerise #CA236C
RGB
CMYK
RGB Variations
Color information
#CA236C (or 0xCA236C) is known color: Cerise. HEX triplet: CA, 23 and 6C. RGB value is (202,35,108). Sum of RGB (Red+Green+Blue) = 202+35+108=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA236C is #35DC93. Grayscale: #5D5D5D. Windows color (decimal): -3529876 or 7087050. OLE color: 7087050.
HSL color Cylindrical-coordinate representation of color #CA236C: hue angle of 333.77º 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 #CA236C is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 108 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.21 |
| HSL | 333.77º | 0.7% | 0.46% | - |
| HSV(B) | 333.77º | 0.83% | 0.79% | - |
| XYZ | 27.66 | 14.84 | 15.59 | - |
| YUV | 93.26 | 136.33 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 108 | 0 | 0.83 | 0.47 | 0.21 | 333.77 | 0.7 | 0.46 |
| Hex | CA | 23 | 6C | 0 | 53 | 2F | 15 | 14E | 46 | 2E |
| Octal | 312 | 43 | 154 | 0 | 123 | 57 | 25 | 516 | 106 | 56 |
| Binary | 11001010 | 100011 | 1101100 | 0 | 1010011 | 101111 | 10101 | 101001110 | 1000110 | 101110 |
Color Harmonies of #CA236C
Complementary color
Monochromatic Colors of #CA236C
Black with #CA236C
Text Example
Text Example
White with #CA236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA236C; }
p { color: rgb(202,35,108); }
H1.HeaderClassName
{
color: #CA236C;
}
.AnyTagClassName
{
color: #CA236C;
}
</style>
background-color css
<style>
a { background-color: #CA236C; }
a { background-color: rgb(202,35,108); }
div.DivClassName
{
background-color: #CA236C;
}
.BgClassName
{
background-color: #CA236C;
}
</style>
border-color css
<style>
span { border-color: #CA236C; }
span { border-color: rgb(202,35,108); }
td.TdClassName
{
border-color: #CA236C;
}
.TagClassName
{
border-color: #CA236C;
}
</style>