Shades of Fuchsia #CA51B6
Tints of Fuchsia #CA51B6
RGB
CMYK
RGB Variations
Color information
#CA51B6 (or 0xCA51B6) is known color: Fuchsia. HEX triplet: CA, 51 and B6. RGB value is (202,81,182). Sum of RGB (Red+Green+Blue) = 202+81+182=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51B6 is #35AE49. Grayscale: #808080. Windows color (decimal): -3518026 or 11948490. OLE color: 11948490.
HSL color Cylindrical-coordinate representation of color #CA51B6: hue angle of 309.92º 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 #CA51B6 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 182 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.21 |
| HSL | 309.92º | 0.53% | 0.55% | - |
| HSV(B) | 309.92º | 0.6% | 0.79% | - |
| XYZ | 35.74 | 21.82 | 46.58 | - |
| YUV | 128.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 182 | 0 | 0.60 | 0.10 | 0.21 | 309.92 | 0.53 | 0.55 |
| Hex | CA | 51 | B6 | 0 | 3C | A | 15 | 136 | 35 | 37 |
| Octal | 312 | 121 | 266 | 0 | 74 | 12 | 25 | 466 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10110110 | 0 | 111100 | 1010 | 10101 | 100110110 | 110101 | 110111 |
Color Harmonies of #CA51B6
Complementary color
Monochromatic Colors of #CA51B6
Black with #CA51B6
Text Example
Text Example
White with #CA51B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51B6; }
p { color: rgb(202,81,182); }
H1.HeaderClassName
{
color: #CA51B6;
}
.AnyTagClassName
{
color: #CA51B6;
}
</style>
background-color css
<style>
a { background-color: #CA51B6; }
a { background-color: rgb(202,81,182); }
div.DivClassName
{
background-color: #CA51B6;
}
.BgClassName
{
background-color: #CA51B6;
}
</style>
border-color css
<style>
span { border-color: #CA51B6; }
span { border-color: rgb(202,81,182); }
td.TdClassName
{
border-color: #CA51B6;
}
.TagClassName
{
border-color: #CA51B6;
}
</style>