Shades of Fuchsia #CA55B8
Tints of Fuchsia #CA55B8
RGB
CMYK
RGB Variations
Color information
#CA55B8 (or 0xCA55B8) is known color: Fuchsia. HEX triplet: CA, 55 and B8. RGB value is (202,85,184). Sum of RGB (Red+Green+Blue) = 202+85+184=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55B8 is #35AA47. Grayscale: #828282. Windows color (decimal): -3517000 or 12080586. OLE color: 12080586.
HSL color Cylindrical-coordinate representation of color #CA55B8: hue angle of 309.23º 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 #CA55B8 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 184 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.21 |
| HSL | 309.23º | 0.52% | 0.56% | - |
| HSV(B) | 309.23º | 0.58% | 0.79% | - |
| XYZ | 36.26 | 22.51 | 47.78 | - |
| YUV | 131.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 184 | 0 | 0.58 | 0.09 | 0.21 | 309.23 | 0.52 | 0.56 |
| Hex | CA | 55 | B8 | 0 | 3A | 9 | 15 | 135 | 34 | 38 |
| Octal | 312 | 125 | 270 | 0 | 72 | 11 | 25 | 465 | 64 | 70 |
| Binary | 11001010 | 1010101 | 10111000 | 0 | 111010 | 1001 | 10101 | 100110101 | 110100 | 111000 |
Color Harmonies of #CA55B8
Complementary color
Monochromatic Colors of #CA55B8
Black with #CA55B8
Text Example
Text Example
White with #CA55B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55B8; }
p { color: rgb(202,85,184); }
H1.HeaderClassName
{
color: #CA55B8;
}
.AnyTagClassName
{
color: #CA55B8;
}
</style>
background-color css
<style>
a { background-color: #CA55B8; }
a { background-color: rgb(202,85,184); }
div.DivClassName
{
background-color: #CA55B8;
}
.BgClassName
{
background-color: #CA55B8;
}
</style>
border-color css
<style>
span { border-color: #CA55B8; }
span { border-color: rgb(202,85,184); }
td.TdClassName
{
border-color: #CA55B8;
}
.TagClassName
{
border-color: #CA55B8;
}
</style>