Shades of Fuchsia #C932CF
Tints of Fuchsia #C932CF
RGB
CMYK
RGB Variations
Color information
#C932CF (or 0xC932CF) is known color: Fuchsia. HEX triplet: C9, 32 and CF. RGB value is (201,50,207). Sum of RGB (Red+Green+Blue) = 201+50+207=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #C932CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932CF is #36CD30. Grayscale: #707070. Windows color (decimal): -3591473 or 13578953. OLE color: 13578953.
HSL color Cylindrical-coordinate representation of color #C932CF: hue angle of 297.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C932CF is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 50 | 207 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.19 |
| HSL | 297.71º | 0.62% | 0.5% | - |
| HSV(B) | 297.71º | 0.76% | 0.81% | - |
| XYZ | 36.49 | 19.2 | 60.81 | - |
| YUV | 113.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 207 | 0.03 | 0.76 | 0 | 0.19 | 297.71 | 0.62 | 0.5 |
| Hex | C9 | 32 | CF | 3 | 4C | 0 | 13 | 12A | 3E | 32 |
| Octal | 311 | 62 | 317 | 3 | 114 | 0 | 23 | 452 | 76 | 62 |
| Binary | 11001001 | 110010 | 11001111 | 11 | 1001100 | 0 | 10011 | 100101010 | 111110 | 110010 |
Color Harmonies of #C932CF
Complementary color
Monochromatic Colors of #C932CF
Black with #C932CF
Text Example
Text Example
White with #C932CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932CF; }
p { color: rgb(201,50,207); }
H1.HeaderClassName
{
color: #C932CF;
}
.AnyTagClassName
{
color: #C932CF;
}
</style>
background-color css
<style>
a { background-color: #C932CF; }
a { background-color: rgb(201,50,207); }
div.DivClassName
{
background-color: #C932CF;
}
.BgClassName
{
background-color: #C932CF;
}
</style>
border-color css
<style>
span { border-color: #C932CF; }
span { border-color: rgb(201,50,207); }
td.TdClassName
{
border-color: #C932CF;
}
.TagClassName
{
border-color: #C932CF;
}
</style>