Shades of Fuchsia #C938BA
Tints of Fuchsia #C938BA
RGB
CMYK
RGB Variations
Color information
#C938BA (or 0xC938BA) is known color: Fuchsia. HEX triplet: C9, 38 and BA. RGB value is (201,56,186). Sum of RGB (Red+Green+Blue) = 201+56+186=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C938BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938BA is #36C745. Grayscale: #717171. Windows color (decimal): -3589958 or 12204233. OLE color: 12204233.
HSL color Cylindrical-coordinate representation of color #C938BA: hue angle of 306.21º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C938BA is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 186 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.21 |
| HSL | 306.21º | 0.57% | 0.5% | - |
| HSV(B) | 306.21º | 0.72% | 0.79% | - |
| XYZ | 34.36 | 18.79 | 48.27 | - |
| YUV | 114.18 | 168.54 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 186 | 0 | 0.72 | 0.07 | 0.21 | 306.21 | 0.57 | 0.5 |
| Hex | C9 | 38 | BA | 0 | 48 | 7 | 15 | 132 | 39 | 32 |
| Octal | 311 | 70 | 272 | 0 | 110 | 7 | 25 | 462 | 71 | 62 |
| Binary | 11001001 | 111000 | 10111010 | 0 | 1001000 | 111 | 10101 | 100110010 | 111001 | 110010 |
Color Harmonies of #C938BA
Complementary color
Monochromatic Colors of #C938BA
Black with #C938BA
Text Example
Text Example
White with #C938BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938BA; }
p { color: rgb(201,56,186); }
H1.HeaderClassName
{
color: #C938BA;
}
.AnyTagClassName
{
color: #C938BA;
}
</style>
background-color css
<style>
a { background-color: #C938BA; }
a { background-color: rgb(201,56,186); }
div.DivClassName
{
background-color: #C938BA;
}
.BgClassName
{
background-color: #C938BA;
}
</style>
border-color css
<style>
span { border-color: #C938BA; }
span { border-color: rgb(201,56,186); }
td.TdClassName
{
border-color: #C938BA;
}
.TagClassName
{
border-color: #C938BA;
}
</style>