Shades of Fuchsia #CA58B0
Tints of Fuchsia #CA58B0
RGB
CMYK
RGB Variations
Color information
#CA58B0 (or 0xCA58B0) is known color: Fuchsia. HEX triplet: CA, 58 and B0. RGB value is (202,88,176). Sum of RGB (Red+Green+Blue) = 202+88+176=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58B0 is #35A74F. Grayscale: #838383. Windows color (decimal): -3516240 or 11557066. OLE color: 11557066.
HSL color Cylindrical-coordinate representation of color #CA58B0: hue angle of 313.68º 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 #CA58B0 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 176 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.21 |
| HSL | 313.68º | 0.52% | 0.57% | - |
| HSV(B) | 313.68º | 0.56% | 0.79% | - |
| XYZ | 35.68 | 22.67 | 43.57 | - |
| YUV | 132.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 176 | 0 | 0.56 | 0.13 | 0.21 | 313.68 | 0.52 | 0.57 |
| Hex | CA | 58 | B0 | 0 | 38 | D | 15 | 13A | 34 | 39 |
| Octal | 312 | 130 | 260 | 0 | 70 | 15 | 25 | 472 | 64 | 71 |
| Binary | 11001010 | 1011000 | 10110000 | 0 | 111000 | 1101 | 10101 | 100111010 | 110100 | 111001 |
Color Harmonies of #CA58B0
Complementary color
Monochromatic Colors of #CA58B0
Black with #CA58B0
Text Example
Text Example
White with #CA58B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA58B0; }
p { color: rgb(202,88,176); }
H1.HeaderClassName
{
color: #CA58B0;
}
.AnyTagClassName
{
color: #CA58B0;
}
</style>
background-color css
<style>
a { background-color: #CA58B0; }
a { background-color: rgb(202,88,176); }
div.DivClassName
{
background-color: #CA58B0;
}
.BgClassName
{
background-color: #CA58B0;
}
</style>
border-color css
<style>
span { border-color: #CA58B0; }
span { border-color: rgb(202,88,176); }
td.TdClassName
{
border-color: #CA58B0;
}
.TagClassName
{
border-color: #CA58B0;
}
</style>