Shades of Fuchsia #C832CF
Tints of Fuchsia #C832CF
RGB
CMYK
RGB Variations
Color information
#C832CF (or 0xC832CF) is known color: Fuchsia. HEX triplet: C8, 32 and CF. RGB value is (200,50,207). Sum of RGB (Red+Green+Blue) = 200+50+207=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #C832CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832CF is #37CD30. Grayscale: #707070. Windows color (decimal): -3657009 or 13578952. OLE color: 13578952.
HSL color Cylindrical-coordinate representation of color #C832CF: hue angle of 297.32º degrees, saturation: 0.62, 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 #C832CF is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 50 | 207 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.19 |
| HSL | 297.32º | 0.62% | 0.5% | - |
| HSV(B) | 297.32º | 0.76% | 0.81% | - |
| XYZ | 36.22 | 19.07 | 60.8 | - |
| YUV | 112.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 207 | 0.03 | 0.76 | 0 | 0.19 | 297.32 | 0.62 | 0.5 |
| Hex | C8 | 32 | CF | 3 | 4C | 0 | 13 | 129 | 3E | 32 |
| Octal | 310 | 62 | 317 | 3 | 114 | 0 | 23 | 451 | 76 | 62 |
| Binary | 11001000 | 110010 | 11001111 | 11 | 1001100 | 0 | 10011 | 100101001 | 111110 | 110010 |
Color Harmonies of #C832CF
Complementary color
Monochromatic Colors of #C832CF
Black with #C832CF
Text Example
Text Example
White with #C832CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C832CF; }
p { color: rgb(200,50,207); }
H1.HeaderClassName
{
color: #C832CF;
}
.AnyTagClassName
{
color: #C832CF;
}
</style>
background-color css
<style>
a { background-color: #C832CF; }
a { background-color: rgb(200,50,207); }
div.DivClassName
{
background-color: #C832CF;
}
.BgClassName
{
background-color: #C832CF;
}
</style>
border-color css
<style>
span { border-color: #C832CF; }
span { border-color: rgb(200,50,207); }
td.TdClassName
{
border-color: #C832CF;
}
.TagClassName
{
border-color: #C832CF;
}
</style>