Shades of Fuchsia #CA55BA
Tints of Fuchsia #CA55BA
RGB
CMYK
RGB Variations
Color information
#CA55BA (or 0xCA55BA) is known color: Fuchsia. HEX triplet: CA, 55 and BA. RGB value is (202,85,186). Sum of RGB (Red+Green+Blue) = 202+85+186=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55BA is #35AA45. Grayscale: #838383. Windows color (decimal): -3516998 or 12211658. OLE color: 12211658.
HSL color Cylindrical-coordinate representation of color #CA55BA: hue angle of 308.21º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA55BA is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 186 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.21 |
| HSL | 308.21º | 0.52% | 0.56% | - |
| HSV(B) | 308.21º | 0.58% | 0.79% | - |
| XYZ | 36.47 | 22.6 | 48.89 | - |
| YUV | 131.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 186 | 0 | 0.58 | 0.08 | 0.21 | 308.21 | 0.52 | 0.56 |
| Hex | CA | 55 | BA | 0 | 3A | 8 | 15 | 134 | 34 | 38 |
| Octal | 312 | 125 | 272 | 0 | 72 | 10 | 25 | 464 | 64 | 70 |
| Binary | 11001010 | 1010101 | 10111010 | 0 | 111010 | 1000 | 10101 | 100110100 | 110100 | 111000 |
Color Harmonies of #CA55BA
Complementary color
Monochromatic Colors of #CA55BA
Black with #CA55BA
Text Example
Text Example
White with #CA55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55BA; }
p { color: rgb(202,85,186); }
H1.HeaderClassName
{
color: #CA55BA;
}
.AnyTagClassName
{
color: #CA55BA;
}
</style>
background-color css
<style>
a { background-color: #CA55BA; }
a { background-color: rgb(202,85,186); }
div.DivClassName
{
background-color: #CA55BA;
}
.BgClassName
{
background-color: #CA55BA;
}
</style>
border-color css
<style>
span { border-color: #CA55BA; }
span { border-color: rgb(202,85,186); }
td.TdClassName
{
border-color: #CA55BA;
}
.TagClassName
{
border-color: #CA55BA;
}
</style>