Shades of Fuchsia #C938BF
Tints of Fuchsia #C938BF
RGB
CMYK
RGB Variations
Color information
#C938BF (or 0xC938BF) is known color: Fuchsia. HEX triplet: C9, 38 and BF. RGB value is (201,56,191). Sum of RGB (Red+Green+Blue) = 201+56+191=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C938BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938BF is #36C740. Grayscale: #727272. Windows color (decimal): -3589953 or 12531913. OLE color: 12531913.
HSL color Cylindrical-coordinate representation of color #C938BF: hue angle of 304.14º 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 #C938BF is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 191 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.21 |
| HSL | 304.14º | 0.57% | 0.5% | - |
| HSV(B) | 304.14º | 0.72% | 0.79% | - |
| XYZ | 34.91 | 19.01 | 51.12 | - |
| YUV | 114.75 | 171.04 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 191 | 0 | 0.72 | 0.05 | 0.21 | 304.14 | 0.57 | 0.5 |
| Hex | C9 | 38 | BF | 0 | 48 | 5 | 15 | 130 | 39 | 32 |
| Octal | 311 | 70 | 277 | 0 | 110 | 5 | 25 | 460 | 71 | 62 |
| Binary | 11001001 | 111000 | 10111111 | 0 | 1001000 | 101 | 10101 | 100110000 | 111001 | 110010 |
Color Harmonies of #C938BF
Complementary color
Monochromatic Colors of #C938BF
Black with #C938BF
Text Example
Text Example
White with #C938BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938BF; }
p { color: rgb(201,56,191); }
H1.HeaderClassName
{
color: #C938BF;
}
.AnyTagClassName
{
color: #C938BF;
}
</style>
background-color css
<style>
a { background-color: #C938BF; }
a { background-color: rgb(201,56,191); }
div.DivClassName
{
background-color: #C938BF;
}
.BgClassName
{
background-color: #C938BF;
}
</style>
border-color css
<style>
span { border-color: #C938BF; }
span { border-color: rgb(201,56,191); }
td.TdClassName
{
border-color: #C938BF;
}
.TagClassName
{
border-color: #C938BF;
}
</style>