Shades of Fuchsia #CA51B8
Tints of Fuchsia #CA51B8
RGB
CMYK
RGB Variations
Color information
#CA51B8 (or 0xCA51B8) is known color: Fuchsia. HEX triplet: CA, 51 and B8. RGB value is (202,81,184). Sum of RGB (Red+Green+Blue) = 202+81+184=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51B8 is #35AE47. Grayscale: #808080. Windows color (decimal): -3518024 or 12079562. OLE color: 12079562.
HSL color Cylindrical-coordinate representation of color #CA51B8: hue angle of 308.93º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51B8 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 184 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.21 |
| HSL | 308.93º | 0.53% | 0.55% | - |
| HSV(B) | 308.93º | 0.6% | 0.79% | - |
| XYZ | 35.95 | 21.9 | 47.68 | - |
| YUV | 128.92 | 159.09 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 184 | 0 | 0.60 | 0.09 | 0.21 | 308.93 | 0.53 | 0.55 |
| Hex | CA | 51 | B8 | 0 | 3C | 9 | 15 | 135 | 35 | 37 |
| Octal | 312 | 121 | 270 | 0 | 74 | 11 | 25 | 465 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10111000 | 0 | 111100 | 1001 | 10101 | 100110101 | 110101 | 110111 |
Color Harmonies of #CA51B8
Complementary color
Monochromatic Colors of #CA51B8
Black with #CA51B8
Text Example
Text Example
White with #CA51B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51B8; }
p { color: rgb(202,81,184); }
H1.HeaderClassName
{
color: #CA51B8;
}
.AnyTagClassName
{
color: #CA51B8;
}
</style>
background-color css
<style>
a { background-color: #CA51B8; }
a { background-color: rgb(202,81,184); }
div.DivClassName
{
background-color: #CA51B8;
}
.BgClassName
{
background-color: #CA51B8;
}
</style>
border-color css
<style>
span { border-color: #CA51B8; }
span { border-color: rgb(202,81,184); }
td.TdClassName
{
border-color: #CA51B8;
}
.TagClassName
{
border-color: #CA51B8;
}
</style>