Shades of Fuchsia #C269BE
Tints of Fuchsia #C269BE
RGB
CMYK
RGB Variations
Color information
#C269BE (or 0xC269BE) is known color: Fuchsia. HEX triplet: C2, 69 and BE. RGB value is (194,105,190). Sum of RGB (Red+Green+Blue) = 194+105+190=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C269BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269BE is #3D9641. Grayscale: #8D8D8D. Windows color (decimal): -4036162 or 12478914. OLE color: 12478914.
HSL color Cylindrical-coordinate representation of color #C269BE: hue angle of 302.7º 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 #C269BE is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 190 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.24 |
| HSL | 302.7º | 0.42% | 0.59% | - |
| HSV(B) | 302.7º | 0.46% | 0.76% | - |
| XYZ | 36.59 | 25.29 | 51.67 | - |
| YUV | 141.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 190 | 0 | 0.46 | 0.02 | 0.24 | 302.7 | 0.42 | 0.59 |
| Hex | C2 | 69 | BE | 0 | 2E | 2 | 18 | 12F | 2A | 3B |
| Octal | 302 | 151 | 276 | 0 | 56 | 2 | 30 | 457 | 52 | 73 |
| Binary | 11000010 | 1101001 | 10111110 | 0 | 101110 | 10 | 11000 | 100101111 | 101010 | 111011 |
Color Harmonies of #C269BE
Complementary color
Monochromatic Colors of #C269BE
Black with #C269BE
Text Example
Text Example
White with #C269BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269BE; }
p { color: rgb(194,105,190); }
H1.HeaderClassName
{
color: #C269BE;
}
.AnyTagClassName
{
color: #C269BE;
}
</style>
background-color css
<style>
a { background-color: #C269BE; }
a { background-color: rgb(194,105,190); }
div.DivClassName
{
background-color: #C269BE;
}
.BgClassName
{
background-color: #C269BE;
}
</style>
border-color css
<style>
span { border-color: #C269BE; }
span { border-color: rgb(194,105,190); }
td.TdClassName
{
border-color: #C269BE;
}
.TagClassName
{
border-color: #C269BE;
}
</style>