Shades of Cerise #CA326F
Tints of Cerise #CA326F
RGB
CMYK
RGB Variations
Color information
#CA326F (or 0xCA326F) is known color: Cerise. HEX triplet: CA, 32 and 6F. RGB value is (202,50,111). Sum of RGB (Red+Green+Blue) = 202+50+111=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA326F is #35CD90. Grayscale: #666666. Windows color (decimal): -3526033 or 7287498. OLE color: 7287498.
HSL color Cylindrical-coordinate representation of color #CA326F: hue angle of 335.92º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA326F is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 111 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.21 |
| HSL | 335.92º | 0.6% | 0.49% | - |
| HSV(B) | 335.92º | 0.75% | 0.79% | - |
| XYZ | 28.37 | 15.99 | 16.63 | - |
| YUV | 102.4 | 132.86 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 111 | 0 | 0.75 | 0.45 | 0.21 | 335.92 | 0.6 | 0.49 |
| Hex | CA | 32 | 6F | 0 | 4B | 2D | 15 | 150 | 3C | 31 |
| Octal | 312 | 62 | 157 | 0 | 113 | 55 | 25 | 520 | 74 | 61 |
| Binary | 11001010 | 110010 | 1101111 | 0 | 1001011 | 101101 | 10101 | 101010000 | 111100 | 110001 |
Color Harmonies of #CA326F
Complementary color
Monochromatic Colors of #CA326F
Black with #CA326F
Text Example
Text Example
White with #CA326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA326F; }
p { color: rgb(202,50,111); }
H1.HeaderClassName
{
color: #CA326F;
}
.AnyTagClassName
{
color: #CA326F;
}
</style>
background-color css
<style>
a { background-color: #CA326F; }
a { background-color: rgb(202,50,111); }
div.DivClassName
{
background-color: #CA326F;
}
.BgClassName
{
background-color: #CA326F;
}
</style>
border-color css
<style>
span { border-color: #CA326F; }
span { border-color: rgb(202,50,111); }
td.TdClassName
{
border-color: #CA326F;
}
.TagClassName
{
border-color: #CA326F;
}
</style>