Shades of Deep Magenta #CA1FCC
Tints of Deep Magenta #CA1FCC
RGB
CMYK
RGB Variations
Color information
#CA1FCC (or 0xCA1FCC) is known color: Deep Magenta. HEX triplet: CA, 1F and CC. RGB value is (202,31,204). Sum of RGB (Red+Green+Blue) = 202+31+204=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA1FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1FCC is #35E033. Grayscale: #656565. Windows color (decimal): -3530804 or 13377482. OLE color: 13377482.
HSL color Cylindrical-coordinate representation of color #CA1FCC: hue angle of 299.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1FCC is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 31 | 204 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.2 |
| HSL | 299.31º | 0.74% | 0.46% | - |
| HSV(B) | 299.31º | 0.85% | 0.8% | - |
| XYZ | 35.75 | 17.9 | 58.7 | - |
| YUV | 101.85 | 185.65 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 204 | 0.01 | 0.85 | 0 | 0.2 | 299.31 | 0.74 | 0.46 |
| Hex | CA | 1F | CC | 1 | 55 | 0 | 14 | 12B | 4A | 2E |
| Octal | 312 | 37 | 314 | 1 | 125 | 0 | 24 | 453 | 112 | 56 |
| Binary | 11001010 | 11111 | 11001100 | 1 | 1010101 | 0 | 10100 | 100101011 | 1001010 | 101110 |
Color Harmonies of #CA1FCC
Complementary color
Monochromatic Colors of #CA1FCC
Black with #CA1FCC
Text Example
Text Example
White with #CA1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FCC; }
p { color: rgb(202,31,204); }
H1.HeaderClassName
{
color: #CA1FCC;
}
.AnyTagClassName
{
color: #CA1FCC;
}
</style>
background-color css
<style>
a { background-color: #CA1FCC; }
a { background-color: rgb(202,31,204); }
div.DivClassName
{
background-color: #CA1FCC;
}
.BgClassName
{
background-color: #CA1FCC;
}
</style>
border-color css
<style>
span { border-color: #CA1FCC; }
span { border-color: rgb(202,31,204); }
td.TdClassName
{
border-color: #CA1FCC;
}
.TagClassName
{
border-color: #CA1FCC;
}
</style>