Shades of Fuchsia #C269AC
Tints of Fuchsia #C269AC
RGB
CMYK
RGB Variations
Color information
#C269AC (or 0xC269AC) is known color: Fuchsia. HEX triplet: C2, 69 and AC. RGB value is (194,105,172). Sum of RGB (Red+Green+Blue) = 194+105+172=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C269AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C269AC is #3D9653. Grayscale: #8B8B8B. Windows color (decimal): -4036180 or 11299266. OLE color: 11299266.
HSL color Cylindrical-coordinate representation of color #C269AC: hue angle of 314.83º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C269AC is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 172 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.24 |
| HSL | 314.83º | 0.42% | 0.59% | - |
| HSV(B) | 314.83º | 0.46% | 0.76% | - |
| XYZ | 34.75 | 24.55 | 41.94 | - |
| YUV | 139.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 172 | 0 | 0.46 | 0.11 | 0.24 | 314.83 | 0.42 | 0.59 |
| Hex | C2 | 69 | AC | 0 | 2E | B | 18 | 13B | 2A | 3B |
| Octal | 302 | 151 | 254 | 0 | 56 | 13 | 30 | 473 | 52 | 73 |
| Binary | 11000010 | 1101001 | 10101100 | 0 | 101110 | 1011 | 11000 | 100111011 | 101010 | 111011 |
Color Harmonies of #C269AC
Complementary color
Monochromatic Colors of #C269AC
Black with #C269AC
Text Example
Text Example
White with #C269AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269AC; }
p { color: rgb(194,105,172); }
H1.HeaderClassName
{
color: #C269AC;
}
.AnyTagClassName
{
color: #C269AC;
}
</style>
background-color css
<style>
a { background-color: #C269AC; }
a { background-color: rgb(194,105,172); }
div.DivClassName
{
background-color: #C269AC;
}
.BgClassName
{
background-color: #C269AC;
}
</style>
border-color css
<style>
span { border-color: #C269AC; }
span { border-color: rgb(194,105,172); }
td.TdClassName
{
border-color: #C269AC;
}
.TagClassName
{
border-color: #C269AC;
}
</style>