Shades of Fuchsia #C469C2
Tints of Fuchsia #C469C2
RGB
CMYK
RGB Variations
Color information
#C469C2 (or 0xC469C2) is known color: Fuchsia. HEX triplet: C4, 69 and C2. RGB value is (196,105,194). Sum of RGB (Red+Green+Blue) = 196+105+194=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C469C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469C2 is #3B963D. Grayscale: #8E8E8E. Windows color (decimal): -3905086 or 12741060. OLE color: 12741060.
HSL color Cylindrical-coordinate representation of color #C469C2: hue angle of 301.32º 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 #C469C2 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 194 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.23 |
| HSL | 301.32º | 0.44% | 0.59% | - |
| HSV(B) | 301.32º | 0.46% | 0.77% | - |
| XYZ | 37.55 | 25.73 | 54.03 | - |
| YUV | 142.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 194 | 0 | 0.46 | 0.01 | 0.23 | 301.32 | 0.44 | 0.59 |
| Hex | C4 | 69 | C2 | 0 | 2E | 1 | 17 | 12D | 2C | 3B |
| Octal | 304 | 151 | 302 | 0 | 56 | 1 | 27 | 455 | 54 | 73 |
| Binary | 11000100 | 1101001 | 11000010 | 0 | 101110 | 1 | 10111 | 100101101 | 101100 | 111011 |
Color Harmonies of #C469C2
Complementary color
Monochromatic Colors of #C469C2
Black with #C469C2
Text Example
Text Example
White with #C469C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C469C2; }
p { color: rgb(196,105,194); }
H1.HeaderClassName
{
color: #C469C2;
}
.AnyTagClassName
{
color: #C469C2;
}
</style>
background-color css
<style>
a { background-color: #C469C2; }
a { background-color: rgb(196,105,194); }
div.DivClassName
{
background-color: #C469C2;
}
.BgClassName
{
background-color: #C469C2;
}
</style>
border-color css
<style>
span { border-color: #C469C2; }
span { border-color: rgb(196,105,194); }
td.TdClassName
{
border-color: #C469C2;
}
.TagClassName
{
border-color: #C469C2;
}
</style>