Shades of Fuchsia #CA5AC0
Tints of Fuchsia #CA5AC0
RGB
CMYK
RGB Variations
Color information
#CA5AC0 (or 0xCA5AC0) is known color: Fuchsia. HEX triplet: CA, 5A and C0. RGB value is (202,90,192). Sum of RGB (Red+Green+Blue) = 202+90+192=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5AC0 is #35A53F. Grayscale: #868686. Windows color (decimal): -3515712 or 12606154. OLE color: 12606154.
HSL color Cylindrical-coordinate representation of color #CA5AC0: hue angle of 305.36º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5AC0 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 192 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.21 |
| HSL | 305.36º | 0.51% | 0.57% | - |
| HSV(B) | 305.36º | 0.55% | 0.79% | - |
| XYZ | 37.53 | 23.67 | 52.46 | - |
| YUV | 135.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 192 | 0 | 0.55 | 0.05 | 0.21 | 305.36 | 0.51 | 0.57 |
| Hex | CA | 5A | C0 | 0 | 37 | 5 | 15 | 131 | 33 | 39 |
| Octal | 312 | 132 | 300 | 0 | 67 | 5 | 25 | 461 | 63 | 71 |
| Binary | 11001010 | 1011010 | 11000000 | 0 | 110111 | 101 | 10101 | 100110001 | 110011 | 111001 |
Color Harmonies of #CA5AC0
Complementary color
Monochromatic Colors of #CA5AC0
Black with #CA5AC0
Text Example
Text Example
White with #CA5AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5AC0; }
p { color: rgb(202,90,192); }
H1.HeaderClassName
{
color: #CA5AC0;
}
.AnyTagClassName
{
color: #CA5AC0;
}
</style>
background-color css
<style>
a { background-color: #CA5AC0; }
a { background-color: rgb(202,90,192); }
div.DivClassName
{
background-color: #CA5AC0;
}
.BgClassName
{
background-color: #CA5AC0;
}
</style>
border-color css
<style>
span { border-color: #CA5AC0; }
span { border-color: rgb(202,90,192); }
td.TdClassName
{
border-color: #CA5AC0;
}
.TagClassName
{
border-color: #CA5AC0;
}
</style>