Shades of Fuchsia #C538CE
Tints of Fuchsia #C538CE
RGB
CMYK
RGB Variations
Color information
#C538CE (or 0xC538CE) is known color: Fuchsia. HEX triplet: C5, 38 and CE. RGB value is (197,56,206). Sum of RGB (Red+Green+Blue) = 197+56+206=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #C538CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538CE is #3AC731. Grayscale: #727272. Windows color (decimal): -3852082 or 13514949. OLE color: 13514949.
HSL color Cylindrical-coordinate representation of color #C538CE: hue angle of 296.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C538CE is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 56 | 206 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.19 |
| HSL | 296.4º | 0.6% | 0.51% | - |
| HSV(B) | 296.4º | 0.73% | 0.81% | - |
| XYZ | 35.58 | 19.15 | 60.21 | - |
| YUV | 115.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 206 | 0.04 | 0.73 | 0 | 0.19 | 296.4 | 0.6 | 0.51 |
| Hex | C5 | 38 | CE | 4 | 49 | 0 | 13 | 128 | 3C | 33 |
| Octal | 305 | 70 | 316 | 4 | 111 | 0 | 23 | 450 | 74 | 63 |
| Binary | 11000101 | 111000 | 11001110 | 100 | 1001001 | 0 | 10011 | 100101000 | 111100 | 110011 |
Color Harmonies of #C538CE
Complementary color
Monochromatic Colors of #C538CE
Black with #C538CE
Text Example
Text Example
White with #C538CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C538CE; }
p { color: rgb(197,56,206); }
H1.HeaderClassName
{
color: #C538CE;
}
.AnyTagClassName
{
color: #C538CE;
}
</style>
background-color css
<style>
a { background-color: #C538CE; }
a { background-color: rgb(197,56,206); }
div.DivClassName
{
background-color: #C538CE;
}
.BgClassName
{
background-color: #C538CE;
}
</style>
border-color css
<style>
span { border-color: #C538CE; }
span { border-color: rgb(197,56,206); }
td.TdClassName
{
border-color: #C538CE;
}
.TagClassName
{
border-color: #C538CE;
}
</style>