Shades of Fuchsia #C932CE
Tints of Fuchsia #C932CE
RGB
CMYK
RGB Variations
Color information
#C932CE (or 0xC932CE) is known color: Fuchsia. HEX triplet: C9, 32 and CE. RGB value is (201,50,206). Sum of RGB (Red+Green+Blue) = 201+50+206=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #C932CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932CE is #36CD31. Grayscale: #707070. Windows color (decimal): -3591474 or 13513417. OLE color: 13513417.
HSL color Cylindrical-coordinate representation of color #C932CE: hue angle of 298.08º degrees, saturation: 0.61, 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 #C932CE is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 50 | 206 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.19 |
| HSL | 298.08º | 0.61% | 0.5% | - |
| HSV(B) | 298.08º | 0.76% | 0.81% | - |
| XYZ | 36.37 | 19.15 | 60.17 | - |
| YUV | 112.93 | 180.53 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 206 | 0.02 | 0.76 | 0 | 0.19 | 298.08 | 0.61 | 0.5 |
| Hex | C9 | 32 | CE | 2 | 4C | 0 | 13 | 12A | 3D | 32 |
| Octal | 311 | 62 | 316 | 2 | 114 | 0 | 23 | 452 | 75 | 62 |
| Binary | 11001001 | 110010 | 11001110 | 10 | 1001100 | 0 | 10011 | 100101010 | 111101 | 110010 |
Color Harmonies of #C932CE
Complementary color
Monochromatic Colors of #C932CE
Black with #C932CE
Text Example
Text Example
White with #C932CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932CE; }
p { color: rgb(201,50,206); }
H1.HeaderClassName
{
color: #C932CE;
}
.AnyTagClassName
{
color: #C932CE;
}
</style>
background-color css
<style>
a { background-color: #C932CE; }
a { background-color: rgb(201,50,206); }
div.DivClassName
{
background-color: #C932CE;
}
.BgClassName
{
background-color: #C932CE;
}
</style>
border-color css
<style>
span { border-color: #C932CE; }
span { border-color: rgb(201,50,206); }
td.TdClassName
{
border-color: #C932CE;
}
.TagClassName
{
border-color: #C932CE;
}
</style>