Shades of Cerise #CA3A70
Tints of Cerise #CA3A70
RGB
CMYK
RGB Variations
Color information
#CA3A70 (or 0xCA3A70) is known color: Cerise. HEX triplet: CA, 3A and 70. RGB value is (202,58,112). Sum of RGB (Red+Green+Blue) = 202+58+112=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A70 is #35C58F. Grayscale: #6B6B6B. Windows color (decimal): -3523984 or 7355082. OLE color: 7355082.
HSL color Cylindrical-coordinate representation of color #CA3A70: hue angle of 337.5º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3A70 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 112 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.21 |
| HSL | 337.5º | 0.58% | 0.51% | - |
| HSV(B) | 337.5º | 0.71% | 0.79% | - |
| XYZ | 28.79 | 16.75 | 17.05 | - |
| YUV | 107.21 | 130.71 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 112 | 0 | 0.71 | 0.45 | 0.21 | 337.5 | 0.58 | 0.51 |
| Hex | CA | 3A | 70 | 0 | 47 | 2D | 15 | 152 | 3A | 33 |
| Octal | 312 | 72 | 160 | 0 | 107 | 55 | 25 | 522 | 72 | 63 |
| Binary | 11001010 | 111010 | 1110000 | 0 | 1000111 | 101101 | 10101 | 101010010 | 111010 | 110011 |
Color Harmonies of #CA3A70
Complementary color
Monochromatic Colors of #CA3A70
Black with #CA3A70
Text Example
Text Example
White with #CA3A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A70; }
p { color: rgb(202,58,112); }
H1.HeaderClassName
{
color: #CA3A70;
}
.AnyTagClassName
{
color: #CA3A70;
}
</style>
background-color css
<style>
a { background-color: #CA3A70; }
a { background-color: rgb(202,58,112); }
div.DivClassName
{
background-color: #CA3A70;
}
.BgClassName
{
background-color: #CA3A70;
}
</style>
border-color css
<style>
span { border-color: #CA3A70; }
span { border-color: rgb(202,58,112); }
td.TdClassName
{
border-color: #CA3A70;
}
.TagClassName
{
border-color: #CA3A70;
}
</style>