Shades of Fuchsia #C841B5
Tints of Fuchsia #C841B5
RGB
CMYK
RGB Variations
Color information
#C841B5 (or 0xC841B5) is known color: Fuchsia. HEX triplet: C8, 41 and B5. RGB value is (200,65,181). Sum of RGB (Red+Green+Blue) = 200+65+181=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C841B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841B5 is #37BE4A. Grayscale: #767676. Windows color (decimal): -3653195 or 11878856. OLE color: 11878856.
HSL color Cylindrical-coordinate representation of color #C841B5: hue angle of 308.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C841B5 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 181 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.22 |
| HSL | 308.44º | 0.55% | 0.52% | - |
| HSV(B) | 308.44º | 0.68% | 0.78% | - |
| XYZ | 34.05 | 19.4 | 45.67 | - |
| YUV | 118.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 181 | 0 | 0.68 | 0.09 | 0.22 | 308.44 | 0.55 | 0.52 |
| Hex | C8 | 41 | B5 | 0 | 44 | 9 | 16 | 134 | 37 | 34 |
| Octal | 310 | 101 | 265 | 0 | 104 | 11 | 26 | 464 | 67 | 64 |
| Binary | 11001000 | 1000001 | 10110101 | 0 | 1000100 | 1001 | 10110 | 100110100 | 110111 | 110100 |
Color Harmonies of #C841B5
Complementary color
Monochromatic Colors of #C841B5
Black with #C841B5
Text Example
Text Example
White with #C841B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C841B5; }
p { color: rgb(200,65,181); }
H1.HeaderClassName
{
color: #C841B5;
}
.AnyTagClassName
{
color: #C841B5;
}
</style>
background-color css
<style>
a { background-color: #C841B5; }
a { background-color: rgb(200,65,181); }
div.DivClassName
{
background-color: #C841B5;
}
.BgClassName
{
background-color: #C841B5;
}
</style>
border-color css
<style>
span { border-color: #C841B5; }
span { border-color: rgb(200,65,181); }
td.TdClassName
{
border-color: #C841B5;
}
.TagClassName
{
border-color: #C841B5;
}
</style>