Shades of Fuchsia #CA47B0
Tints of Fuchsia #CA47B0
RGB
CMYK
RGB Variations
Color information
#CA47B0 (or 0xCA47B0) is known color: Fuchsia. HEX triplet: CA, 47 and B0. RGB value is (202,71,176). Sum of RGB (Red+Green+Blue) = 202+71+176=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA47B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA47B0 is #35B84F. Grayscale: #797979. Windows color (decimal): -3520592 or 11552714. OLE color: 11552714.
HSL color Cylindrical-coordinate representation of color #CA47B0: hue angle of 311.91º 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 #CA47B0 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 176 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.21 |
| HSL | 311.91º | 0.55% | 0.54% | - |
| HSV(B) | 311.91º | 0.65% | 0.79% | - |
| XYZ | 34.45 | 20.2 | 43.16 | - |
| YUV | 122.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 176 | 0 | 0.65 | 0.13 | 0.21 | 311.91 | 0.55 | 0.54 |
| Hex | CA | 47 | B0 | 0 | 41 | D | 15 | 138 | 37 | 36 |
| Octal | 312 | 107 | 260 | 0 | 101 | 15 | 25 | 470 | 67 | 66 |
| Binary | 11001010 | 1000111 | 10110000 | 0 | 1000001 | 1101 | 10101 | 100111000 | 110111 | 110110 |
Color Harmonies of #CA47B0
Complementary color
Monochromatic Colors of #CA47B0
Black with #CA47B0
Text Example
Text Example
White with #CA47B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA47B0; }
p { color: rgb(202,71,176); }
H1.HeaderClassName
{
color: #CA47B0;
}
.AnyTagClassName
{
color: #CA47B0;
}
</style>
background-color css
<style>
a { background-color: #CA47B0; }
a { background-color: rgb(202,71,176); }
div.DivClassName
{
background-color: #CA47B0;
}
.BgClassName
{
background-color: #CA47B0;
}
</style>
border-color css
<style>
span { border-color: #CA47B0; }
span { border-color: rgb(202,71,176); }
td.TdClassName
{
border-color: #CA47B0;
}
.TagClassName
{
border-color: #CA47B0;
}
</style>