Shades of Deep Cerise #CA347D
Tints of Deep Cerise #CA347D
RGB
CMYK
RGB Variations
Color information
#CA347D (or 0xCA347D) is known color: Deep Cerise. HEX triplet: CA, 34 and 7D. RGB value is (202,52,125). Sum of RGB (Red+Green+Blue) = 202+52+125=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA347D is #35CB82. Grayscale: #696969. Windows color (decimal): -3525507 or 8205514. OLE color: 8205514.
HSL color Cylindrical-coordinate representation of color #CA347D: hue angle of 330.8º 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 #CA347D is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 125 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.21 |
| HSL | 330.8º | 0.59% | 0.5% | - |
| HSV(B) | 330.8º | 0.74% | 0.79% | - |
| XYZ | 29.29 | 16.49 | 21.04 | - |
| YUV | 105.17 | 139.2 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 125 | 0 | 0.74 | 0.38 | 0.21 | 330.8 | 0.59 | 0.5 |
| Hex | CA | 34 | 7D | 0 | 4A | 26 | 15 | 14B | 3B | 32 |
| Octal | 312 | 64 | 175 | 0 | 112 | 46 | 25 | 513 | 73 | 62 |
| Binary | 11001010 | 110100 | 1111101 | 0 | 1001010 | 100110 | 10101 | 101001011 | 111011 | 110010 |
Color Harmonies of #CA347D
Complementary color
Monochromatic Colors of #CA347D
Black with #CA347D
Text Example
Text Example
White with #CA347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA347D; }
p { color: rgb(202,52,125); }
H1.HeaderClassName
{
color: #CA347D;
}
.AnyTagClassName
{
color: #CA347D;
}
</style>
background-color css
<style>
a { background-color: #CA347D; }
a { background-color: rgb(202,52,125); }
div.DivClassName
{
background-color: #CA347D;
}
.BgClassName
{
background-color: #CA347D;
}
</style>
border-color css
<style>
span { border-color: #CA347D; }
span { border-color: rgb(202,52,125); }
td.TdClassName
{
border-color: #CA347D;
}
.TagClassName
{
border-color: #CA347D;
}
</style>