Shades of Deep Cerise #CA377D
Tints of Deep Cerise #CA377D
RGB
CMYK
RGB Variations
Color information
#CA377D (or 0xCA377D) is known color: Deep Cerise. HEX triplet: CA, 37 and 7D. RGB value is (202,55,125). Sum of RGB (Red+Green+Blue) = 202+55+125=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA377D is #35C882. Grayscale: #6A6A6A. Windows color (decimal): -3524739 or 8206282. OLE color: 8206282.
HSL color Cylindrical-coordinate representation of color #CA377D: hue angle of 331.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 #CA377D is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 125 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.21 |
| HSL | 331.43º | 0.58% | 0.5% | - |
| HSV(B) | 331.43º | 0.73% | 0.79% | - |
| XYZ | 29.42 | 16.77 | 21.09 | - |
| YUV | 106.93 | 138.2 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 125 | 0 | 0.73 | 0.38 | 0.21 | 331.43 | 0.58 | 0.5 |
| Hex | CA | 37 | 7D | 0 | 49 | 26 | 15 | 14B | 3A | 32 |
| Octal | 312 | 67 | 175 | 0 | 111 | 46 | 25 | 513 | 72 | 62 |
| Binary | 11001010 | 110111 | 1111101 | 0 | 1001001 | 100110 | 10101 | 101001011 | 111010 | 110010 |
Color Harmonies of #CA377D
Complementary color
Monochromatic Colors of #CA377D
Black with #CA377D
Text Example
Text Example
White with #CA377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA377D; }
p { color: rgb(202,55,125); }
H1.HeaderClassName
{
color: #CA377D;
}
.AnyTagClassName
{
color: #CA377D;
}
</style>
background-color css
<style>
a { background-color: #CA377D; }
a { background-color: rgb(202,55,125); }
div.DivClassName
{
background-color: #CA377D;
}
.BgClassName
{
background-color: #CA377D;
}
</style>
border-color css
<style>
span { border-color: #CA377D; }
span { border-color: rgb(202,55,125); }
td.TdClassName
{
border-color: #CA377D;
}
.TagClassName
{
border-color: #CA377D;
}
</style>