Shades of Deep Cerise #CA347C
Tints of Deep Cerise #CA347C
RGB
CMYK
RGB Variations
Color information
#CA347C (or 0xCA347C) is known color: Deep Cerise. HEX triplet: CA, 34 and 7C. RGB value is (202,52,124). Sum of RGB (Red+Green+Blue) = 202+52+124=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA347C is #35CB83. Grayscale: #686868. Windows color (decimal): -3525508 or 8139978. OLE color: 8139978.
HSL color Cylindrical-coordinate representation of color #CA347C: hue angle of 331.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 #CA347C is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 124 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.21 |
| HSL | 331.2º | 0.59% | 0.5% | - |
| HSV(B) | 331.2º | 0.74% | 0.79% | - |
| XYZ | 29.22 | 16.47 | 20.71 | - |
| YUV | 105.06 | 138.7 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 124 | 0 | 0.74 | 0.39 | 0.21 | 331.2 | 0.59 | 0.5 |
| Hex | CA | 34 | 7C | 0 | 4A | 27 | 15 | 14B | 3B | 32 |
| Octal | 312 | 64 | 174 | 0 | 112 | 47 | 25 | 513 | 73 | 62 |
| Binary | 11001010 | 110100 | 1111100 | 0 | 1001010 | 100111 | 10101 | 101001011 | 111011 | 110010 |
Color Harmonies of #CA347C
Complementary color
Monochromatic Colors of #CA347C
Black with #CA347C
Text Example
Text Example
White with #CA347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA347C; }
p { color: rgb(202,52,124); }
H1.HeaderClassName
{
color: #CA347C;
}
.AnyTagClassName
{
color: #CA347C;
}
</style>
background-color css
<style>
a { background-color: #CA347C; }
a { background-color: rgb(202,52,124); }
div.DivClassName
{
background-color: #CA347C;
}
.BgClassName
{
background-color: #CA347C;
}
</style>
border-color css
<style>
span { border-color: #CA347C; }
span { border-color: rgb(202,52,124); }
td.TdClassName
{
border-color: #CA347C;
}
.TagClassName
{
border-color: #CA347C;
}
</style>