Shades of Fuchsia #CA47BC
Tints of Fuchsia #CA47BC
RGB
CMYK
RGB Variations
Color information
#CA47BC (or 0xCA47BC) is known color: Fuchsia. HEX triplet: CA, 47 and BC. RGB value is (202,71,188). Sum of RGB (Red+Green+Blue) = 202+71+188=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA47BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47BC is #35B843. Grayscale: #7B7B7B. Windows color (decimal): -3520580 or 12339146. OLE color: 12339146.
HSL color Cylindrical-coordinate representation of color #CA47BC: hue angle of 306.41º 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 #CA47BC is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 188 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.21 |
| HSL | 306.41º | 0.55% | 0.54% | - |
| HSV(B) | 306.41º | 0.65% | 0.79% | - |
| XYZ | 35.69 | 20.69 | 49.69 | - |
| YUV | 123.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 188 | 0 | 0.65 | 0.07 | 0.21 | 306.41 | 0.55 | 0.54 |
| Hex | CA | 47 | BC | 0 | 41 | 7 | 15 | 132 | 37 | 36 |
| Octal | 312 | 107 | 274 | 0 | 101 | 7 | 25 | 462 | 67 | 66 |
| Binary | 11001010 | 1000111 | 10111100 | 0 | 1000001 | 111 | 10101 | 100110010 | 110111 | 110110 |
Color Harmonies of #CA47BC
Complementary color
Monochromatic Colors of #CA47BC
Black with #CA47BC
Text Example
Text Example
White with #CA47BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA47BC; }
p { color: rgb(202,71,188); }
H1.HeaderClassName
{
color: #CA47BC;
}
.AnyTagClassName
{
color: #CA47BC;
}
</style>
background-color css
<style>
a { background-color: #CA47BC; }
a { background-color: rgb(202,71,188); }
div.DivClassName
{
background-color: #CA47BC;
}
.BgClassName
{
background-color: #CA47BC;
}
</style>
border-color css
<style>
span { border-color: #CA47BC; }
span { border-color: rgb(202,71,188); }
td.TdClassName
{
border-color: #CA47BC;
}
.TagClassName
{
border-color: #CA47BC;
}
</style>