Shades of Fuchsia #CA55B7
Tints of Fuchsia #CA55B7
RGB
CMYK
RGB Variations
Color information
#CA55B7 (or 0xCA55B7) is known color: Fuchsia. HEX triplet: CA, 55 and B7. RGB value is (202,85,183). Sum of RGB (Red+Green+Blue) = 202+85+183=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55B7 is #35AA48. Grayscale: #828282. Windows color (decimal): -3517001 or 12015050. OLE color: 12015050.
HSL color Cylindrical-coordinate representation of color #CA55B7: hue angle of 309.74º 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 #CA55B7 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 183 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.21 |
| HSL | 309.74º | 0.52% | 0.56% | - |
| HSV(B) | 309.74º | 0.58% | 0.79% | - |
| XYZ | 36.15 | 22.47 | 47.23 | - |
| YUV | 131.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 183 | 0 | 0.58 | 0.09 | 0.21 | 309.74 | 0.52 | 0.56 |
| Hex | CA | 55 | B7 | 0 | 3A | 9 | 15 | 136 | 34 | 38 |
| Octal | 312 | 125 | 267 | 0 | 72 | 11 | 25 | 466 | 64 | 70 |
| Binary | 11001010 | 1010101 | 10110111 | 0 | 111010 | 1001 | 10101 | 100110110 | 110100 | 111000 |
Color Harmonies of #CA55B7
Complementary color
Monochromatic Colors of #CA55B7
Black with #CA55B7
Text Example
Text Example
White with #CA55B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55B7; }
p { color: rgb(202,85,183); }
H1.HeaderClassName
{
color: #CA55B7;
}
.AnyTagClassName
{
color: #CA55B7;
}
</style>
background-color css
<style>
a { background-color: #CA55B7; }
a { background-color: rgb(202,85,183); }
div.DivClassName
{
background-color: #CA55B7;
}
.BgClassName
{
background-color: #CA55B7;
}
</style>
border-color css
<style>
span { border-color: #CA55B7; }
span { border-color: rgb(202,85,183); }
td.TdClassName
{
border-color: #CA55B7;
}
.TagClassName
{
border-color: #CA55B7;
}
</style>