Shades of Fuchsia #C83DBE
Tints of Fuchsia #C83DBE
RGB
CMYK
RGB Variations
Color information
#C83DBE (or 0xC83DBE) is known color: Fuchsia. HEX triplet: C8, 3D and BE. RGB value is (200,61,190). Sum of RGB (Red+Green+Blue) = 200+61+190=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C83DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83DBE is #37C241. Grayscale: #747474. Windows color (decimal): -3654210 or 12467656. OLE color: 12467656.
HSL color Cylindrical-coordinate representation of color #C83DBE: hue angle of 304.32º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83DBE is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 190 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.22 |
| HSL | 304.32º | 0.56% | 0.51% | - |
| HSV(B) | 304.32º | 0.7% | 0.78% | - |
| XYZ | 34.78 | 19.33 | 50.61 | - |
| YUV | 117.27 | 169.05 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 190 | 0 | 0.69 | 0.05 | 0.22 | 304.32 | 0.56 | 0.51 |
| Hex | C8 | 3D | BE | 0 | 45 | 5 | 16 | 130 | 38 | 33 |
| Octal | 310 | 75 | 276 | 0 | 105 | 5 | 26 | 460 | 70 | 63 |
| Binary | 11001000 | 111101 | 10111110 | 0 | 1000101 | 101 | 10110 | 100110000 | 111000 | 110011 |
Color Harmonies of #C83DBE
Complementary color
Monochromatic Colors of #C83DBE
Black with #C83DBE
Text Example
Text Example
White with #C83DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DBE; }
p { color: rgb(200,61,190); }
H1.HeaderClassName
{
color: #C83DBE;
}
.AnyTagClassName
{
color: #C83DBE;
}
</style>
background-color css
<style>
a { background-color: #C83DBE; }
a { background-color: rgb(200,61,190); }
div.DivClassName
{
background-color: #C83DBE;
}
.BgClassName
{
background-color: #C83DBE;
}
</style>
border-color css
<style>
span { border-color: #C83DBE; }
span { border-color: rgb(200,61,190); }
td.TdClassName
{
border-color: #C83DBE;
}
.TagClassName
{
border-color: #C83DBE;
}
</style>