Shades of Fuchsia #CA5FC0
Tints of Fuchsia #CA5FC0
RGB
CMYK
RGB Variations
Color information
#CA5FC0 (or 0xCA5FC0) is known color: Fuchsia. HEX triplet: CA, 5F and C0. RGB value is (202,95,192). Sum of RGB (Red+Green+Blue) = 202+95+192=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5FC0 is #35A03F. Grayscale: #898989. Windows color (decimal): -3514432 or 12607434. OLE color: 12607434.
HSL color Cylindrical-coordinate representation of color #CA5FC0: hue angle of 305.61º 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 #CA5FC0 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 95 | 192 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.21 |
| HSL | 305.61º | 0.5% | 0.58% | - |
| HSV(B) | 305.61º | 0.53% | 0.79% | - |
| XYZ | 37.96 | 24.55 | 52.61 | - |
| YUV | 138.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 95 | 192 | 0 | 0.53 | 0.05 | 0.21 | 305.61 | 0.5 | 0.58 |
| Hex | CA | 5F | C0 | 0 | 35 | 5 | 15 | 132 | 32 | 3A |
| Octal | 312 | 137 | 300 | 0 | 65 | 5 | 25 | 462 | 62 | 72 |
| Binary | 11001010 | 1011111 | 11000000 | 0 | 110101 | 101 | 10101 | 100110010 | 110010 | 111010 |
Color Harmonies of #CA5FC0
Complementary color
Monochromatic Colors of #CA5FC0
Black with #CA5FC0
Text Example
Text Example
White with #CA5FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5FC0; }
p { color: rgb(202,95,192); }
H1.HeaderClassName
{
color: #CA5FC0;
}
.AnyTagClassName
{
color: #CA5FC0;
}
</style>
background-color css
<style>
a { background-color: #CA5FC0; }
a { background-color: rgb(202,95,192); }
div.DivClassName
{
background-color: #CA5FC0;
}
.BgClassName
{
background-color: #CA5FC0;
}
</style>
border-color css
<style>
span { border-color: #CA5FC0; }
span { border-color: rgb(202,95,192); }
td.TdClassName
{
border-color: #CA5FC0;
}
.TagClassName
{
border-color: #CA5FC0;
}
</style>