Shades of Fuchsia #C835BA
Tints of Fuchsia #C835BA
RGB
CMYK
RGB Variations
Color information
#C835BA (or 0xC835BA) is known color: Fuchsia. HEX triplet: C8, 35 and BA. RGB value is (200,53,186). Sum of RGB (Red+Green+Blue) = 200+53+186=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C835BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835BA is #37CA45. Grayscale: #6F6F6F. Windows color (decimal): -3656262 or 12203464. OLE color: 12203464.
HSL color Cylindrical-coordinate representation of color #C835BA: hue angle of 305.71º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C835BA is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 186 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.22 |
| HSL | 305.71º | 0.58% | 0.5% | - |
| HSV(B) | 305.71º | 0.74% | 0.78% | - |
| XYZ | 33.96 | 18.37 | 48.21 | - |
| YUV | 112.12 | 169.7 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 186 | 0 | 0.74 | 0.07 | 0.22 | 305.71 | 0.58 | 0.5 |
| Hex | C8 | 35 | BA | 0 | 4A | 7 | 16 | 132 | 3A | 32 |
| Octal | 310 | 65 | 272 | 0 | 112 | 7 | 26 | 462 | 72 | 62 |
| Binary | 11001000 | 110101 | 10111010 | 0 | 1001010 | 111 | 10110 | 100110010 | 111010 | 110010 |
Color Harmonies of #C835BA
Complementary color
Monochromatic Colors of #C835BA
Black with #C835BA
Text Example
Text Example
White with #C835BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835BA; }
p { color: rgb(200,53,186); }
H1.HeaderClassName
{
color: #C835BA;
}
.AnyTagClassName
{
color: #C835BA;
}
</style>
background-color css
<style>
a { background-color: #C835BA; }
a { background-color: rgb(200,53,186); }
div.DivClassName
{
background-color: #C835BA;
}
.BgClassName
{
background-color: #C835BA;
}
</style>
border-color css
<style>
span { border-color: #C835BA; }
span { border-color: rgb(200,53,186); }
td.TdClassName
{
border-color: #C835BA;
}
.TagClassName
{
border-color: #C835BA;
}
</style>