Shades of Deep Magenta #CA1CBC
Tints of Deep Magenta #CA1CBC
RGB
CMYK
RGB Variations
Color information
#CA1CBC (or 0xCA1CBC) is known color: Deep Magenta. HEX triplet: CA, 1C and BC. RGB value is (202,28,188). Sum of RGB (Red+Green+Blue) = 202+28+188=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CBC is #35E343. Grayscale: #616161. Windows color (decimal): -3531588 or 12328138. OLE color: 12328138.
HSL color Cylindrical-coordinate representation of color #CA1CBC: hue angle of 304.83º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1CBC is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 28 | 188 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.21 |
| HSL | 304.83º | 0.76% | 0.45% | - |
| HSV(B) | 304.83º | 0.86% | 0.79% | - |
| XYZ | 33.85 | 17.02 | 49.08 | - |
| YUV | 98.27 | 178.65 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 188 | 0 | 0.86 | 0.07 | 0.21 | 304.83 | 0.76 | 0.45 |
| Hex | CA | 1C | BC | 0 | 56 | 7 | 15 | 131 | 4C | 2D |
| Octal | 312 | 34 | 274 | 0 | 126 | 7 | 25 | 461 | 114 | 55 |
| Binary | 11001010 | 11100 | 10111100 | 0 | 1010110 | 111 | 10101 | 100110001 | 1001100 | 101101 |
Color Harmonies of #CA1CBC
Complementary color
Monochromatic Colors of #CA1CBC
Black with #CA1CBC
Text Example
Text Example
White with #CA1CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1CBC; }
p { color: rgb(202,28,188); }
H1.HeaderClassName
{
color: #CA1CBC;
}
.AnyTagClassName
{
color: #CA1CBC;
}
</style>
background-color css
<style>
a { background-color: #CA1CBC; }
a { background-color: rgb(202,28,188); }
div.DivClassName
{
background-color: #CA1CBC;
}
.BgClassName
{
background-color: #CA1CBC;
}
</style>
border-color css
<style>
span { border-color: #CA1CBC; }
span { border-color: rgb(202,28,188); }
td.TdClassName
{
border-color: #CA1CBC;
}
.TagClassName
{
border-color: #CA1CBC;
}
</style>