Shades of Fuchsia #C841B4
Tints of Fuchsia #C841B4
RGB
CMYK
RGB Variations
Color information
#C841B4 (or 0xC841B4) is known color: Fuchsia. HEX triplet: C8, 41 and B4. RGB value is (200,65,180). Sum of RGB (Red+Green+Blue) = 200+65+180=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C841B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841B4 is #37BE4B. Grayscale: #767676. Windows color (decimal): -3653196 or 11813320. OLE color: 11813320.
HSL color Cylindrical-coordinate representation of color #C841B4: hue angle of 308.89º 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 #C841B4 is Cyan = 0, Magento = 0.68, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 180 | - |
| CMYK | 0 | 0.68 | 0.1 | 0.22 |
| HSL | 308.89º | 0.55% | 0.52% | - |
| HSV(B) | 308.89º | 0.68% | 0.78% | - |
| XYZ | 33.95 | 19.36 | 45.13 | - |
| YUV | 118.48 | 162.73 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 180 | 0 | 0.68 | 0.1 | 0.22 | 308.89 | 0.55 | 0.52 |
| Hex | C8 | 41 | B4 | 0 | 44 | A | 16 | 135 | 37 | 34 |
| Octal | 310 | 101 | 264 | 0 | 104 | 12 | 26 | 465 | 67 | 64 |
| Binary | 11001000 | 1000001 | 10110100 | 0 | 1000100 | 1010 | 10110 | 100110101 | 110111 | 110100 |
Color Harmonies of #C841B4
Complementary color
Monochromatic Colors of #C841B4
Black with #C841B4
Text Example
Text Example
White with #C841B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C841B4; }
p { color: rgb(200,65,180); }
H1.HeaderClassName
{
color: #C841B4;
}
.AnyTagClassName
{
color: #C841B4;
}
</style>
background-color css
<style>
a { background-color: #C841B4; }
a { background-color: rgb(200,65,180); }
div.DivClassName
{
background-color: #C841B4;
}
.BgClassName
{
background-color: #C841B4;
}
</style>
border-color css
<style>
span { border-color: #C841B4; }
span { border-color: rgb(200,65,180); }
td.TdClassName
{
border-color: #C841B4;
}
.TagClassName
{
border-color: #C841B4;
}
</style>