Shades of Fuchsia #C832CC
Tints of Fuchsia #C832CC
RGB
CMYK
RGB Variations
Color information
#C832CC (or 0xC832CC) is known color: Fuchsia. HEX triplet: C8, 32 and CC. RGB value is (200,50,204). Sum of RGB (Red+Green+Blue) = 200+50+204=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #C832CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832CC is #37CD33. Grayscale: #6F6F6F. Windows color (decimal): -3657012 or 13382344. OLE color: 13382344.
HSL color Cylindrical-coordinate representation of color #C832CC: hue angle of 298.44º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C832CC is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 50 | 204 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.2 |
| HSL | 298.44º | 0.61% | 0.5% | - |
| HSV(B) | 298.44º | 0.75% | 0.8% | - |
| XYZ | 35.86 | 18.92 | 58.89 | - |
| YUV | 112.41 | 179.7 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 204 | 0.02 | 0.75 | 0 | 0.2 | 298.44 | 0.61 | 0.5 |
| Hex | C8 | 32 | CC | 2 | 4B | 0 | 14 | 12A | 3D | 32 |
| Octal | 310 | 62 | 314 | 2 | 113 | 0 | 24 | 452 | 75 | 62 |
| Binary | 11001000 | 110010 | 11001100 | 10 | 1001011 | 0 | 10100 | 100101010 | 111101 | 110010 |
Color Harmonies of #C832CC
Complementary color
Monochromatic Colors of #C832CC
Black with #C832CC
Text Example
Text Example
White with #C832CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C832CC; }
p { color: rgb(200,50,204); }
H1.HeaderClassName
{
color: #C832CC;
}
.AnyTagClassName
{
color: #C832CC;
}
</style>
background-color css
<style>
a { background-color: #C832CC; }
a { background-color: rgb(200,50,204); }
div.DivClassName
{
background-color: #C832CC;
}
.BgClassName
{
background-color: #C832CC;
}
</style>
border-color css
<style>
span { border-color: #C832CC; }
span { border-color: rgb(200,50,204); }
td.TdClassName
{
border-color: #C832CC;
}
.TagClassName
{
border-color: #C832CC;
}
</style>