Shades of Fuchsia #C538B5
Tints of Fuchsia #C538B5
RGB
CMYK
RGB Variations
Color information
#C538B5 (or 0xC538B5) is known color: Fuchsia. HEX triplet: C5, 38 and B5. RGB value is (197,56,181). Sum of RGB (Red+Green+Blue) = 197+56+181=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C538B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538B5 is #3AC74A. Grayscale: #707070. Windows color (decimal): -3852107 or 11876549. OLE color: 11876549.
HSL color Cylindrical-coordinate representation of color #C538B5: hue angle of 306.81º 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 #C538B5 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 181 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.23 |
| HSL | 306.81º | 0.56% | 0.5% | - |
| HSV(B) | 306.81º | 0.72% | 0.77% | - |
| XYZ | 32.78 | 18.03 | 45.47 | - |
| YUV | 112.41 | 166.71 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 181 | 0 | 0.72 | 0.08 | 0.23 | 306.81 | 0.56 | 0.5 |
| Hex | C5 | 38 | B5 | 0 | 48 | 8 | 17 | 133 | 38 | 32 |
| Octal | 305 | 70 | 265 | 0 | 110 | 10 | 27 | 463 | 70 | 62 |
| Binary | 11000101 | 111000 | 10110101 | 0 | 1001000 | 1000 | 10111 | 100110011 | 111000 | 110010 |
Color Harmonies of #C538B5
Complementary color
Monochromatic Colors of #C538B5
Black with #C538B5
Text Example
Text Example
White with #C538B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C538B5; }
p { color: rgb(197,56,181); }
H1.HeaderClassName
{
color: #C538B5;
}
.AnyTagClassName
{
color: #C538B5;
}
</style>
background-color css
<style>
a { background-color: #C538B5; }
a { background-color: rgb(197,56,181); }
div.DivClassName
{
background-color: #C538B5;
}
.BgClassName
{
background-color: #C538B5;
}
</style>
border-color css
<style>
span { border-color: #C538B5; }
span { border-color: rgb(197,56,181); }
td.TdClassName
{
border-color: #C538B5;
}
.TagClassName
{
border-color: #C538B5;
}
</style>