Shades of Fuchsia #CA49B0
Tints of Fuchsia #CA49B0
RGB
CMYK
RGB Variations
Color information
#CA49B0 (or 0xCA49B0) is known color: Fuchsia. HEX triplet: CA, 49 and B0. RGB value is (202,73,176). Sum of RGB (Red+Green+Blue) = 202+73+176=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA49B0 is #35B64F. Grayscale: #7B7B7B. Windows color (decimal): -3520080 or 11553226. OLE color: 11553226.
HSL color Cylindrical-coordinate representation of color #CA49B0: hue angle of 312.09º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA49B0 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 176 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.21 |
| HSL | 312.09º | 0.55% | 0.54% | - |
| HSV(B) | 312.09º | 0.64% | 0.79% | - |
| XYZ | 34.58 | 20.46 | 43.2 | - |
| YUV | 123.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 176 | 0 | 0.64 | 0.13 | 0.21 | 312.09 | 0.55 | 0.54 |
| Hex | CA | 49 | B0 | 0 | 40 | D | 15 | 138 | 37 | 36 |
| Octal | 312 | 111 | 260 | 0 | 100 | 15 | 25 | 470 | 67 | 66 |
| Binary | 11001010 | 1001001 | 10110000 | 0 | 1000000 | 1101 | 10101 | 100111000 | 110111 | 110110 |
Color Harmonies of #CA49B0
Complementary color
Monochromatic Colors of #CA49B0
Black with #CA49B0
Text Example
Text Example
White with #CA49B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA49B0; }
p { color: rgb(202,73,176); }
H1.HeaderClassName
{
color: #CA49B0;
}
.AnyTagClassName
{
color: #CA49B0;
}
</style>
background-color css
<style>
a { background-color: #CA49B0; }
a { background-color: rgb(202,73,176); }
div.DivClassName
{
background-color: #CA49B0;
}
.BgClassName
{
background-color: #CA49B0;
}
</style>
border-color css
<style>
span { border-color: #CA49B0; }
span { border-color: rgb(202,73,176); }
td.TdClassName
{
border-color: #CA49B0;
}
.TagClassName
{
border-color: #CA49B0;
}
</style>