Shades of Cerise #CA216C
Tints of Cerise #CA216C
RGB
CMYK
RGB Variations
Color information
#CA216C (or 0xCA216C) is known color: Cerise. HEX triplet: CA, 21 and 6C. RGB value is (202,33,108). Sum of RGB (Red+Green+Blue) = 202+33+108=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA216C is #35DE93. Grayscale: #5B5B5B. Windows color (decimal): -3530388 or 7086538. OLE color: 7086538.
HSL color Cylindrical-coordinate representation of color #CA216C: hue angle of 333.37º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA216C is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 108 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.21 |
| HSL | 333.37º | 0.72% | 0.46% | - |
| HSV(B) | 333.37º | 0.84% | 0.79% | - |
| XYZ | 27.61 | 14.73 | 15.57 | - |
| YUV | 92.08 | 136.99 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 108 | 0 | 0.84 | 0.47 | 0.21 | 333.37 | 0.72 | 0.46 |
| Hex | CA | 21 | 6C | 0 | 54 | 2F | 15 | 14D | 48 | 2E |
| Octal | 312 | 41 | 154 | 0 | 124 | 57 | 25 | 515 | 110 | 56 |
| Binary | 11001010 | 100001 | 1101100 | 0 | 1010100 | 101111 | 10101 | 101001101 | 1001000 | 101110 |
Color Harmonies of #CA216C
Complementary color
Monochromatic Colors of #CA216C
Black with #CA216C
Text Example
Text Example
White with #CA216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA216C; }
p { color: rgb(202,33,108); }
H1.HeaderClassName
{
color: #CA216C;
}
.AnyTagClassName
{
color: #CA216C;
}
</style>
background-color css
<style>
a { background-color: #CA216C; }
a { background-color: rgb(202,33,108); }
div.DivClassName
{
background-color: #CA216C;
}
.BgClassName
{
background-color: #CA216C;
}
</style>
border-color css
<style>
span { border-color: #CA216C; }
span { border-color: rgb(202,33,108); }
td.TdClassName
{
border-color: #CA216C;
}
.TagClassName
{
border-color: #CA216C;
}
</style>