Shades of Fuchsia #CA5AC2
Tints of Fuchsia #CA5AC2
RGB
CMYK
RGB Variations
Color information
#CA5AC2 (or 0xCA5AC2) is known color: Fuchsia. HEX triplet: CA, 5A and C2. RGB value is (202,90,194). Sum of RGB (Red+Green+Blue) = 202+90+194=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5AC2 is #35A53D. Grayscale: #878787. Windows color (decimal): -3515710 or 12737226. OLE color: 12737226.
HSL color Cylindrical-coordinate representation of color #CA5AC2: hue angle of 304.29º 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 #CA5AC2 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 194 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.21 |
| HSL | 304.29º | 0.51% | 0.57% | - |
| HSV(B) | 304.29º | 0.55% | 0.79% | - |
| XYZ | 37.75 | 23.76 | 53.64 | - |
| YUV | 135.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 194 | 0 | 0.55 | 0.04 | 0.21 | 304.29 | 0.51 | 0.57 |
| Hex | CA | 5A | C2 | 0 | 37 | 4 | 15 | 130 | 33 | 39 |
| Octal | 312 | 132 | 302 | 0 | 67 | 4 | 25 | 460 | 63 | 71 |
| Binary | 11001010 | 1011010 | 11000010 | 0 | 110111 | 100 | 10101 | 100110000 | 110011 | 111001 |
Color Harmonies of #CA5AC2
Complementary color
Monochromatic Colors of #CA5AC2
Black with #CA5AC2
Text Example
Text Example
White with #CA5AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5AC2; }
p { color: rgb(202,90,194); }
H1.HeaderClassName
{
color: #CA5AC2;
}
.AnyTagClassName
{
color: #CA5AC2;
}
</style>
background-color css
<style>
a { background-color: #CA5AC2; }
a { background-color: rgb(202,90,194); }
div.DivClassName
{
background-color: #CA5AC2;
}
.BgClassName
{
background-color: #CA5AC2;
}
</style>
border-color css
<style>
span { border-color: #CA5AC2; }
span { border-color: rgb(202,90,194); }
td.TdClassName
{
border-color: #CA5AC2;
}
.TagClassName
{
border-color: #CA5AC2;
}
</style>