Shades of Fuchsia #CA5CAC
Tints of Fuchsia #CA5CAC
RGB
CMYK
RGB Variations
Color information
#CA5CAC (or 0xCA5CAC) is known color: Fuchsia. HEX triplet: CA, 5C and AC. RGB value is (202,92,172). Sum of RGB (Red+Green+Blue) = 202+92+172=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5CAC is #35A353. Grayscale: #858585. Windows color (decimal): -3515220 or 11295946. OLE color: 11295946.
HSL color Cylindrical-coordinate representation of color #CA5CAC: hue angle of 316.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5CAC is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 92 | 172 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.21 |
| HSL | 316.36º | 0.51% | 0.58% | - |
| HSV(B) | 316.36º | 0.54% | 0.79% | - |
| XYZ | 35.63 | 23.19 | 41.63 | - |
| YUV | 134.01 | 149.44 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 172 | 0 | 0.54 | 0.15 | 0.21 | 316.36 | 0.51 | 0.58 |
| Hex | CA | 5C | AC | 0 | 36 | F | 15 | 13C | 33 | 3A |
| Octal | 312 | 134 | 254 | 0 | 66 | 17 | 25 | 474 | 63 | 72 |
| Binary | 11001010 | 1011100 | 10101100 | 0 | 110110 | 1111 | 10101 | 100111100 | 110011 | 111010 |
Color Harmonies of #CA5CAC
Complementary color
Monochromatic Colors of #CA5CAC
Black with #CA5CAC
Text Example
Text Example
White with #CA5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5CAC; }
p { color: rgb(202,92,172); }
H1.HeaderClassName
{
color: #CA5CAC;
}
.AnyTagClassName
{
color: #CA5CAC;
}
</style>
background-color css
<style>
a { background-color: #CA5CAC; }
a { background-color: rgb(202,92,172); }
div.DivClassName
{
background-color: #CA5CAC;
}
.BgClassName
{
background-color: #CA5CAC;
}
</style>
border-color css
<style>
span { border-color: #CA5CAC; }
span { border-color: rgb(202,92,172); }
td.TdClassName
{
border-color: #CA5CAC;
}
.TagClassName
{
border-color: #CA5CAC;
}
</style>