Shades of Fuchsia #C26DBD
Tints of Fuchsia #C26DBD
RGB
CMYK
RGB Variations
Color information
#C26DBD (or 0xC26DBD) is known color: Fuchsia. HEX triplet: C2, 6D and BD. RGB value is (194,109,189). Sum of RGB (Red+Green+Blue) = 194+109+189=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C26DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DBD is #3D9242. Grayscale: #8F8F8F. Windows color (decimal): -4035139 or 12414402. OLE color: 12414402.
HSL color Cylindrical-coordinate representation of color #C26DBD: hue angle of 303.53º 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 #C26DBD is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 189 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.24 |
| HSL | 303.53º | 0.41% | 0.59% | - |
| HSV(B) | 303.53º | 0.44% | 0.76% | - |
| XYZ | 36.9 | 26.08 | 51.23 | - |
| YUV | 143.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 189 | 0 | 0.44 | 0.03 | 0.24 | 303.53 | 0.41 | 0.59 |
| Hex | C2 | 6D | BD | 0 | 2C | 3 | 18 | 130 | 29 | 3B |
| Octal | 302 | 155 | 275 | 0 | 54 | 3 | 30 | 460 | 51 | 73 |
| Binary | 11000010 | 1101101 | 10111101 | 0 | 101100 | 11 | 11000 | 100110000 | 101001 | 111011 |
Color Harmonies of #C26DBD
Complementary color
Monochromatic Colors of #C26DBD
Black with #C26DBD
Text Example
Text Example
White with #C26DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26DBD; }
p { color: rgb(194,109,189); }
H1.HeaderClassName
{
color: #C26DBD;
}
.AnyTagClassName
{
color: #C26DBD;
}
</style>
background-color css
<style>
a { background-color: #C26DBD; }
a { background-color: rgb(194,109,189); }
div.DivClassName
{
background-color: #C26DBD;
}
.BgClassName
{
background-color: #C26DBD;
}
</style>
border-color css
<style>
span { border-color: #C26DBD; }
span { border-color: rgb(194,109,189); }
td.TdClassName
{
border-color: #C26DBD;
}
.TagClassName
{
border-color: #C26DBD;
}
</style>