Shades of Fuchsia #C832C8
Tints of Fuchsia #C832C8
RGB
CMYK
RGB Variations
Color information
#C832C8 (or 0xC832C8) is known color: Fuchsia. HEX triplet: C8, 32 and C8. RGB value is (200,50,200). Sum of RGB (Red+Green+Blue) = 200+50+200=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C832C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832C8 is #37CD37. Grayscale: #6F6F6F. Windows color (decimal): -3657016 or 13120200. OLE color: 13120200.
HSL color Cylindrical-coordinate representation of color #C832C8: hue angle of 300º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C832C8 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 200 | - |
| CMYK | 0 | 0.75 | 0 | 0.22 |
| HSL | 300º | 0.6% | 0.49% | - |
| HSV(B) | 300º | 0.75% | 0.78% | - |
| XYZ | 35.39 | 18.73 | 56.39 | - |
| YUV | 111.95 | 177.7 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 200 | 0 | 0.75 | 0 | 0.22 | 300 | 0.6 | 0.49 |
| Hex | C8 | 32 | C8 | 0 | 4B | 0 | 16 | 12C | 3C | 31 |
| Octal | 310 | 62 | 310 | 0 | 113 | 0 | 26 | 454 | 74 | 61 |
| Binary | 11001000 | 110010 | 11001000 | 0 | 1001011 | 0 | 10110 | 100101100 | 111100 | 110001 |
Color Harmonies of #C832C8
Complementary color
Monochromatic Colors of #C832C8
Black with #C832C8
Text Example
Text Example
White with #C832C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C832C8; }
p { color: rgb(200,50,200); }
H1.HeaderClassName
{
color: #C832C8;
}
.AnyTagClassName
{
color: #C832C8;
}
</style>
background-color css
<style>
a { background-color: #C832C8; }
a { background-color: rgb(200,50,200); }
div.DivClassName
{
background-color: #C832C8;
}
.BgClassName
{
background-color: #C832C8;
}
</style>
border-color css
<style>
span { border-color: #C832C8; }
span { border-color: rgb(200,50,200); }
td.TdClassName
{
border-color: #C832C8;
}
.TagClassName
{
border-color: #C832C8;
}
</style>