Shades of Fuchsia #C932B4
Tints of Fuchsia #C932B4
RGB
CMYK
RGB Variations
Color information
#C932B4 (or 0xC932B4) is known color: Fuchsia. HEX triplet: C9, 32 and B4. RGB value is (201,50,180). Sum of RGB (Red+Green+Blue) = 201+50+180=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C932B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932B4 is #36CD4B. Grayscale: #6D6D6D. Windows color (decimal): -3591500 or 11809481. OLE color: 11809481.
HSL color Cylindrical-coordinate representation of color #C932B4: hue angle of 308.34º 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 #C932B4 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 180 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.21 |
| HSL | 308.34º | 0.6% | 0.49% | - |
| HSV(B) | 308.34º | 0.75% | 0.79% | - |
| XYZ | 33.47 | 17.99 | 44.89 | - |
| YUV | 109.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 180 | 0 | 0.75 | 0.10 | 0.21 | 308.34 | 0.6 | 0.49 |
| Hex | C9 | 32 | B4 | 0 | 4B | A | 15 | 134 | 3C | 31 |
| Octal | 311 | 62 | 264 | 0 | 113 | 12 | 25 | 464 | 74 | 61 |
| Binary | 11001001 | 110010 | 10110100 | 0 | 1001011 | 1010 | 10101 | 100110100 | 111100 | 110001 |
Color Harmonies of #C932B4
Complementary color
Monochromatic Colors of #C932B4
Black with #C932B4
Text Example
Text Example
White with #C932B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932B4; }
p { color: rgb(201,50,180); }
H1.HeaderClassName
{
color: #C932B4;
}
.AnyTagClassName
{
color: #C932B4;
}
</style>
background-color css
<style>
a { background-color: #C932B4; }
a { background-color: rgb(201,50,180); }
div.DivClassName
{
background-color: #C932B4;
}
.BgClassName
{
background-color: #C932B4;
}
</style>
border-color css
<style>
span { border-color: #C932B4; }
span { border-color: rgb(201,50,180); }
td.TdClassName
{
border-color: #C932B4;
}
.TagClassName
{
border-color: #C932B4;
}
</style>