Shades of Fuchsia #C932B5
Tints of Fuchsia #C932B5
RGB
CMYK
RGB Variations
Color information
#C932B5 (or 0xC932B5) is known color: Fuchsia. HEX triplet: C9, 32 and B5. RGB value is (201,50,181). Sum of RGB (Red+Green+Blue) = 201+50+181=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C932B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932B5 is #36CD4A. Grayscale: #6D6D6D. Windows color (decimal): -3591499 or 11875017. OLE color: 11875017.
HSL color Cylindrical-coordinate representation of color #C932B5: hue angle of 307.95º 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 #C932B5 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 181 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.21 |
| HSL | 307.95º | 0.6% | 0.49% | - |
| HSV(B) | 307.95º | 0.75% | 0.79% | - |
| XYZ | 33.57 | 18.03 | 45.43 | - |
| YUV | 110.08 | 168.03 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 181 | 0 | 0.75 | 0.10 | 0.21 | 307.95 | 0.6 | 0.49 |
| Hex | C9 | 32 | B5 | 0 | 4B | A | 15 | 134 | 3C | 31 |
| Octal | 311 | 62 | 265 | 0 | 113 | 12 | 25 | 464 | 74 | 61 |
| Binary | 11001001 | 110010 | 10110101 | 0 | 1001011 | 1010 | 10101 | 100110100 | 111100 | 110001 |
Color Harmonies of #C932B5
Complementary color
Monochromatic Colors of #C932B5
Black with #C932B5
Text Example
Text Example
White with #C932B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932B5; }
p { color: rgb(201,50,181); }
H1.HeaderClassName
{
color: #C932B5;
}
.AnyTagClassName
{
color: #C932B5;
}
</style>
background-color css
<style>
a { background-color: #C932B5; }
a { background-color: rgb(201,50,181); }
div.DivClassName
{
background-color: #C932B5;
}
.BgClassName
{
background-color: #C932B5;
}
</style>
border-color css
<style>
span { border-color: #C932B5; }
span { border-color: rgb(201,50,181); }
td.TdClassName
{
border-color: #C932B5;
}
.TagClassName
{
border-color: #C932B5;
}
</style>