Shades of Fuchsia #CA2FBA
Tints of Fuchsia #CA2FBA
RGB
CMYK
RGB Variations
Color information
#CA2FBA (or 0xCA2FBA) is known color: Fuchsia. HEX triplet: CA, 2F and BA. RGB value is (202,47,186). Sum of RGB (Red+Green+Blue) = 202+47+186=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2FBA is #35D045. Grayscale: #6C6C6C. Windows color (decimal): -3526726 or 12201930. OLE color: 12201930.
HSL color Cylindrical-coordinate representation of color #CA2FBA: hue angle of 306.19º degrees, saturation: 0.62, 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 #CA2FBA is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 186 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.21 |
| HSL | 306.19º | 0.62% | 0.49% | - |
| HSV(B) | 306.19º | 0.77% | 0.79% | - |
| XYZ | 34.24 | 18.13 | 48.15 | - |
| YUV | 109.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 186 | 0 | 0.77 | 0.08 | 0.21 | 306.19 | 0.62 | 0.49 |
| Hex | CA | 2F | BA | 0 | 4D | 8 | 15 | 132 | 3E | 31 |
| Octal | 312 | 57 | 272 | 0 | 115 | 10 | 25 | 462 | 76 | 61 |
| Binary | 11001010 | 101111 | 10111010 | 0 | 1001101 | 1000 | 10101 | 100110010 | 111110 | 110001 |
Color Harmonies of #CA2FBA
Complementary color
Monochromatic Colors of #CA2FBA
Black with #CA2FBA
Text Example
Text Example
White with #CA2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2FBA; }
p { color: rgb(202,47,186); }
H1.HeaderClassName
{
color: #CA2FBA;
}
.AnyTagClassName
{
color: #CA2FBA;
}
</style>
background-color css
<style>
a { background-color: #CA2FBA; }
a { background-color: rgb(202,47,186); }
div.DivClassName
{
background-color: #CA2FBA;
}
.BgClassName
{
background-color: #CA2FBA;
}
</style>
border-color css
<style>
span { border-color: #CA2FBA; }
span { border-color: rgb(202,47,186); }
td.TdClassName
{
border-color: #CA2FBA;
}
.TagClassName
{
border-color: #CA2FBA;
}
</style>