Shades of Fuchsia #C841B3
Tints of Fuchsia #C841B3
RGB
CMYK
RGB Variations
Color information
#C841B3 (or 0xC841B3) is known color: Fuchsia. HEX triplet: C8, 41 and B3. RGB value is (200,65,179). Sum of RGB (Red+Green+Blue) = 200+65+179=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C841B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841B3 is #37BE4C. Grayscale: #767676. Windows color (decimal): -3653197 or 11747784. OLE color: 11747784.
HSL color Cylindrical-coordinate representation of color #C841B3: hue angle of 309.33º 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 #C841B3 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 179 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.22 |
| HSL | 309.33º | 0.55% | 0.52% | - |
| HSV(B) | 309.33º | 0.68% | 0.78% | - |
| XYZ | 33.85 | 19.31 | 44.59 | - |
| YUV | 118.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 179 | 0 | 0.68 | 0.10 | 0.22 | 309.33 | 0.55 | 0.52 |
| Hex | C8 | 41 | B3 | 0 | 44 | A | 16 | 135 | 37 | 34 |
| Octal | 310 | 101 | 263 | 0 | 104 | 12 | 26 | 465 | 67 | 64 |
| Binary | 11001000 | 1000001 | 10110011 | 0 | 1000100 | 1010 | 10110 | 100110101 | 110111 | 110100 |
Color Harmonies of #C841B3
Complementary color
Monochromatic Colors of #C841B3
Black with #C841B3
Text Example
Text Example
White with #C841B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C841B3; }
p { color: rgb(200,65,179); }
H1.HeaderClassName
{
color: #C841B3;
}
.AnyTagClassName
{
color: #C841B3;
}
</style>
background-color css
<style>
a { background-color: #C841B3; }
a { background-color: rgb(200,65,179); }
div.DivClassName
{
background-color: #C841B3;
}
.BgClassName
{
background-color: #C841B3;
}
</style>
border-color css
<style>
span { border-color: #C841B3; }
span { border-color: rgb(200,65,179); }
td.TdClassName
{
border-color: #C841B3;
}
.TagClassName
{
border-color: #C841B3;
}
</style>