Shades of Fuchsia #C939BC
Tints of Fuchsia #C939BC
RGB
CMYK
RGB Variations
Color information
#C939BC (or 0xC939BC) is known color: Fuchsia. HEX triplet: C9, 39 and BC. RGB value is (201,57,188). Sum of RGB (Red+Green+Blue) = 201+57+188=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C939BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C939BC is #36C643. Grayscale: #727272. Windows color (decimal): -3589700 or 12335561. OLE color: 12335561.
HSL color Cylindrical-coordinate representation of color #C939BC: hue angle of 305.42º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C939BC is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 188 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.21 |
| HSL | 305.42º | 0.57% | 0.51% | - |
| HSV(B) | 305.42º | 0.72% | 0.79% | - |
| XYZ | 34.63 | 18.97 | 49.41 | - |
| YUV | 114.99 | 169.21 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 188 | 0 | 0.72 | 0.06 | 0.21 | 305.42 | 0.57 | 0.51 |
| Hex | C9 | 39 | BC | 0 | 48 | 6 | 15 | 131 | 39 | 33 |
| Octal | 311 | 71 | 274 | 0 | 110 | 6 | 25 | 461 | 71 | 63 |
| Binary | 11001001 | 111001 | 10111100 | 0 | 1001000 | 110 | 10101 | 100110001 | 111001 | 110011 |
Color Harmonies of #C939BC
Complementary color
Monochromatic Colors of #C939BC
Black with #C939BC
Text Example
Text Example
White with #C939BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C939BC; }
p { color: rgb(201,57,188); }
H1.HeaderClassName
{
color: #C939BC;
}
.AnyTagClassName
{
color: #C939BC;
}
</style>
background-color css
<style>
a { background-color: #C939BC; }
a { background-color: rgb(201,57,188); }
div.DivClassName
{
background-color: #C939BC;
}
.BgClassName
{
background-color: #C939BC;
}
</style>
border-color css
<style>
span { border-color: #C939BC; }
span { border-color: rgb(201,57,188); }
td.TdClassName
{
border-color: #C939BC;
}
.TagClassName
{
border-color: #C939BC;
}
</style>