Shades of Fuchsia #CA47CA
Tints of Fuchsia #CA47CA
RGB
CMYK
RGB Variations
Color information
#CA47CA (or 0xCA47CA) is known color: Fuchsia. HEX triplet: CA, 47 and CA. RGB value is (202,71,202). Sum of RGB (Red+Green+Blue) = 202+71+202=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA47CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47CA is #35B835. Grayscale: #7C7C7C. Windows color (decimal): -3520566 or 13256650. OLE color: 13256650.
HSL color Cylindrical-coordinate representation of color #CA47CA: hue angle of 300º 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 #CA47CA is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 202 | - |
| CMYK | 0 | 0.65 | 0 | 0.21 |
| HSL | 300º | 0.55% | 0.54% | - |
| HSV(B) | 300º | 0.65% | 0.79% | - |
| XYZ | 37.27 | 21.33 | 58.03 | - |
| YUV | 125.1 | 171.4 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 202 | 0 | 0.65 | 0 | 0.21 | 300 | 0.55 | 0.54 |
| Hex | CA | 47 | CA | 0 | 41 | 0 | 15 | 12C | 37 | 36 |
| Octal | 312 | 107 | 312 | 0 | 101 | 0 | 25 | 454 | 67 | 66 |
| Binary | 11001010 | 1000111 | 11001010 | 0 | 1000001 | 0 | 10101 | 100101100 | 110111 | 110110 |
Color Harmonies of #CA47CA
Complementary color
Monochromatic Colors of #CA47CA
Black with #CA47CA
Text Example
Text Example
White with #CA47CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA47CA; }
p { color: rgb(202,71,202); }
H1.HeaderClassName
{
color: #CA47CA;
}
.AnyTagClassName
{
color: #CA47CA;
}
</style>
background-color css
<style>
a { background-color: #CA47CA; }
a { background-color: rgb(202,71,202); }
div.DivClassName
{
background-color: #CA47CA;
}
.BgClassName
{
background-color: #CA47CA;
}
</style>
border-color css
<style>
span { border-color: #CA47CA; }
span { border-color: rgb(202,71,202); }
td.TdClassName
{
border-color: #CA47CA;
}
.TagClassName
{
border-color: #CA47CA;
}
</style>