Shades of Deep Cerise #CA367A
Tints of Deep Cerise #CA367A
RGB
CMYK
RGB Variations
Color information
#CA367A (or 0xCA367A) is known color: Deep Cerise. HEX triplet: CA, 36 and 7A. RGB value is (202,54,122). Sum of RGB (Red+Green+Blue) = 202+54+122=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA367A is #35C985. Grayscale: #696969. Windows color (decimal): -3524998 or 8009418. OLE color: 8009418.
HSL color Cylindrical-coordinate representation of color #CA367A: hue angle of 332.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA367A is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 122 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.21 |
| HSL | 332.43º | 0.58% | 0.5% | - |
| HSV(B) | 332.43º | 0.73% | 0.79% | - |
| XYZ | 29.19 | 16.6 | 20.08 | - |
| YUV | 106 | 137.03 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 122 | 0 | 0.73 | 0.40 | 0.21 | 332.43 | 0.58 | 0.5 |
| Hex | CA | 36 | 7A | 0 | 49 | 28 | 15 | 14C | 3A | 32 |
| Octal | 312 | 66 | 172 | 0 | 111 | 50 | 25 | 514 | 72 | 62 |
| Binary | 11001010 | 110110 | 1111010 | 0 | 1001001 | 101000 | 10101 | 101001100 | 111010 | 110010 |
Color Harmonies of #CA367A
Complementary color
Monochromatic Colors of #CA367A
Black with #CA367A
Text Example
Text Example
White with #CA367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA367A; }
p { color: rgb(202,54,122); }
H1.HeaderClassName
{
color: #CA367A;
}
.AnyTagClassName
{
color: #CA367A;
}
</style>
background-color css
<style>
a { background-color: #CA367A; }
a { background-color: rgb(202,54,122); }
div.DivClassName
{
background-color: #CA367A;
}
.BgClassName
{
background-color: #CA367A;
}
</style>
border-color css
<style>
span { border-color: #CA367A; }
span { border-color: rgb(202,54,122); }
td.TdClassName
{
border-color: #CA367A;
}
.TagClassName
{
border-color: #CA367A;
}
</style>