Shades of Deep Magenta #CA1CCF
Tints of Deep Magenta #CA1CCF
RGB
CMYK
RGB Variations
Color information
#CA1CCF (or 0xCA1CCF) is known color: Deep Magenta. HEX triplet: CA, 1C and CF. RGB value is (202,28,207). Sum of RGB (Red+Green+Blue) = 202+28+207=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA1CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CCF is #35E330. Grayscale: #636363. Windows color (decimal): -3531569 or 13573322. OLE color: 13573322.
HSL color Cylindrical-coordinate representation of color #CA1CCF: hue angle of 298.32º 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 #CA1CCF is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 28 | 207 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.19 |
| HSL | 298.32º | 0.76% | 0.46% | - |
| HSV(B) | 298.32º | 0.86% | 0.81% | - |
| XYZ | 36.03 | 17.89 | 60.59 | - |
| YUV | 100.43 | 188.15 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 207 | 0.02 | 0.86 | 0 | 0.19 | 298.32 | 0.76 | 0.46 |
| Hex | CA | 1C | CF | 2 | 56 | 0 | 13 | 12A | 4C | 2E |
| Octal | 312 | 34 | 317 | 2 | 126 | 0 | 23 | 452 | 114 | 56 |
| Binary | 11001010 | 11100 | 11001111 | 10 | 1010110 | 0 | 10011 | 100101010 | 1001100 | 101110 |
Color Harmonies of #CA1CCF
Complementary color
Monochromatic Colors of #CA1CCF
Black with #CA1CCF
Text Example
Text Example
White with #CA1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1CCF; }
p { color: rgb(202,28,207); }
H1.HeaderClassName
{
color: #CA1CCF;
}
.AnyTagClassName
{
color: #CA1CCF;
}
</style>
background-color css
<style>
a { background-color: #CA1CCF; }
a { background-color: rgb(202,28,207); }
div.DivClassName
{
background-color: #CA1CCF;
}
.BgClassName
{
background-color: #CA1CCF;
}
</style>
border-color css
<style>
span { border-color: #CA1CCF; }
span { border-color: rgb(202,28,207); }
td.TdClassName
{
border-color: #CA1CCF;
}
.TagClassName
{
border-color: #CA1CCF;
}
</style>