Shades of Fuchsia #CA59CF
Tints of Fuchsia #CA59CF
RGB
CMYK
RGB Variations
Color information
#CA59CF (or 0xCA59CF) is known color: Fuchsia. HEX triplet: CA, 59 and CF. RGB value is (202,89,207). Sum of RGB (Red+Green+Blue) = 202+89+207=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA59CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59CF is #35A630. Grayscale: #878787. Windows color (decimal): -3515953 or 13588938. OLE color: 13588938.
HSL color Cylindrical-coordinate representation of color #CA59CF: hue angle of 297.46º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA59CF is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 89 | 207 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.19 |
| HSL | 297.46º | 0.55% | 0.58% | - |
| HSV(B) | 297.46º | 0.57% | 0.81% | - |
| XYZ | 39.19 | 24.21 | 61.64 | - |
| YUV | 136.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 207 | 0.02 | 0.57 | 0 | 0.19 | 297.46 | 0.55 | 0.58 |
| Hex | CA | 59 | CF | 2 | 39 | 0 | 13 | 129 | 37 | 3A |
| Octal | 312 | 131 | 317 | 2 | 71 | 0 | 23 | 451 | 67 | 72 |
| Binary | 11001010 | 1011001 | 11001111 | 10 | 111001 | 0 | 10011 | 100101001 | 110111 | 111010 |
Color Harmonies of #CA59CF
Complementary color
Monochromatic Colors of #CA59CF
Black with #CA59CF
Text Example
Text Example
White with #CA59CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59CF; }
p { color: rgb(202,89,207); }
H1.HeaderClassName
{
color: #CA59CF;
}
.AnyTagClassName
{
color: #CA59CF;
}
</style>
background-color css
<style>
a { background-color: #CA59CF; }
a { background-color: rgb(202,89,207); }
div.DivClassName
{
background-color: #CA59CF;
}
.BgClassName
{
background-color: #CA59CF;
}
</style>
border-color css
<style>
span { border-color: #CA59CF; }
span { border-color: rgb(202,89,207); }
td.TdClassName
{
border-color: #CA59CF;
}
.TagClassName
{
border-color: #CA59CF;
}
</style>