Shades of Fuchsia #C932C7
Tints of Fuchsia #C932C7
RGB
CMYK
RGB Variations
Color information
#C932C7 (or 0xC932C7) is known color: Fuchsia. HEX triplet: C9, 32 and C7. RGB value is (201,50,199). Sum of RGB (Red+Green+Blue) = 201+50+199=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C932C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932C7 is #36CD38. Grayscale: #6F6F6F. Windows color (decimal): -3591481 or 13054665. OLE color: 13054665.
HSL color Cylindrical-coordinate representation of color #C932C7: hue angle of 300.79º 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 #C932C7 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 199 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.21 |
| HSL | 300.79º | 0.6% | 0.49% | - |
| HSV(B) | 300.79º | 0.75% | 0.79% | - |
| XYZ | 35.54 | 18.82 | 55.79 | - |
| YUV | 112.14 | 177.03 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 199 | 0 | 0.75 | 0.01 | 0.21 | 300.79 | 0.6 | 0.49 |
| Hex | C9 | 32 | C7 | 0 | 4B | 1 | 15 | 12D | 3C | 31 |
| Octal | 311 | 62 | 307 | 0 | 113 | 1 | 25 | 455 | 74 | 61 |
| Binary | 11001001 | 110010 | 11000111 | 0 | 1001011 | 1 | 10101 | 100101101 | 111100 | 110001 |
Color Harmonies of #C932C7
Complementary color
Monochromatic Colors of #C932C7
Black with #C932C7
Text Example
Text Example
White with #C932C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932C7; }
p { color: rgb(201,50,199); }
H1.HeaderClassName
{
color: #C932C7;
}
.AnyTagClassName
{
color: #C932C7;
}
</style>
background-color css
<style>
a { background-color: #C932C7; }
a { background-color: rgb(201,50,199); }
div.DivClassName
{
background-color: #C932C7;
}
.BgClassName
{
background-color: #C932C7;
}
</style>
border-color css
<style>
span { border-color: #C932C7; }
span { border-color: rgb(201,50,199); }
td.TdClassName
{
border-color: #C932C7;
}
.TagClassName
{
border-color: #C932C7;
}
</style>