Shades of Fuchsia #C538CA
Tints of Fuchsia #C538CA
RGB
CMYK
RGB Variations
Color information
#C538CA (or 0xC538CA) is known color: Fuchsia. HEX triplet: C5, 38 and CA. RGB value is (197,56,202). Sum of RGB (Red+Green+Blue) = 197+56+202=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #C538CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538CA is #3AC735. Grayscale: #727272. Windows color (decimal): -3852086 or 13252805. OLE color: 13252805.
HSL color Cylindrical-coordinate representation of color #C538CA: hue angle of 297.95º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C538CA is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 56 | 202 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.21 |
| HSL | 297.95º | 0.58% | 0.51% | - |
| HSV(B) | 297.95º | 0.72% | 0.79% | - |
| XYZ | 35.1 | 18.96 | 57.69 | - |
| YUV | 114.8 | 177.21 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 202 | 0.02 | 0.72 | 0 | 0.21 | 297.95 | 0.58 | 0.51 |
| Hex | C5 | 38 | CA | 2 | 48 | 0 | 15 | 12A | 3A | 33 |
| Octal | 305 | 70 | 312 | 2 | 110 | 0 | 25 | 452 | 72 | 63 |
| Binary | 11000101 | 111000 | 11001010 | 10 | 1001000 | 0 | 10101 | 100101010 | 111010 | 110011 |
Color Harmonies of #C538CA
Complementary color
Monochromatic Colors of #C538CA
Black with #C538CA
Text Example
Text Example
White with #C538CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C538CA; }
p { color: rgb(197,56,202); }
H1.HeaderClassName
{
color: #C538CA;
}
.AnyTagClassName
{
color: #C538CA;
}
</style>
background-color css
<style>
a { background-color: #C538CA; }
a { background-color: rgb(197,56,202); }
div.DivClassName
{
background-color: #C538CA;
}
.BgClassName
{
background-color: #C538CA;
}
</style>
border-color css
<style>
span { border-color: #C538CA; }
span { border-color: rgb(197,56,202); }
td.TdClassName
{
border-color: #C538CA;
}
.TagClassName
{
border-color: #C538CA;
}
</style>