Shades of Fuchsia #C459CA
Tints of Fuchsia #C459CA
RGB
CMYK
RGB Variations
Color information
#C459CA (or 0xC459CA) is known color: Fuchsia. HEX triplet: C4, 59 and CA. RGB value is (196,89,202). Sum of RGB (Red+Green+Blue) = 196+89+202=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #C459CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C459CA is #3BA635. Grayscale: #858585. Windows color (decimal): -3909174 or 13261252. OLE color: 13261252.
HSL color Cylindrical-coordinate representation of color #C459CA: hue angle of 296.81º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C459CA is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 89 | 202 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.21 |
| HSL | 296.81º | 0.52% | 0.57% | - |
| HSV(B) | 296.81º | 0.56% | 0.79% | - |
| XYZ | 37 | 23.14 | 58.39 | - |
| YUV | 133.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 202 | 0.03 | 0.56 | 0 | 0.21 | 296.81 | 0.52 | 0.57 |
| Hex | C4 | 59 | CA | 3 | 38 | 0 | 15 | 129 | 34 | 39 |
| Octal | 304 | 131 | 312 | 3 | 70 | 0 | 25 | 451 | 64 | 71 |
| Binary | 11000100 | 1011001 | 11001010 | 11 | 111000 | 0 | 10101 | 100101001 | 110100 | 111001 |
Color Harmonies of #C459CA
Complementary color
Monochromatic Colors of #C459CA
Black with #C459CA
Text Example
Text Example
White with #C459CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C459CA; }
p { color: rgb(196,89,202); }
H1.HeaderClassName
{
color: #C459CA;
}
.AnyTagClassName
{
color: #C459CA;
}
</style>
background-color css
<style>
a { background-color: #C459CA; }
a { background-color: rgb(196,89,202); }
div.DivClassName
{
background-color: #C459CA;
}
.BgClassName
{
background-color: #C459CA;
}
</style>
border-color css
<style>
span { border-color: #C459CA; }
span { border-color: rgb(196,89,202); }
td.TdClassName
{
border-color: #C459CA;
}
.TagClassName
{
border-color: #C459CA;
}
</style>