Shades of Fuchsia #C83DB1
Tints of Fuchsia #C83DB1
RGB
CMYK
RGB Variations
Color information
#C83DB1 (or 0xC83DB1) is known color: Fuchsia. HEX triplet: C8, 3D and B1. RGB value is (200,61,177). Sum of RGB (Red+Green+Blue) = 200+61+177=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C83DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83DB1 is #37C24E. Grayscale: #737373. Windows color (decimal): -3654223 or 11615688. OLE color: 11615688.
HSL color Cylindrical-coordinate representation of color #C83DB1: hue angle of 309.93º 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 #C83DB1 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 177 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.22 |
| HSL | 309.93º | 0.56% | 0.51% | - |
| HSV(B) | 309.93º | 0.7% | 0.78% | - |
| XYZ | 33.42 | 18.79 | 43.46 | - |
| YUV | 115.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 177 | 0 | 0.69 | 0.12 | 0.22 | 309.93 | 0.56 | 0.51 |
| Hex | C8 | 3D | B1 | 0 | 45 | C | 16 | 136 | 38 | 33 |
| Octal | 310 | 75 | 261 | 0 | 105 | 14 | 26 | 466 | 70 | 63 |
| Binary | 11001000 | 111101 | 10110001 | 0 | 1000101 | 1100 | 10110 | 100110110 | 111000 | 110011 |
Color Harmonies of #C83DB1
Complementary color
Monochromatic Colors of #C83DB1
Black with #C83DB1
Text Example
Text Example
White with #C83DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DB1; }
p { color: rgb(200,61,177); }
H1.HeaderClassName
{
color: #C83DB1;
}
.AnyTagClassName
{
color: #C83DB1;
}
</style>
background-color css
<style>
a { background-color: #C83DB1; }
a { background-color: rgb(200,61,177); }
div.DivClassName
{
background-color: #C83DB1;
}
.BgClassName
{
background-color: #C83DB1;
}
</style>
border-color css
<style>
span { border-color: #C83DB1; }
span { border-color: rgb(200,61,177); }
td.TdClassName
{
border-color: #C83DB1;
}
.TagClassName
{
border-color: #C83DB1;
}
</style>