Shades of Fuchsia #C934BA
Tints of Fuchsia #C934BA
RGB
CMYK
RGB Variations
Color information
#C934BA (or 0xC934BA) is known color: Fuchsia. HEX triplet: C9, 34 and BA. RGB value is (201,52,186). Sum of RGB (Red+Green+Blue) = 201+52+186=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C934BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C934BA is #36CB45. Grayscale: #6F6F6F. Windows color (decimal): -3590982 or 12203209. OLE color: 12203209.
HSL color Cylindrical-coordinate representation of color #C934BA: hue angle of 306.04º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C934BA is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 186 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.21 |
| HSL | 306.04º | 0.59% | 0.5% | - |
| HSV(B) | 306.04º | 0.74% | 0.79% | - |
| XYZ | 34.18 | 18.42 | 48.21 | - |
| YUV | 111.83 | 169.86 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 186 | 0 | 0.74 | 0.07 | 0.21 | 306.04 | 0.59 | 0.5 |
| Hex | C9 | 34 | BA | 0 | 4A | 7 | 15 | 132 | 3B | 32 |
| Octal | 311 | 64 | 272 | 0 | 112 | 7 | 25 | 462 | 73 | 62 |
| Binary | 11001001 | 110100 | 10111010 | 0 | 1001010 | 111 | 10101 | 100110010 | 111011 | 110010 |
Color Harmonies of #C934BA
Complementary color
Monochromatic Colors of #C934BA
Black with #C934BA
Text Example
Text Example
White with #C934BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934BA; }
p { color: rgb(201,52,186); }
H1.HeaderClassName
{
color: #C934BA;
}
.AnyTagClassName
{
color: #C934BA;
}
</style>
background-color css
<style>
a { background-color: #C934BA; }
a { background-color: rgb(201,52,186); }
div.DivClassName
{
background-color: #C934BA;
}
.BgClassName
{
background-color: #C934BA;
}
</style>
border-color css
<style>
span { border-color: #C934BA; }
span { border-color: rgb(201,52,186); }
td.TdClassName
{
border-color: #C934BA;
}
.TagClassName
{
border-color: #C934BA;
}
</style>