Shades of Fuchsia #C932B9
Tints of Fuchsia #C932B9
RGB
CMYK
RGB Variations
Color information
#C932B9 (or 0xC932B9) is known color: Fuchsia. HEX triplet: C9, 32 and B9. RGB value is (201,50,185). Sum of RGB (Red+Green+Blue) = 201+50+185=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C932B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932B9 is #36CD46. Grayscale: #6E6E6E. Windows color (decimal): -3591495 or 12137161. OLE color: 12137161.
HSL color Cylindrical-coordinate representation of color #C932B9: hue angle of 306.36º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C932B9 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 185 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.21 |
| HSL | 306.36º | 0.6% | 0.49% | - |
| HSV(B) | 306.36º | 0.75% | 0.79% | - |
| XYZ | 33.98 | 18.2 | 47.62 | - |
| YUV | 110.54 | 170.03 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 185 | 0 | 0.75 | 0.08 | 0.21 | 306.36 | 0.6 | 0.49 |
| Hex | C9 | 32 | B9 | 0 | 4B | 8 | 15 | 132 | 3C | 31 |
| Octal | 311 | 62 | 271 | 0 | 113 | 10 | 25 | 462 | 74 | 61 |
| Binary | 11001001 | 110010 | 10111001 | 0 | 1001011 | 1000 | 10101 | 100110010 | 111100 | 110001 |
Color Harmonies of #C932B9
Complementary color
Monochromatic Colors of #C932B9
Black with #C932B9
Text Example
Text Example
White with #C932B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932B9; }
p { color: rgb(201,50,185); }
H1.HeaderClassName
{
color: #C932B9;
}
.AnyTagClassName
{
color: #C932B9;
}
</style>
background-color css
<style>
a { background-color: #C932B9; }
a { background-color: rgb(201,50,185); }
div.DivClassName
{
background-color: #C932B9;
}
.BgClassName
{
background-color: #C932B9;
}
</style>
border-color css
<style>
span { border-color: #C932B9; }
span { border-color: rgb(201,50,185); }
td.TdClassName
{
border-color: #C932B9;
}
.TagClassName
{
border-color: #C932B9;
}
</style>