Shades of Fuchsia #CA59B0
Tints of Fuchsia #CA59B0
RGB
CMYK
RGB Variations
Color information
#CA59B0 (or 0xCA59B0) is known color: Fuchsia. HEX triplet: CA, 59 and B0. RGB value is (202,89,176). Sum of RGB (Red+Green+Blue) = 202+89+176=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59B0 is #35A64F. Grayscale: #848484. Windows color (decimal): -3515984 or 11557322. OLE color: 11557322.
HSL color Cylindrical-coordinate representation of color #CA59B0: hue angle of 313.81º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA59B0 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 176 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.21 |
| HSL | 313.81º | 0.52% | 0.57% | - |
| HSV(B) | 313.81º | 0.56% | 0.79% | - |
| XYZ | 35.77 | 22.84 | 43.6 | - |
| YUV | 132.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 176 | 0 | 0.56 | 0.13 | 0.21 | 313.81 | 0.52 | 0.57 |
| Hex | CA | 59 | B0 | 0 | 38 | D | 15 | 13A | 34 | 39 |
| Octal | 312 | 131 | 260 | 0 | 70 | 15 | 25 | 472 | 64 | 71 |
| Binary | 11001010 | 1011001 | 10110000 | 0 | 111000 | 1101 | 10101 | 100111010 | 110100 | 111001 |
Color Harmonies of #CA59B0
Complementary color
Monochromatic Colors of #CA59B0
Black with #CA59B0
Text Example
Text Example
White with #CA59B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59B0; }
p { color: rgb(202,89,176); }
H1.HeaderClassName
{
color: #CA59B0;
}
.AnyTagClassName
{
color: #CA59B0;
}
</style>
background-color css
<style>
a { background-color: #CA59B0; }
a { background-color: rgb(202,89,176); }
div.DivClassName
{
background-color: #CA59B0;
}
.BgClassName
{
background-color: #CA59B0;
}
</style>
border-color css
<style>
span { border-color: #CA59B0; }
span { border-color: rgb(202,89,176); }
td.TdClassName
{
border-color: #CA59B0;
}
.TagClassName
{
border-color: #CA59B0;
}
</style>