Shades of Fuchsia #C932BB
Tints of Fuchsia #C932BB
RGB
CMYK
RGB Variations
Color information
#C932BB (or 0xC932BB) is known color: Fuchsia. HEX triplet: C9, 32 and BB. RGB value is (201,50,187). Sum of RGB (Red+Green+Blue) = 201+50+187=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C932BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932BB is #36CD44. Grayscale: #6E6E6E. Windows color (decimal): -3591493 or 12268233. OLE color: 12268233.
HSL color Cylindrical-coordinate representation of color #C932BB: hue angle of 305.56º 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 #C932BB is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 187 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.21 |
| HSL | 305.56º | 0.6% | 0.49% | - |
| HSV(B) | 305.56º | 0.75% | 0.79% | - |
| XYZ | 34.2 | 18.29 | 48.74 | - |
| YUV | 110.77 | 171.03 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 187 | 0 | 0.75 | 0.07 | 0.21 | 305.56 | 0.6 | 0.49 |
| Hex | C9 | 32 | BB | 0 | 4B | 7 | 15 | 132 | 3C | 31 |
| Octal | 311 | 62 | 273 | 0 | 113 | 7 | 25 | 462 | 74 | 61 |
| Binary | 11001001 | 110010 | 10111011 | 0 | 1001011 | 111 | 10101 | 100110010 | 111100 | 110001 |
Color Harmonies of #C932BB
Complementary color
Monochromatic Colors of #C932BB
Black with #C932BB
Text Example
Text Example
White with #C932BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932BB; }
p { color: rgb(201,50,187); }
H1.HeaderClassName
{
color: #C932BB;
}
.AnyTagClassName
{
color: #C932BB;
}
</style>
background-color css
<style>
a { background-color: #C932BB; }
a { background-color: rgb(201,50,187); }
div.DivClassName
{
background-color: #C932BB;
}
.BgClassName
{
background-color: #C932BB;
}
</style>
border-color css
<style>
span { border-color: #C932BB; }
span { border-color: rgb(201,50,187); }
td.TdClassName
{
border-color: #C932BB;
}
.TagClassName
{
border-color: #C932BB;
}
</style>