Shades of Fuchsia #C269C5
Tints of Fuchsia #C269C5
RGB
CMYK
RGB Variations
Color information
#C269C5 (or 0xC269C5) is known color: Fuchsia. HEX triplet: C2, 69 and C5. RGB value is (194,105,197). Sum of RGB (Red+Green+Blue) = 194+105+197=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 197 - color contains mainly: blue. Hex color #C269C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269C5 is #3D963A. Grayscale: #8D8D8D. Windows color (decimal): -4036155 or 12937666. OLE color: 12937666.
HSL color Cylindrical-coordinate representation of color #C269C5: hue angle of 298.04º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C269C5 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 105 | 197 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.23 |
| HSL | 298.04º | 0.44% | 0.59% | - |
| HSV(B) | 298.04º | 0.47% | 0.77% | - |
| XYZ | 37.38 | 25.6 | 55.8 | - |
| YUV | 142.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 197 | 0.02 | 0.47 | 0 | 0.23 | 298.04 | 0.44 | 0.59 |
| Hex | C2 | 69 | C5 | 2 | 2F | 0 | 17 | 12A | 2C | 3B |
| Octal | 302 | 151 | 305 | 2 | 57 | 0 | 27 | 452 | 54 | 73 |
| Binary | 11000010 | 1101001 | 11000101 | 10 | 101111 | 0 | 10111 | 100101010 | 101100 | 111011 |
Color Harmonies of #C269C5
Complementary color
Monochromatic Colors of #C269C5
Black with #C269C5
Text Example
Text Example
White with #C269C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269C5; }
p { color: rgb(194,105,197); }
H1.HeaderClassName
{
color: #C269C5;
}
.AnyTagClassName
{
color: #C269C5;
}
</style>
background-color css
<style>
a { background-color: #C269C5; }
a { background-color: rgb(194,105,197); }
div.DivClassName
{
background-color: #C269C5;
}
.BgClassName
{
background-color: #C269C5;
}
</style>
border-color css
<style>
span { border-color: #C269C5; }
span { border-color: rgb(194,105,197); }
td.TdClassName
{
border-color: #C269C5;
}
.TagClassName
{
border-color: #C269C5;
}
</style>