Shades of Fuchsia #CA5FBF
Tints of Fuchsia #CA5FBF
RGB
CMYK
RGB Variations
Color information
#CA5FBF (or 0xCA5FBF) is known color: Fuchsia. HEX triplet: CA, 5F and BF. RGB value is (202,95,191). Sum of RGB (Red+Green+Blue) = 202+95+191=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5FBF is #35A040. Grayscale: #898989. Windows color (decimal): -3514433 or 12541898. OLE color: 12541898.
HSL color Cylindrical-coordinate representation of color #CA5FBF: hue angle of 306.17º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5FBF is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 95 | 191 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.21 |
| HSL | 306.17º | 0.5% | 0.58% | - |
| HSV(B) | 306.17º | 0.53% | 0.79% | - |
| XYZ | 37.85 | 24.5 | 52.02 | - |
| YUV | 137.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 95 | 191 | 0 | 0.53 | 0.05 | 0.21 | 306.17 | 0.5 | 0.58 |
| Hex | CA | 5F | BF | 0 | 35 | 5 | 15 | 132 | 32 | 3A |
| Octal | 312 | 137 | 277 | 0 | 65 | 5 | 25 | 462 | 62 | 72 |
| Binary | 11001010 | 1011111 | 10111111 | 0 | 110101 | 101 | 10101 | 100110010 | 110010 | 111010 |
Color Harmonies of #CA5FBF
Complementary color
Monochromatic Colors of #CA5FBF
Black with #CA5FBF
Text Example
Text Example
White with #CA5FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5FBF; }
p { color: rgb(202,95,191); }
H1.HeaderClassName
{
color: #CA5FBF;
}
.AnyTagClassName
{
color: #CA5FBF;
}
</style>
background-color css
<style>
a { background-color: #CA5FBF; }
a { background-color: rgb(202,95,191); }
div.DivClassName
{
background-color: #CA5FBF;
}
.BgClassName
{
background-color: #CA5FBF;
}
</style>
border-color css
<style>
span { border-color: #CA5FBF; }
span { border-color: rgb(202,95,191); }
td.TdClassName
{
border-color: #CA5FBF;
}
.TagClassName
{
border-color: #CA5FBF;
}
</style>