Shades of Fuchsia #C939B5
Tints of Fuchsia #C939B5
RGB
CMYK
RGB Variations
Color information
#C939B5 (or 0xC939B5) is known color: Fuchsia. HEX triplet: C9, 39 and B5. RGB value is (201,57,181). Sum of RGB (Red+Green+Blue) = 201+57+181=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C939B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C939B5 is #36C64A. Grayscale: #717171. Windows color (decimal): -3589707 or 11876809. OLE color: 11876809.
HSL color Cylindrical-coordinate representation of color #C939B5: hue angle of 308.33º 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 #C939B5 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 181 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.21 |
| HSL | 308.33º | 0.57% | 0.51% | - |
| HSV(B) | 308.33º | 0.72% | 0.79% | - |
| XYZ | 33.89 | 18.68 | 45.54 | - |
| YUV | 114.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 181 | 0 | 0.72 | 0.10 | 0.21 | 308.33 | 0.57 | 0.51 |
| Hex | C9 | 39 | B5 | 0 | 48 | A | 15 | 134 | 39 | 33 |
| Octal | 311 | 71 | 265 | 0 | 110 | 12 | 25 | 464 | 71 | 63 |
| Binary | 11001001 | 111001 | 10110101 | 0 | 1001000 | 1010 | 10101 | 100110100 | 111001 | 110011 |
Color Harmonies of #C939B5
Complementary color
Monochromatic Colors of #C939B5
Black with #C939B5
Text Example
Text Example
White with #C939B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C939B5; }
p { color: rgb(201,57,181); }
H1.HeaderClassName
{
color: #C939B5;
}
.AnyTagClassName
{
color: #C939B5;
}
</style>
background-color css
<style>
a { background-color: #C939B5; }
a { background-color: rgb(201,57,181); }
div.DivClassName
{
background-color: #C939B5;
}
.BgClassName
{
background-color: #C939B5;
}
</style>
border-color css
<style>
span { border-color: #C939B5; }
span { border-color: rgb(201,57,181); }
td.TdClassName
{
border-color: #C939B5;
}
.TagClassName
{
border-color: #C939B5;
}
</style>