Shades of Deep Cerise #CA397F
Tints of Deep Cerise #CA397F
RGB
CMYK
RGB Variations
Color information
#CA397F (or 0xCA397F) is known color: Deep Cerise. HEX triplet: CA, 39 and 7F. RGB value is (202,57,127). Sum of RGB (Red+Green+Blue) = 202+57+127=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA397F is #35C680. Grayscale: #6C6C6C. Windows color (decimal): -3524225 or 8337866. OLE color: 8337866.
HSL color Cylindrical-coordinate representation of color #CA397F: hue angle of 331.03º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA397F is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 127 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.21 |
| HSL | 331.03º | 0.58% | 0.51% | - |
| HSV(B) | 331.03º | 0.72% | 0.79% | - |
| XYZ | 29.65 | 17.02 | 21.8 | - |
| YUV | 108.34 | 138.54 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 127 | 0 | 0.72 | 0.37 | 0.21 | 331.03 | 0.58 | 0.51 |
| Hex | CA | 39 | 7F | 0 | 48 | 25 | 15 | 14B | 3A | 33 |
| Octal | 312 | 71 | 177 | 0 | 110 | 45 | 25 | 513 | 72 | 63 |
| Binary | 11001010 | 111001 | 1111111 | 0 | 1001000 | 100101 | 10101 | 101001011 | 111010 | 110011 |
Color Harmonies of #CA397F
Complementary color
Monochromatic Colors of #CA397F
Black with #CA397F
Text Example
Text Example
White with #CA397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA397F; }
p { color: rgb(202,57,127); }
H1.HeaderClassName
{
color: #CA397F;
}
.AnyTagClassName
{
color: #CA397F;
}
</style>
background-color css
<style>
a { background-color: #CA397F; }
a { background-color: rgb(202,57,127); }
div.DivClassName
{
background-color: #CA397F;
}
.BgClassName
{
background-color: #CA397F;
}
</style>
border-color css
<style>
span { border-color: #CA397F; }
span { border-color: rgb(202,57,127); }
td.TdClassName
{
border-color: #CA397F;
}
.TagClassName
{
border-color: #CA397F;
}
</style>