Shades of Fuchsia #C932D3
Tints of Fuchsia #C932D3
RGB
CMYK
RGB Variations
Color information
#C932D3 (or 0xC932D3) is known color: Fuchsia. HEX triplet: C9, 32 and D3. RGB value is (201,50,211). Sum of RGB (Red+Green+Blue) = 201+50+211=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #C932D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932D3 is #36CD2C. Grayscale: #717171. Windows color (decimal): -3591469 or 13841097. OLE color: 13841097.
HSL color Cylindrical-coordinate representation of color #C932D3: hue angle of 296.27º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C932D3 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 50 | 211 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.17 |
| HSL | 296.27º | 0.65% | 0.51% | - |
| HSV(B) | 296.27º | 0.76% | 0.83% | - |
| XYZ | 36.99 | 19.4 | 63.42 | - |
| YUV | 113.5 | 183.03 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 211 | 0.05 | 0.76 | 0 | 0.17 | 296.27 | 0.65 | 0.51 |
| Hex | C9 | 32 | D3 | 5 | 4C | 0 | 11 | 128 | 41 | 33 |
| Octal | 311 | 62 | 323 | 5 | 114 | 0 | 21 | 450 | 101 | 63 |
| Binary | 11001001 | 110010 | 11010011 | 101 | 1001100 | 0 | 10001 | 100101000 | 1000001 | 110011 |
Color Harmonies of #C932D3
Complementary color
Monochromatic Colors of #C932D3
Black with #C932D3
Text Example
Text Example
White with #C932D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932D3; }
p { color: rgb(201,50,211); }
H1.HeaderClassName
{
color: #C932D3;
}
.AnyTagClassName
{
color: #C932D3;
}
</style>
background-color css
<style>
a { background-color: #C932D3; }
a { background-color: rgb(201,50,211); }
div.DivClassName
{
background-color: #C932D3;
}
.BgClassName
{
background-color: #C932D3;
}
</style>
border-color css
<style>
span { border-color: #C932D3; }
span { border-color: rgb(201,50,211); }
td.TdClassName
{
border-color: #C932D3;
}
.TagClassName
{
border-color: #C932D3;
}
</style>