Shades of Fuchsia #CA47B5
Tints of Fuchsia #CA47B5
RGB
CMYK
RGB Variations
Color information
#CA47B5 (or 0xCA47B5) is known color: Fuchsia. HEX triplet: CA, 47 and B5. RGB value is (202,71,181). Sum of RGB (Red+Green+Blue) = 202+71+181=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA47B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47B5 is #35B84A. Grayscale: #7A7A7A. Windows color (decimal): -3520587 or 11880394. OLE color: 11880394.
HSL color Cylindrical-coordinate representation of color #CA47B5: hue angle of 309.62º 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 #CA47B5 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 181 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.21 |
| HSL | 309.62º | 0.55% | 0.54% | - |
| HSV(B) | 309.62º | 0.65% | 0.79% | - |
| XYZ | 34.95 | 20.4 | 45.81 | - |
| YUV | 122.71 | 160.9 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 181 | 0 | 0.65 | 0.10 | 0.21 | 309.62 | 0.55 | 0.54 |
| Hex | CA | 47 | B5 | 0 | 41 | A | 15 | 136 | 37 | 36 |
| Octal | 312 | 107 | 265 | 0 | 101 | 12 | 25 | 466 | 67 | 66 |
| Binary | 11001010 | 1000111 | 10110101 | 0 | 1000001 | 1010 | 10101 | 100110110 | 110111 | 110110 |
Color Harmonies of #CA47B5
Complementary color
Monochromatic Colors of #CA47B5
Black with #CA47B5
Text Example
Text Example
White with #CA47B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA47B5; }
p { color: rgb(202,71,181); }
H1.HeaderClassName
{
color: #CA47B5;
}
.AnyTagClassName
{
color: #CA47B5;
}
</style>
background-color css
<style>
a { background-color: #CA47B5; }
a { background-color: rgb(202,71,181); }
div.DivClassName
{
background-color: #CA47B5;
}
.BgClassName
{
background-color: #CA47B5;
}
</style>
border-color css
<style>
span { border-color: #CA47B5; }
span { border-color: rgb(202,71,181); }
td.TdClassName
{
border-color: #CA47B5;
}
.TagClassName
{
border-color: #CA47B5;
}
</style>