Shades of Fuchsia #CA47BA
Tints of Fuchsia #CA47BA
RGB
CMYK
RGB Variations
Color information
#CA47BA (or 0xCA47BA) is known color: Fuchsia. HEX triplet: CA, 47 and BA. RGB value is (202,71,186). Sum of RGB (Red+Green+Blue) = 202+71+186=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47BA is #35B845. Grayscale: #7A7A7A. Windows color (decimal): -3520582 or 12208074. OLE color: 12208074.
HSL color Cylindrical-coordinate representation of color #CA47BA: hue angle of 307.33º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA47BA is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 186 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.21 |
| HSL | 307.33º | 0.55% | 0.54% | - |
| HSV(B) | 307.33º | 0.65% | 0.79% | - |
| XYZ | 35.47 | 20.61 | 48.56 | - |
| YUV | 123.28 | 163.4 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 186 | 0 | 0.65 | 0.08 | 0.21 | 307.33 | 0.55 | 0.54 |
| Hex | CA | 47 | BA | 0 | 41 | 8 | 15 | 133 | 37 | 36 |
| Octal | 312 | 107 | 272 | 0 | 101 | 10 | 25 | 463 | 67 | 66 |
| Binary | 11001010 | 1000111 | 10111010 | 0 | 1000001 | 1000 | 10101 | 100110011 | 110111 | 110110 |
Color Harmonies of #CA47BA
Complementary color
Monochromatic Colors of #CA47BA
Black with #CA47BA
Text Example
Text Example
White with #CA47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA47BA; }
p { color: rgb(202,71,186); }
H1.HeaderClassName
{
color: #CA47BA;
}
.AnyTagClassName
{
color: #CA47BA;
}
</style>
background-color css
<style>
a { background-color: #CA47BA; }
a { background-color: rgb(202,71,186); }
div.DivClassName
{
background-color: #CA47BA;
}
.BgClassName
{
background-color: #CA47BA;
}
</style>
border-color css
<style>
span { border-color: #CA47BA; }
span { border-color: rgb(202,71,186); }
td.TdClassName
{
border-color: #CA47BA;
}
.TagClassName
{
border-color: #CA47BA;
}
</style>