Shades of Fuchsia #CA2EBC
Tints of Fuchsia #CA2EBC
RGB
CMYK
RGB Variations
Color information
#CA2EBC (or 0xCA2EBC) is known color: Fuchsia. HEX triplet: CA, 2E and BC. RGB value is (202,46,188). Sum of RGB (Red+Green+Blue) = 202+46+188=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 46 (18.36% from 255 or 10.55% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EBC is #35D143. Grayscale: #6C6C6C. Windows color (decimal): -3526980 or 12332746. OLE color: 12332746.
HSL color Cylindrical-coordinate representation of color #CA2EBC: hue angle of 305.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2EBC is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 188 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.21 |
| HSL | 305.38º | 0.63% | 0.49% | - |
| HSV(B) | 305.38º | 0.77% | 0.79% | - |
| XYZ | 34.41 | 18.14 | 49.26 | - |
| YUV | 108.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 188 | 0 | 0.77 | 0.07 | 0.21 | 305.38 | 0.63 | 0.49 |
| Hex | CA | 2E | BC | 0 | 4D | 7 | 15 | 131 | 3F | 31 |
| Octal | 312 | 56 | 274 | 0 | 115 | 7 | 25 | 461 | 77 | 61 |
| Binary | 11001010 | 101110 | 10111100 | 0 | 1001101 | 111 | 10101 | 100110001 | 111111 | 110001 |
Color Harmonies of #CA2EBC
Complementary color
Monochromatic Colors of #CA2EBC
Black with #CA2EBC
Text Example
Text Example
White with #CA2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EBC; }
p { color: rgb(202,46,188); }
H1.HeaderClassName
{
color: #CA2EBC;
}
.AnyTagClassName
{
color: #CA2EBC;
}
</style>
background-color css
<style>
a { background-color: #CA2EBC; }
a { background-color: rgb(202,46,188); }
div.DivClassName
{
background-color: #CA2EBC;
}
.BgClassName
{
background-color: #CA2EBC;
}
</style>
border-color css
<style>
span { border-color: #CA2EBC; }
span { border-color: rgb(202,46,188); }
td.TdClassName
{
border-color: #CA2EBC;
}
.TagClassName
{
border-color: #CA2EBC;
}
</style>