Shades of Fuchsia #C934B9
Tints of Fuchsia #C934B9
RGB
CMYK
RGB Variations
Color information
#C934B9 (or 0xC934B9) is known color: Fuchsia. HEX triplet: C9, 34 and B9. RGB value is (201,52,185). Sum of RGB (Red+Green+Blue) = 201+52+185=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C934B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C934B9 is #36CB46. Grayscale: #6F6F6F. Windows color (decimal): -3590983 or 12137673. OLE color: 12137673.
HSL color Cylindrical-coordinate representation of color #C934B9: hue angle of 306.44º 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 #C934B9 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 185 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.21 |
| HSL | 306.44º | 0.59% | 0.5% | - |
| HSV(B) | 306.44º | 0.74% | 0.79% | - |
| XYZ | 34.07 | 18.38 | 47.65 | - |
| YUV | 111.71 | 169.36 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 185 | 0 | 0.74 | 0.08 | 0.21 | 306.44 | 0.59 | 0.5 |
| Hex | C9 | 34 | B9 | 0 | 4A | 8 | 15 | 132 | 3B | 32 |
| Octal | 311 | 64 | 271 | 0 | 112 | 10 | 25 | 462 | 73 | 62 |
| Binary | 11001001 | 110100 | 10111001 | 0 | 1001010 | 1000 | 10101 | 100110010 | 111011 | 110010 |
Color Harmonies of #C934B9
Complementary color
Monochromatic Colors of #C934B9
Black with #C934B9
Text Example
Text Example
White with #C934B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934B9; }
p { color: rgb(201,52,185); }
H1.HeaderClassName
{
color: #C934B9;
}
.AnyTagClassName
{
color: #C934B9;
}
</style>
background-color css
<style>
a { background-color: #C934B9; }
a { background-color: rgb(201,52,185); }
div.DivClassName
{
background-color: #C934B9;
}
.BgClassName
{
background-color: #C934B9;
}
</style>
border-color css
<style>
span { border-color: #C934B9; }
span { border-color: rgb(201,52,185); }
td.TdClassName
{
border-color: #C934B9;
}
.TagClassName
{
border-color: #C934B9;
}
</style>