Shades of Fuchsia #C932B8
Tints of Fuchsia #C932B8
RGB
CMYK
RGB Variations
Color information
#C932B8 (or 0xC932B8) is known color: Fuchsia. HEX triplet: C9, 32 and B8. RGB value is (201,50,184). Sum of RGB (Red+Green+Blue) = 201+50+184=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C932B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932B8 is #36CD47. Grayscale: #6E6E6E. Windows color (decimal): -3591496 or 12071625. OLE color: 12071625.
HSL color Cylindrical-coordinate representation of color #C932B8: hue angle of 306.75º 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 #C932B8 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 184 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.21 |
| HSL | 306.76º | 0.6% | 0.49% | - |
| HSV(B) | 306.76º | 0.75% | 0.79% | - |
| XYZ | 33.88 | 18.16 | 47.07 | - |
| YUV | 110.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 184 | 0 | 0.75 | 0.08 | 0.21 | 306.76 | 0.6 | 0.49 |
| Hex | C9 | 32 | B8 | 0 | 4B | 8 | 15 | 133 | 3C | 31 |
| Octal | 311 | 62 | 270 | 0 | 113 | 10 | 25 | 463 | 74 | 61 |
| Binary | 11001001 | 110010 | 10111000 | 0 | 1001011 | 1000 | 10101 | 100110011 | 111100 | 110001 |
Color Harmonies of #C932B8
Complementary color
Monochromatic Colors of #C932B8
Black with #C932B8
Text Example
Text Example
White with #C932B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932B8; }
p { color: rgb(201,50,184); }
H1.HeaderClassName
{
color: #C932B8;
}
.AnyTagClassName
{
color: #C932B8;
}
</style>
background-color css
<style>
a { background-color: #C932B8; }
a { background-color: rgb(201,50,184); }
div.DivClassName
{
background-color: #C932B8;
}
.BgClassName
{
background-color: #C932B8;
}
</style>
border-color css
<style>
span { border-color: #C932B8; }
span { border-color: rgb(201,50,184); }
td.TdClassName
{
border-color: #C932B8;
}
.TagClassName
{
border-color: #C932B8;
}
</style>