Shades of Fuchsia #CA5CBC
Tints of Fuchsia #CA5CBC
RGB
CMYK
RGB Variations
Color information
#CA5CBC (or 0xCA5CBC) is known color: Fuchsia. HEX triplet: CA, 5C and BC. RGB value is (202,92,188). Sum of RGB (Red+Green+Blue) = 202+92+188=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CBC is #35A343. Grayscale: #878787. Windows color (decimal): -3515204 or 12344522. OLE color: 12344522.
HSL color Cylindrical-coordinate representation of color #CA5CBC: hue angle of 307.64º 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 #CA5CBC is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 92 | 188 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.21 |
| HSL | 307.64º | 0.51% | 0.58% | - |
| HSV(B) | 307.64º | 0.54% | 0.79% | - |
| XYZ | 37.26 | 23.84 | 50.21 | - |
| YUV | 135.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 188 | 0 | 0.54 | 0.07 | 0.21 | 307.64 | 0.51 | 0.58 |
| Hex | CA | 5C | BC | 0 | 36 | 7 | 15 | 134 | 33 | 3A |
| Octal | 312 | 134 | 274 | 0 | 66 | 7 | 25 | 464 | 63 | 72 |
| Binary | 11001010 | 1011100 | 10111100 | 0 | 110110 | 111 | 10101 | 100110100 | 110011 | 111010 |
Color Harmonies of #CA5CBC
Complementary color
Monochromatic Colors of #CA5CBC
Black with #CA5CBC
Text Example
Text Example
White with #CA5CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5CBC; }
p { color: rgb(202,92,188); }
H1.HeaderClassName
{
color: #CA5CBC;
}
.AnyTagClassName
{
color: #CA5CBC;
}
</style>
background-color css
<style>
a { background-color: #CA5CBC; }
a { background-color: rgb(202,92,188); }
div.DivClassName
{
background-color: #CA5CBC;
}
.BgClassName
{
background-color: #CA5CBC;
}
</style>
border-color css
<style>
span { border-color: #CA5CBC; }
span { border-color: rgb(202,92,188); }
td.TdClassName
{
border-color: #CA5CBC;
}
.TagClassName
{
border-color: #CA5CBC;
}
</style>