Shades of Fuchsia #C938BB
Tints of Fuchsia #C938BB
RGB
CMYK
RGB Variations
Color information
#C938BB (or 0xC938BB) is known color: Fuchsia. HEX triplet: C9, 38 and BB. RGB value is (201,56,187). Sum of RGB (Red+Green+Blue) = 201+56+187=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C938BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938BB is #36C744. Grayscale: #717171. Windows color (decimal): -3589957 or 12269769. OLE color: 12269769.
HSL color Cylindrical-coordinate representation of color #C938BB: hue angle of 305.79º 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 #C938BB is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 187 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.21 |
| HSL | 305.79º | 0.57% | 0.5% | - |
| HSV(B) | 305.79º | 0.72% | 0.79% | - |
| XYZ | 34.47 | 18.83 | 48.83 | - |
| YUV | 114.29 | 169.04 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 187 | 0 | 0.72 | 0.07 | 0.21 | 305.79 | 0.57 | 0.5 |
| Hex | C9 | 38 | BB | 0 | 48 | 7 | 15 | 132 | 39 | 32 |
| Octal | 311 | 70 | 273 | 0 | 110 | 7 | 25 | 462 | 71 | 62 |
| Binary | 11001001 | 111000 | 10111011 | 0 | 1001000 | 111 | 10101 | 100110010 | 111001 | 110010 |
Color Harmonies of #C938BB
Complementary color
Monochromatic Colors of #C938BB
Black with #C938BB
Text Example
Text Example
White with #C938BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938BB; }
p { color: rgb(201,56,187); }
H1.HeaderClassName
{
color: #C938BB;
}
.AnyTagClassName
{
color: #C938BB;
}
</style>
background-color css
<style>
a { background-color: #C938BB; }
a { background-color: rgb(201,56,187); }
div.DivClassName
{
background-color: #C938BB;
}
.BgClassName
{
background-color: #C938BB;
}
</style>
border-color css
<style>
span { border-color: #C938BB; }
span { border-color: rgb(201,56,187); }
td.TdClassName
{
border-color: #C938BB;
}
.TagClassName
{
border-color: #C938BB;
}
</style>