Shades of Fuchsia #C538C4
Tints of Fuchsia #C538C4
RGB
CMYK
RGB Variations
Color information
#C538C4 (or 0xC538C4) is known color: Fuchsia. HEX triplet: C5, 38 and C4. RGB value is (197,56,196). Sum of RGB (Red+Green+Blue) = 197+56+196=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C538C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538C4 is #3AC73B. Grayscale: #717171. Windows color (decimal): -3852092 or 12859589. OLE color: 12859589.
HSL color Cylindrical-coordinate representation of color #C538C4: hue angle of 300.43º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C538C4 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 196 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.23 |
| HSL | 300.43º | 0.56% | 0.5% | - |
| HSV(B) | 300.43º | 0.72% | 0.77% | - |
| XYZ | 34.4 | 18.68 | 54.02 | - |
| YUV | 114.12 | 174.21 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 196 | 0 | 0.72 | 0.01 | 0.23 | 300.43 | 0.56 | 0.5 |
| Hex | C5 | 38 | C4 | 0 | 48 | 1 | 17 | 12C | 38 | 32 |
| Octal | 305 | 70 | 304 | 0 | 110 | 1 | 27 | 454 | 70 | 62 |
| Binary | 11000101 | 111000 | 11000100 | 0 | 1001000 | 1 | 10111 | 100101100 | 111000 | 110010 |
Color Harmonies of #C538C4
Complementary color
Monochromatic Colors of #C538C4
Black with #C538C4
Text Example
Text Example
White with #C538C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C538C4; }
p { color: rgb(197,56,196); }
H1.HeaderClassName
{
color: #C538C4;
}
.AnyTagClassName
{
color: #C538C4;
}
</style>
background-color css
<style>
a { background-color: #C538C4; }
a { background-color: rgb(197,56,196); }
div.DivClassName
{
background-color: #C538C4;
}
.BgClassName
{
background-color: #C538C4;
}
</style>
border-color css
<style>
span { border-color: #C538C4; }
span { border-color: rgb(197,56,196); }
td.TdClassName
{
border-color: #C538C4;
}
.TagClassName
{
border-color: #C538C4;
}
</style>