Shades of Cerise #CA345E
Tints of Cerise #CA345E
RGB
CMYK
RGB Variations
Color information
#CA345E (or 0xCA345E) is known color: Cerise. HEX triplet: CA, 34 and 5E. RGB value is (202,52,94). Sum of RGB (Red+Green+Blue) = 202+52+94=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA345E is #35CBA1. Grayscale: #656565. Windows color (decimal): -3525538 or 6173898. OLE color: 6173898.
HSL color Cylindrical-coordinate representation of color #CA345E: hue angle of 343.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA345E is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 94 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.21 |
| HSL | 343.2º | 0.59% | 0.5% | - |
| HSV(B) | 343.2º | 0.74% | 0.79% | - |
| XYZ | 27.61 | 15.82 | 12.19 | - |
| YUV | 101.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 94 | 0 | 0.74 | 0.53 | 0.21 | 343.2 | 0.59 | 0.5 |
| Hex | CA | 34 | 5E | 0 | 4A | 35 | 15 | 157 | 3B | 32 |
| Octal | 312 | 64 | 136 | 0 | 112 | 65 | 25 | 527 | 73 | 62 |
| Binary | 11001010 | 110100 | 1011110 | 0 | 1001010 | 110101 | 10101 | 101010111 | 111011 | 110010 |
Color Harmonies of #CA345E
Complementary color
Monochromatic Colors of #CA345E
Black with #CA345E
Text Example
Text Example
White with #CA345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA345E; }
p { color: rgb(202,52,94); }
H1.HeaderClassName
{
color: #CA345E;
}
.AnyTagClassName
{
color: #CA345E;
}
</style>
background-color css
<style>
a { background-color: #CA345E; }
a { background-color: rgb(202,52,94); }
div.DivClassName
{
background-color: #CA345E;
}
.BgClassName
{
background-color: #CA345E;
}
</style>
border-color css
<style>
span { border-color: #CA345E; }
span { border-color: rgb(202,52,94); }
td.TdClassName
{
border-color: #CA345E;
}
.TagClassName
{
border-color: #CA345E;
}
</style>