Shades of Fuchsia #C83BCB
Tints of Fuchsia #C83BCB
RGB
CMYK
RGB Variations
Color information
#C83BCB (or 0xC83BCB) is known color: Fuchsia. HEX triplet: C8, 3B and CB. RGB value is (200,59,203). Sum of RGB (Red+Green+Blue) = 200+59+203=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #C83BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83BCB is #37C434. Grayscale: #757575. Windows color (decimal): -3654709 or 13319112. OLE color: 13319112.
HSL color Cylindrical-coordinate representation of color #C83BCB: hue angle of 298.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83BCB is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 59 | 203 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.20 |
| HSL | 298.75º | 0.58% | 0.51% | - |
| HSV(B) | 298.75º | 0.71% | 0.8% | - |
| XYZ | 36.16 | 19.72 | 58.4 | - |
| YUV | 117.58 | 176.21 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 203 | 0.01 | 0.71 | 0 | 0.20 | 298.75 | 0.58 | 0.51 |
| Hex | C8 | 3B | CB | 1 | 47 | 0 | 14 | 12B | 3A | 33 |
| Octal | 310 | 73 | 313 | 1 | 107 | 0 | 24 | 453 | 72 | 63 |
| Binary | 11001000 | 111011 | 11001011 | 1 | 1000111 | 0 | 10100 | 100101011 | 111010 | 110011 |
Color Harmonies of #C83BCB
Complementary color
Monochromatic Colors of #C83BCB
Black with #C83BCB
Text Example
Text Example
White with #C83BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83BCB; }
p { color: rgb(200,59,203); }
H1.HeaderClassName
{
color: #C83BCB;
}
.AnyTagClassName
{
color: #C83BCB;
}
</style>
background-color css
<style>
a { background-color: #C83BCB; }
a { background-color: rgb(200,59,203); }
div.DivClassName
{
background-color: #C83BCB;
}
.BgClassName
{
background-color: #C83BCB;
}
</style>
border-color css
<style>
span { border-color: #C83BCB; }
span { border-color: rgb(200,59,203); }
td.TdClassName
{
border-color: #C83BCB;
}
.TagClassName
{
border-color: #C83BCB;
}
</style>