Shades of Fuchsia #C832CE
Tints of Fuchsia #C832CE
RGB
CMYK
RGB Variations
Color information
#C832CE (or 0xC832CE) is known color: Fuchsia. HEX triplet: C8, 32 and CE. RGB value is (200,50,206). Sum of RGB (Red+Green+Blue) = 200+50+206=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #C832CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832CE is #37CD31. Grayscale: #707070. Windows color (decimal): -3657010 or 13513416. OLE color: 13513416.
HSL color Cylindrical-coordinate representation of color #C832CE: hue angle of 297.69º 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 #C832CE is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 50 | 206 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.19 |
| HSL | 297.69º | 0.61% | 0.5% | - |
| HSV(B) | 297.69º | 0.76% | 0.81% | - |
| XYZ | 36.1 | 19.02 | 60.16 | - |
| YUV | 112.63 | 180.7 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 206 | 0.03 | 0.76 | 0 | 0.19 | 297.69 | 0.61 | 0.5 |
| Hex | C8 | 32 | CE | 3 | 4C | 0 | 13 | 12A | 3D | 32 |
| Octal | 310 | 62 | 316 | 3 | 114 | 0 | 23 | 452 | 75 | 62 |
| Binary | 11001000 | 110010 | 11001110 | 11 | 1001100 | 0 | 10011 | 100101010 | 111101 | 110010 |
Color Harmonies of #C832CE
Complementary color
Monochromatic Colors of #C832CE
Black with #C832CE
Text Example
Text Example
White with #C832CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C832CE; }
p { color: rgb(200,50,206); }
H1.HeaderClassName
{
color: #C832CE;
}
.AnyTagClassName
{
color: #C832CE;
}
</style>
background-color css
<style>
a { background-color: #C832CE; }
a { background-color: rgb(200,50,206); }
div.DivClassName
{
background-color: #C832CE;
}
.BgClassName
{
background-color: #C832CE;
}
</style>
border-color css
<style>
span { border-color: #C832CE; }
span { border-color: rgb(200,50,206); }
td.TdClassName
{
border-color: #C832CE;
}
.TagClassName
{
border-color: #C832CE;
}
</style>