Shades of Fuchsia #C26CC2
Tints of Fuchsia #C26CC2
RGB
CMYK
RGB Variations
Color information
#C26CC2 (or 0xC26CC2) is known color: Fuchsia. HEX triplet: C2, 6C and C2. RGB value is (194,108,194). Sum of RGB (Red+Green+Blue) = 194+108+194=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C26CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CC2 is #3D933D. Grayscale: #8F8F8F. Windows color (decimal): -4035390 or 12741826. OLE color: 12741826.
HSL color Cylindrical-coordinate representation of color #C26CC2: hue angle of 300º 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 #C26CC2 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 194 | - |
| CMYK | 0 | 0.44 | 0 | 0.24 |
| HSL | 300º | 0.41% | 0.59% | - |
| HSV(B) | 300º | 0.44% | 0.76% | - |
| XYZ | 37.35 | 26.09 | 54.11 | - |
| YUV | 143.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 194 | 0 | 0.44 | 0 | 0.24 | 300 | 0.41 | 0.59 |
| Hex | C2 | 6C | C2 | 0 | 2C | 0 | 18 | 12C | 29 | 3B |
| Octal | 302 | 154 | 302 | 0 | 54 | 0 | 30 | 454 | 51 | 73 |
| Binary | 11000010 | 1101100 | 11000010 | 0 | 101100 | 0 | 11000 | 100101100 | 101001 | 111011 |
Color Harmonies of #C26CC2
Complementary color
Monochromatic Colors of #C26CC2
Black with #C26CC2
Text Example
Text Example
White with #C26CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26CC2; }
p { color: rgb(194,108,194); }
H1.HeaderClassName
{
color: #C26CC2;
}
.AnyTagClassName
{
color: #C26CC2;
}
</style>
background-color css
<style>
a { background-color: #C26CC2; }
a { background-color: rgb(194,108,194); }
div.DivClassName
{
background-color: #C26CC2;
}
.BgClassName
{
background-color: #C26CC2;
}
</style>
border-color css
<style>
span { border-color: #C26CC2; }
span { border-color: rgb(194,108,194); }
td.TdClassName
{
border-color: #C26CC2;
}
.TagClassName
{
border-color: #C26CC2;
}
</style>