Shades of Deep Magenta #CA1CCE
Tints of Deep Magenta #CA1CCE
RGB
CMYK
RGB Variations
Color information
#CA1CCE (or 0xCA1CCE) is known color: Deep Magenta. HEX triplet: CA, 1C and CE. RGB value is (202,28,206). Sum of RGB (Red+Green+Blue) = 202+28+206=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA1CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CCE is #35E331. Grayscale: #636363. Windows color (decimal): -3531570 or 13507786. OLE color: 13507786.
HSL color Cylindrical-coordinate representation of color #CA1CCE: hue angle of 298.65º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1CCE is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 28 | 206 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.19 |
| HSL | 298.65º | 0.76% | 0.46% | - |
| HSV(B) | 298.65º | 0.86% | 0.81% | - |
| XYZ | 35.91 | 17.84 | 59.94 | - |
| YUV | 100.32 | 187.65 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 206 | 0.02 | 0.86 | 0 | 0.19 | 298.65 | 0.76 | 0.46 |
| Hex | CA | 1C | CE | 2 | 56 | 0 | 13 | 12B | 4C | 2E |
| Octal | 312 | 34 | 316 | 2 | 126 | 0 | 23 | 453 | 114 | 56 |
| Binary | 11001010 | 11100 | 11001110 | 10 | 1010110 | 0 | 10011 | 100101011 | 1001100 | 101110 |
Color Harmonies of #CA1CCE
Complementary color
Monochromatic Colors of #CA1CCE
Black with #CA1CCE
Text Example
Text Example
White with #CA1CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1CCE; }
p { color: rgb(202,28,206); }
H1.HeaderClassName
{
color: #CA1CCE;
}
.AnyTagClassName
{
color: #CA1CCE;
}
</style>
background-color css
<style>
a { background-color: #CA1CCE; }
a { background-color: rgb(202,28,206); }
div.DivClassName
{
background-color: #CA1CCE;
}
.BgClassName
{
background-color: #CA1CCE;
}
</style>
border-color css
<style>
span { border-color: #CA1CCE; }
span { border-color: rgb(202,28,206); }
td.TdClassName
{
border-color: #CA1CCE;
}
.TagClassName
{
border-color: #CA1CCE;
}
</style>