Shades of Deep Cerise #CA367F
Tints of Deep Cerise #CA367F
RGB
CMYK
RGB Variations
Color information
#CA367F (or 0xCA367F) is known color: Deep Cerise. HEX triplet: CA, 36 and 7F. RGB value is (202,54,127). Sum of RGB (Red+Green+Blue) = 202+54+127=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA367F is #35C980. Grayscale: #6A6A6A. Windows color (decimal): -3524993 or 8337098. OLE color: 8337098.
HSL color Cylindrical-coordinate representation of color #CA367F: hue angle of 330.41º 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 #CA367F is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 127 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.21 |
| HSL | 330.41º | 0.58% | 0.5% | - |
| HSV(B) | 330.41º | 0.73% | 0.79% | - |
| XYZ | 29.51 | 16.73 | 21.75 | - |
| YUV | 106.57 | 139.53 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 127 | 0 | 0.73 | 0.37 | 0.21 | 330.41 | 0.58 | 0.5 |
| Hex | CA | 36 | 7F | 0 | 49 | 25 | 15 | 14A | 3A | 32 |
| Octal | 312 | 66 | 177 | 0 | 111 | 45 | 25 | 512 | 72 | 62 |
| Binary | 11001010 | 110110 | 1111111 | 0 | 1001001 | 100101 | 10101 | 101001010 | 111010 | 110010 |
Color Harmonies of #CA367F
Complementary color
Monochromatic Colors of #CA367F
Black with #CA367F
Text Example
Text Example
White with #CA367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA367F; }
p { color: rgb(202,54,127); }
H1.HeaderClassName
{
color: #CA367F;
}
.AnyTagClassName
{
color: #CA367F;
}
</style>
background-color css
<style>
a { background-color: #CA367F; }
a { background-color: rgb(202,54,127); }
div.DivClassName
{
background-color: #CA367F;
}
.BgClassName
{
background-color: #CA367F;
}
</style>
border-color css
<style>
span { border-color: #CA367F; }
span { border-color: rgb(202,54,127); }
td.TdClassName
{
border-color: #CA367F;
}
.TagClassName
{
border-color: #CA367F;
}
</style>