Shades of Cerise #CA325F
Tints of Cerise #CA325F
RGB
CMYK
RGB Variations
Color information
#CA325F (or 0xCA325F) is known color: Cerise. HEX triplet: CA, 32 and 5F. RGB value is (202,50,95). Sum of RGB (Red+Green+Blue) = 202+50+95=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA325F is #35CDA0. Grayscale: #646464. Windows color (decimal): -3526049 or 6238922. OLE color: 6238922.
HSL color Cylindrical-coordinate representation of color #CA325F: hue angle of 342.24º 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 #CA325F is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 95 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.21 |
| HSL | 342.24º | 0.6% | 0.49% | - |
| HSV(B) | 342.24º | 0.75% | 0.79% | - |
| XYZ | 27.56 | 15.66 | 12.4 | - |
| YUV | 100.58 | 124.86 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 95 | 0 | 0.75 | 0.53 | 0.21 | 342.24 | 0.6 | 0.49 |
| Hex | CA | 32 | 5F | 0 | 4B | 35 | 15 | 156 | 3C | 31 |
| Octal | 312 | 62 | 137 | 0 | 113 | 65 | 25 | 526 | 74 | 61 |
| Binary | 11001010 | 110010 | 1011111 | 0 | 1001011 | 110101 | 10101 | 101010110 | 111100 | 110001 |
Color Harmonies of #CA325F
Complementary color
Monochromatic Colors of #CA325F
Black with #CA325F
Text Example
Text Example
White with #CA325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA325F; }
p { color: rgb(202,50,95); }
H1.HeaderClassName
{
color: #CA325F;
}
.AnyTagClassName
{
color: #CA325F;
}
</style>
background-color css
<style>
a { background-color: #CA325F; }
a { background-color: rgb(202,50,95); }
div.DivClassName
{
background-color: #CA325F;
}
.BgClassName
{
background-color: #CA325F;
}
</style>
border-color css
<style>
span { border-color: #CA325F; }
span { border-color: rgb(202,50,95); }
td.TdClassName
{
border-color: #CA325F;
}
.TagClassName
{
border-color: #CA325F;
}
</style>