Shades of Fuchsia #C269C0
Tints of Fuchsia #C269C0
RGB
CMYK
RGB Variations
Color information
#C269C0 (or 0xC269C0) is known color: Fuchsia. HEX triplet: C2, 69 and C0. RGB value is (194,105,192). Sum of RGB (Red+Green+Blue) = 194+105+192=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C269C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269C0 is #3D963F. Grayscale: #8D8D8D. Windows color (decimal): -4036160 or 12609986. OLE color: 12609986.
HSL color Cylindrical-coordinate representation of color #C269C0: hue angle of 301.35º 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 #C269C0 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 192 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.24 |
| HSL | 301.35º | 0.42% | 0.59% | - |
| HSV(B) | 301.35º | 0.46% | 0.76% | - |
| XYZ | 36.81 | 25.38 | 52.83 | - |
| YUV | 141.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 192 | 0 | 0.46 | 0.01 | 0.24 | 301.35 | 0.42 | 0.59 |
| Hex | C2 | 69 | C0 | 0 | 2E | 1 | 18 | 12D | 2A | 3B |
| Octal | 302 | 151 | 300 | 0 | 56 | 1 | 30 | 455 | 52 | 73 |
| Binary | 11000010 | 1101001 | 11000000 | 0 | 101110 | 1 | 11000 | 100101101 | 101010 | 111011 |
Color Harmonies of #C269C0
Complementary color
Monochromatic Colors of #C269C0
Black with #C269C0
Text Example
Text Example
White with #C269C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269C0; }
p { color: rgb(194,105,192); }
H1.HeaderClassName
{
color: #C269C0;
}
.AnyTagClassName
{
color: #C269C0;
}
</style>
background-color css
<style>
a { background-color: #C269C0; }
a { background-color: rgb(194,105,192); }
div.DivClassName
{
background-color: #C269C0;
}
.BgClassName
{
background-color: #C269C0;
}
</style>
border-color css
<style>
span { border-color: #C269C0; }
span { border-color: rgb(194,105,192); }
td.TdClassName
{
border-color: #C269C0;
}
.TagClassName
{
border-color: #C269C0;
}
</style>