Shades of Fuchsia #C469C4
Tints of Fuchsia #C469C4
RGB
CMYK
RGB Variations
Color information
#C469C4 (or 0xC469C4) is known color: Fuchsia. HEX triplet: C4, 69 and C4. RGB value is (196,105,196). Sum of RGB (Red+Green+Blue) = 196+105+196=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C469C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469C4 is #3B963B. Grayscale: #8E8E8E. Windows color (decimal): -3905084 or 12872132. OLE color: 12872132.
HSL color Cylindrical-coordinate representation of color #C469C4: hue angle of 300º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C469C4 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 196 | - |
| CMYK | 0 | 0.46 | 0 | 0.23 |
| HSL | 300º | 0.44% | 0.59% | - |
| HSV(B) | 300º | 0.46% | 0.77% | - |
| XYZ | 37.78 | 25.82 | 55.22 | - |
| YUV | 142.58 | 158.15 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 196 | 0 | 0.46 | 0 | 0.23 | 300 | 0.44 | 0.59 |
| Hex | C4 | 69 | C4 | 0 | 2E | 0 | 17 | 12C | 2C | 3B |
| Octal | 304 | 151 | 304 | 0 | 56 | 0 | 27 | 454 | 54 | 73 |
| Binary | 11000100 | 1101001 | 11000100 | 0 | 101110 | 0 | 10111 | 100101100 | 101100 | 111011 |
Color Harmonies of #C469C4
Complementary color
Monochromatic Colors of #C469C4
Black with #C469C4
Text Example
Text Example
White with #C469C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C469C4; }
p { color: rgb(196,105,196); }
H1.HeaderClassName
{
color: #C469C4;
}
.AnyTagClassName
{
color: #C469C4;
}
</style>
background-color css
<style>
a { background-color: #C469C4; }
a { background-color: rgb(196,105,196); }
div.DivClassName
{
background-color: #C469C4;
}
.BgClassName
{
background-color: #C469C4;
}
</style>
border-color css
<style>
span { border-color: #C469C4; }
span { border-color: rgb(196,105,196); }
td.TdClassName
{
border-color: #C469C4;
}
.TagClassName
{
border-color: #C469C4;
}
</style>