Shades of Fuchsia #C269AD
Tints of Fuchsia #C269AD
RGB
CMYK
RGB Variations
Color information
#C269AD (or 0xC269AD) is known color: Fuchsia. HEX triplet: C2, 69 and AD. RGB value is (194,105,173). Sum of RGB (Red+Green+Blue) = 194+105+173=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C269AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C269AD is #3D9652. Grayscale: #8B8B8B. Windows color (decimal): -4036179 or 11364802. OLE color: 11364802.
HSL color Cylindrical-coordinate representation of color #C269AD: hue angle of 314.16º 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 #C269AD is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 173 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.24 |
| HSL | 314.16º | 0.42% | 0.59% | - |
| HSV(B) | 314.16º | 0.46% | 0.76% | - |
| XYZ | 34.84 | 24.59 | 42.45 | - |
| YUV | 139.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 173 | 0 | 0.46 | 0.11 | 0.24 | 314.16 | 0.42 | 0.59 |
| Hex | C2 | 69 | AD | 0 | 2E | B | 18 | 13A | 2A | 3B |
| Octal | 302 | 151 | 255 | 0 | 56 | 13 | 30 | 472 | 52 | 73 |
| Binary | 11000010 | 1101001 | 10101101 | 0 | 101110 | 1011 | 11000 | 100111010 | 101010 | 111011 |
Color Harmonies of #C269AD
Complementary color
Monochromatic Colors of #C269AD
Black with #C269AD
Text Example
Text Example
White with #C269AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269AD; }
p { color: rgb(194,105,173); }
H1.HeaderClassName
{
color: #C269AD;
}
.AnyTagClassName
{
color: #C269AD;
}
</style>
background-color css
<style>
a { background-color: #C269AD; }
a { background-color: rgb(194,105,173); }
div.DivClassName
{
background-color: #C269AD;
}
.BgClassName
{
background-color: #C269AD;
}
</style>
border-color css
<style>
span { border-color: #C269AD; }
span { border-color: rgb(194,105,173); }
td.TdClassName
{
border-color: #C269AD;
}
.TagClassName
{
border-color: #C269AD;
}
</style>