Shades of Fuchsia #C538D0
Tints of Fuchsia #C538D0
RGB
CMYK
RGB Variations
Color information
#C538D0 (or 0xC538D0) is known color: Fuchsia. HEX triplet: C5, 38 and D0. RGB value is (197,56,208). Sum of RGB (Red+Green+Blue) = 197+56+208=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #C538D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538D0 is #3AC72F. Grayscale: #737373. Windows color (decimal): -3852080 or 13646021. OLE color: 13646021.
HSL color Cylindrical-coordinate representation of color #C538D0: hue angle of 295.66º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C538D0 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 56 | 208 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.18 |
| HSL | 295.66º | 0.62% | 0.52% | - |
| HSV(B) | 295.66º | 0.73% | 0.82% | - |
| XYZ | 35.83 | 19.25 | 61.5 | - |
| YUV | 115.49 | 180.21 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 208 | 0.05 | 0.73 | 0 | 0.18 | 295.66 | 0.62 | 0.52 |
| Hex | C5 | 38 | D0 | 5 | 49 | 0 | 12 | 128 | 3E | 34 |
| Octal | 305 | 70 | 320 | 5 | 111 | 0 | 22 | 450 | 76 | 64 |
| Binary | 11000101 | 111000 | 11010000 | 101 | 1001001 | 0 | 10010 | 100101000 | 111110 | 110100 |
Color Harmonies of #C538D0
Complementary color
Monochromatic Colors of #C538D0
Black with #C538D0
Text Example
Text Example
White with #C538D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C538D0; }
p { color: rgb(197,56,208); }
H1.HeaderClassName
{
color: #C538D0;
}
.AnyTagClassName
{
color: #C538D0;
}
</style>
background-color css
<style>
a { background-color: #C538D0; }
a { background-color: rgb(197,56,208); }
div.DivClassName
{
background-color: #C538D0;
}
.BgClassName
{
background-color: #C538D0;
}
</style>
border-color css
<style>
span { border-color: #C538D0; }
span { border-color: rgb(197,56,208); }
td.TdClassName
{
border-color: #C538D0;
}
.TagClassName
{
border-color: #C538D0;
}
</style>