Shades of Fuchsia #C83BB5
Tints of Fuchsia #C83BB5
RGB
CMYK
RGB Variations
Color information
#C83BB5 (or 0xC83BB5) is known color: Fuchsia. HEX triplet: C8, 3B and B5. RGB value is (200,59,181). Sum of RGB (Red+Green+Blue) = 200+59+181=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C83BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83BB5 is #37C44A. Grayscale: #727272. Windows color (decimal): -3654731 or 11877320. OLE color: 11877320.
HSL color Cylindrical-coordinate representation of color #C83BB5: hue angle of 308.09º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83BB5 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 59 | 181 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.22 |
| HSL | 308.09º | 0.56% | 0.51% | - |
| HSV(B) | 308.09º | 0.71% | 0.78% | - |
| XYZ | 33.72 | 18.74 | 45.56 | - |
| YUV | 115.07 | 165.21 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 181 | 0 | 0.70 | 0.09 | 0.22 | 308.09 | 0.56 | 0.51 |
| Hex | C8 | 3B | B5 | 0 | 46 | 9 | 16 | 134 | 38 | 33 |
| Octal | 310 | 73 | 265 | 0 | 106 | 11 | 26 | 464 | 70 | 63 |
| Binary | 11001000 | 111011 | 10110101 | 0 | 1000110 | 1001 | 10110 | 100110100 | 111000 | 110011 |
Color Harmonies of #C83BB5
Complementary color
Monochromatic Colors of #C83BB5
Black with #C83BB5
Text Example
Text Example
White with #C83BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83BB5; }
p { color: rgb(200,59,181); }
H1.HeaderClassName
{
color: #C83BB5;
}
.AnyTagClassName
{
color: #C83BB5;
}
</style>
background-color css
<style>
a { background-color: #C83BB5; }
a { background-color: rgb(200,59,181); }
div.DivClassName
{
background-color: #C83BB5;
}
.BgClassName
{
background-color: #C83BB5;
}
</style>
border-color css
<style>
span { border-color: #C83BB5; }
span { border-color: rgb(200,59,181); }
td.TdClassName
{
border-color: #C83BB5;
}
.TagClassName
{
border-color: #C83BB5;
}
</style>