Shades of Fuchsia #CA49BA
Tints of Fuchsia #CA49BA
RGB
CMYK
RGB Variations
Color information
#CA49BA (or 0xCA49BA) is known color: Fuchsia. HEX triplet: CA, 49 and BA. RGB value is (202,73,186). Sum of RGB (Red+Green+Blue) = 202+73+186=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49BA is #35B645. Grayscale: #7C7C7C. Windows color (decimal): -3520070 or 12208586. OLE color: 12208586.
HSL color Cylindrical-coordinate representation of color #CA49BA: hue angle of 307.44º 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 #CA49BA is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 186 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.21 |
| HSL | 307.44º | 0.55% | 0.54% | - |
| HSV(B) | 307.44º | 0.64% | 0.79% | - |
| XYZ | 35.6 | 20.87 | 48.61 | - |
| YUV | 124.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 186 | 0 | 0.64 | 0.08 | 0.21 | 307.44 | 0.55 | 0.54 |
| Hex | CA | 49 | BA | 0 | 40 | 8 | 15 | 133 | 37 | 36 |
| Octal | 312 | 111 | 272 | 0 | 100 | 10 | 25 | 463 | 67 | 66 |
| Binary | 11001010 | 1001001 | 10111010 | 0 | 1000000 | 1000 | 10101 | 100110011 | 110111 | 110110 |
Color Harmonies of #CA49BA
Complementary color
Monochromatic Colors of #CA49BA
Black with #CA49BA
Text Example
Text Example
White with #CA49BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA49BA; }
p { color: rgb(202,73,186); }
H1.HeaderClassName
{
color: #CA49BA;
}
.AnyTagClassName
{
color: #CA49BA;
}
</style>
background-color css
<style>
a { background-color: #CA49BA; }
a { background-color: rgb(202,73,186); }
div.DivClassName
{
background-color: #CA49BA;
}
.BgClassName
{
background-color: #CA49BA;
}
</style>
border-color css
<style>
span { border-color: #CA49BA; }
span { border-color: rgb(202,73,186); }
td.TdClassName
{
border-color: #CA49BA;
}
.TagClassName
{
border-color: #CA49BA;
}
</style>