Shades of Fuchsia #C932D2
Tints of Fuchsia #C932D2
RGB
CMYK
RGB Variations
Color information
#C932D2 (or 0xC932D2) is known color: Fuchsia. HEX triplet: C9, 32 and D2. RGB value is (201,50,210). Sum of RGB (Red+Green+Blue) = 201+50+210=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #C932D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932D2 is #36CD2D. Grayscale: #707070. Windows color (decimal): -3591470 or 13775561. OLE color: 13775561.
HSL color Cylindrical-coordinate representation of color #C932D2: hue angle of 296.62º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C932D2 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 50 | 210 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.18 |
| HSL | 296.63º | 0.64% | 0.51% | - |
| HSV(B) | 296.63º | 0.76% | 0.82% | - |
| XYZ | 36.86 | 19.35 | 62.77 | - |
| YUV | 113.39 | 182.53 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 210 | 0.04 | 0.76 | 0 | 0.18 | 296.63 | 0.64 | 0.51 |
| Hex | C9 | 32 | D2 | 4 | 4C | 0 | 12 | 129 | 40 | 33 |
| Octal | 311 | 62 | 322 | 4 | 114 | 0 | 22 | 451 | 100 | 63 |
| Binary | 11001001 | 110010 | 11010010 | 100 | 1001100 | 0 | 10010 | 100101001 | 1000000 | 110011 |
Color Harmonies of #C932D2
Complementary color
Monochromatic Colors of #C932D2
Black with #C932D2
Text Example
Text Example
White with #C932D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932D2; }
p { color: rgb(201,50,210); }
H1.HeaderClassName
{
color: #C932D2;
}
.AnyTagClassName
{
color: #C932D2;
}
</style>
background-color css
<style>
a { background-color: #C932D2; }
a { background-color: rgb(201,50,210); }
div.DivClassName
{
background-color: #C932D2;
}
.BgClassName
{
background-color: #C932D2;
}
</style>
border-color css
<style>
span { border-color: #C932D2; }
span { border-color: rgb(201,50,210); }
td.TdClassName
{
border-color: #C932D2;
}
.TagClassName
{
border-color: #C932D2;
}
</style>