Shades of Fuchsia #C938BD
Tints of Fuchsia #C938BD
RGB
CMYK
RGB Variations
Color information
#C938BD (or 0xC938BD) is known color: Fuchsia. HEX triplet: C9, 38 and BD. RGB value is (201,56,189). Sum of RGB (Red+Green+Blue) = 201+56+189=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C938BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938BD is #36C742. Grayscale: #727272. Windows color (decimal): -3589955 or 12400841. OLE color: 12400841.
HSL color Cylindrical-coordinate representation of color #C938BD: hue angle of 304.97º 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 #C938BD is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 189 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.21 |
| HSL | 304.97º | 0.57% | 0.5% | - |
| HSV(B) | 304.97º | 0.72% | 0.79% | - |
| XYZ | 34.69 | 18.92 | 49.97 | - |
| YUV | 114.52 | 170.04 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 189 | 0 | 0.72 | 0.06 | 0.21 | 304.97 | 0.57 | 0.5 |
| Hex | C9 | 38 | BD | 0 | 48 | 6 | 15 | 131 | 39 | 32 |
| Octal | 311 | 70 | 275 | 0 | 110 | 6 | 25 | 461 | 71 | 62 |
| Binary | 11001001 | 111000 | 10111101 | 0 | 1001000 | 110 | 10101 | 100110001 | 111001 | 110010 |
Color Harmonies of #C938BD
Complementary color
Monochromatic Colors of #C938BD
Black with #C938BD
Text Example
Text Example
White with #C938BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938BD; }
p { color: rgb(201,56,189); }
H1.HeaderClassName
{
color: #C938BD;
}
.AnyTagClassName
{
color: #C938BD;
}
</style>
background-color css
<style>
a { background-color: #C938BD; }
a { background-color: rgb(201,56,189); }
div.DivClassName
{
background-color: #C938BD;
}
.BgClassName
{
background-color: #C938BD;
}
</style>
border-color css
<style>
span { border-color: #C938BD; }
span { border-color: rgb(201,56,189); }
td.TdClassName
{
border-color: #C938BD;
}
.TagClassName
{
border-color: #C938BD;
}
</style>