Shades of Deep Cerise #CA397D
Tints of Deep Cerise #CA397D
RGB
CMYK
RGB Variations
Color information
#CA397D (or 0xCA397D) is known color: Deep Cerise. HEX triplet: CA, 39 and 7D. RGB value is (202,57,125). Sum of RGB (Red+Green+Blue) = 202+57+125=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA397D is #35C682. Grayscale: #6B6B6B. Windows color (decimal): -3524227 or 8206794. OLE color: 8206794.
HSL color Cylindrical-coordinate representation of color #CA397D: hue angle of 331.86º 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 #CA397D is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 125 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.21 |
| HSL | 331.86º | 0.58% | 0.51% | - |
| HSV(B) | 331.86º | 0.72% | 0.79% | - |
| XYZ | 29.52 | 16.96 | 21.12 | - |
| YUV | 108.11 | 137.54 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 125 | 0 | 0.72 | 0.38 | 0.21 | 331.86 | 0.58 | 0.51 |
| Hex | CA | 39 | 7D | 0 | 48 | 26 | 15 | 14C | 3A | 33 |
| Octal | 312 | 71 | 175 | 0 | 110 | 46 | 25 | 514 | 72 | 63 |
| Binary | 11001010 | 111001 | 1111101 | 0 | 1001000 | 100110 | 10101 | 101001100 | 111010 | 110011 |
Color Harmonies of #CA397D
Complementary color
Monochromatic Colors of #CA397D
Black with #CA397D
Text Example
Text Example
White with #CA397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA397D; }
p { color: rgb(202,57,125); }
H1.HeaderClassName
{
color: #CA397D;
}
.AnyTagClassName
{
color: #CA397D;
}
</style>
background-color css
<style>
a { background-color: #CA397D; }
a { background-color: rgb(202,57,125); }
div.DivClassName
{
background-color: #CA397D;
}
.BgClassName
{
background-color: #CA397D;
}
</style>
border-color css
<style>
span { border-color: #CA397D; }
span { border-color: rgb(202,57,125); }
td.TdClassName
{
border-color: #CA397D;
}
.TagClassName
{
border-color: #CA397D;
}
</style>