Shades of Fuchsia #C83CBF
Tints of Fuchsia #C83CBF
RGB
CMYK
RGB Variations
Color information
#C83CBF (or 0xC83CBF) is known color: Fuchsia. HEX triplet: C8, 3C and BF. RGB value is (200,60,191). Sum of RGB (Red+Green+Blue) = 200+60+191=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C83CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83CBF is #37C340. Grayscale: #747474. Windows color (decimal): -3654465 or 12532936. OLE color: 12532936.
HSL color Cylindrical-coordinate representation of color #C83CBF: hue angle of 303.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83CBF is Cyan = 0, Magento = 0.7, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 191 | - |
| CMYK | 0 | 0.7 | 0.04 | 0.22 |
| HSL | 303.86º | 0.56% | 0.51% | - |
| HSV(B) | 303.86º | 0.7% | 0.78% | - |
| XYZ | 34.84 | 19.27 | 51.17 | - |
| YUV | 116.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 191 | 0 | 0.7 | 0.04 | 0.22 | 303.86 | 0.56 | 0.51 |
| Hex | C8 | 3C | BF | 0 | 46 | 4 | 16 | 130 | 38 | 33 |
| Octal | 310 | 74 | 277 | 0 | 106 | 4 | 26 | 460 | 70 | 63 |
| Binary | 11001000 | 111100 | 10111111 | 0 | 1000110 | 100 | 10110 | 100110000 | 111000 | 110011 |
Color Harmonies of #C83CBF
Complementary color
Monochromatic Colors of #C83CBF
Black with #C83CBF
Text Example
Text Example
White with #C83CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CBF; }
p { color: rgb(200,60,191); }
H1.HeaderClassName
{
color: #C83CBF;
}
.AnyTagClassName
{
color: #C83CBF;
}
</style>
background-color css
<style>
a { background-color: #C83CBF; }
a { background-color: rgb(200,60,191); }
div.DivClassName
{
background-color: #C83CBF;
}
.BgClassName
{
background-color: #C83CBF;
}
</style>
border-color css
<style>
span { border-color: #C83CBF; }
span { border-color: rgb(200,60,191); }
td.TdClassName
{
border-color: #C83CBF;
}
.TagClassName
{
border-color: #C83CBF;
}
</style>