Shades of Fuchsia #CA47D0
Tints of Fuchsia #CA47D0
RGB
CMYK
RGB Variations
Color information
#CA47D0 (or 0xCA47D0) is known color: Fuchsia. HEX triplet: CA, 47 and D0. RGB value is (202,71,208). Sum of RGB (Red+Green+Blue) = 202+71+208=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA47D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA47D0 is #35B82F. Grayscale: #7D7D7D. Windows color (decimal): -3520560 or 13649866. OLE color: 13649866.
HSL color Cylindrical-coordinate representation of color #CA47D0: hue angle of 297.37º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA47D0 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 71 | 208 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.18 |
| HSL | 297.37º | 0.59% | 0.55% | - |
| HSV(B) | 297.37º | 0.66% | 0.82% | - |
| XYZ | 38 | 21.62 | 61.84 | - |
| YUV | 125.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 208 | 0.03 | 0.66 | 0 | 0.18 | 297.37 | 0.59 | 0.55 |
| Hex | CA | 47 | D0 | 3 | 42 | 0 | 12 | 129 | 3B | 37 |
| Octal | 312 | 107 | 320 | 3 | 102 | 0 | 22 | 451 | 73 | 67 |
| Binary | 11001010 | 1000111 | 11010000 | 11 | 1000010 | 0 | 10010 | 100101001 | 111011 | 110111 |
Color Harmonies of #CA47D0
Complementary color
Monochromatic Colors of #CA47D0
Black with #CA47D0
Text Example
Text Example
White with #CA47D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA47D0; }
p { color: rgb(202,71,208); }
H1.HeaderClassName
{
color: #CA47D0;
}
.AnyTagClassName
{
color: #CA47D0;
}
</style>
background-color css
<style>
a { background-color: #CA47D0; }
a { background-color: rgb(202,71,208); }
div.DivClassName
{
background-color: #CA47D0;
}
.BgClassName
{
background-color: #CA47D0;
}
</style>
border-color css
<style>
span { border-color: #CA47D0; }
span { border-color: rgb(202,71,208); }
td.TdClassName
{
border-color: #CA47D0;
}
.TagClassName
{
border-color: #CA47D0;
}
</style>