Shades of Fuchsia #C26DB5
Tints of Fuchsia #C26DB5
RGB
CMYK
RGB Variations
Color information
#C26DB5 (or 0xC26DB5) is known color: Fuchsia. HEX triplet: C2, 6D and B5. RGB value is (194,109,181). Sum of RGB (Red+Green+Blue) = 194+109+181=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C26DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DB5 is #3D924A. Grayscale: #8E8E8E. Windows color (decimal): -4035147 or 11890114. OLE color: 11890114.
HSL color Cylindrical-coordinate representation of color #C26DB5: hue angle of 309.18º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26DB5 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 181 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.24 |
| HSL | 309.18º | 0.41% | 0.59% | - |
| HSV(B) | 309.18º | 0.44% | 0.76% | - |
| XYZ | 36.06 | 25.74 | 46.78 | - |
| YUV | 142.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 181 | 0 | 0.44 | 0.07 | 0.24 | 309.18 | 0.41 | 0.59 |
| Hex | C2 | 6D | B5 | 0 | 2C | 7 | 18 | 135 | 29 | 3B |
| Octal | 302 | 155 | 265 | 0 | 54 | 7 | 30 | 465 | 51 | 73 |
| Binary | 11000010 | 1101101 | 10110101 | 0 | 101100 | 111 | 11000 | 100110101 | 101001 | 111011 |
Color Harmonies of #C26DB5
Complementary color
Monochromatic Colors of #C26DB5
Black with #C26DB5
Text Example
Text Example
White with #C26DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26DB5; }
p { color: rgb(194,109,181); }
H1.HeaderClassName
{
color: #C26DB5;
}
.AnyTagClassName
{
color: #C26DB5;
}
</style>
background-color css
<style>
a { background-color: #C26DB5; }
a { background-color: rgb(194,109,181); }
div.DivClassName
{
background-color: #C26DB5;
}
.BgClassName
{
background-color: #C26DB5;
}
</style>
border-color css
<style>
span { border-color: #C26DB5; }
span { border-color: rgb(194,109,181); }
td.TdClassName
{
border-color: #C26DB5;
}
.TagClassName
{
border-color: #C26DB5;
}
</style>