Shades of Deep Magenta #CA1FBE
Tints of Deep Magenta #CA1FBE
RGB
CMYK
RGB Variations
Color information
#CA1FBE (or 0xCA1FBE) is known color: Deep Magenta. HEX triplet: CA, 1F and BE. RGB value is (202,31,190). Sum of RGB (Red+Green+Blue) = 202+31+190=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1FBE is #35E041. Grayscale: #636363. Windows color (decimal): -3530818 or 12459978. OLE color: 12459978.
HSL color Cylindrical-coordinate representation of color #CA1FBE: hue angle of 304.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1FBE is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 190 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.21 |
| HSL | 304.21º | 0.73% | 0.46% | - |
| HSV(B) | 304.21º | 0.85% | 0.79% | - |
| XYZ | 34.14 | 17.25 | 50.25 | - |
| YUV | 100.26 | 178.65 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 190 | 0 | 0.85 | 0.06 | 0.21 | 304.21 | 0.73 | 0.46 |
| Hex | CA | 1F | BE | 0 | 55 | 6 | 15 | 130 | 49 | 2E |
| Octal | 312 | 37 | 276 | 0 | 125 | 6 | 25 | 460 | 111 | 56 |
| Binary | 11001010 | 11111 | 10111110 | 0 | 1010101 | 110 | 10101 | 100110000 | 1001001 | 101110 |
Color Harmonies of #CA1FBE
Complementary color
Monochromatic Colors of #CA1FBE
Black with #CA1FBE
Text Example
Text Example
White with #CA1FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FBE; }
p { color: rgb(202,31,190); }
H1.HeaderClassName
{
color: #CA1FBE;
}
.AnyTagClassName
{
color: #CA1FBE;
}
</style>
background-color css
<style>
a { background-color: #CA1FBE; }
a { background-color: rgb(202,31,190); }
div.DivClassName
{
background-color: #CA1FBE;
}
.BgClassName
{
background-color: #CA1FBE;
}
</style>
border-color css
<style>
span { border-color: #CA1FBE; }
span { border-color: rgb(202,31,190); }
td.TdClassName
{
border-color: #CA1FBE;
}
.TagClassName
{
border-color: #CA1FBE;
}
</style>