Shades of Fuchsia #C469B2
Tints of Fuchsia #C469B2
RGB
CMYK
RGB Variations
Color information
#C469B2 (or 0xC469B2) is known color: Fuchsia. HEX triplet: C4, 69 and B2. RGB value is (196,105,178). Sum of RGB (Red+Green+Blue) = 196+105+178=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C469B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C469B2 is #3B964D. Grayscale: #8C8C8C. Windows color (decimal): -3905102 or 11692484. OLE color: 11692484.
HSL color Cylindrical-coordinate representation of color #C469B2: hue angle of 311.87º 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 #C469B2 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 178 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.23 |
| HSL | 311.87º | 0.44% | 0.59% | - |
| HSV(B) | 311.87º | 0.46% | 0.77% | - |
| XYZ | 35.85 | 25.05 | 45.07 | - |
| YUV | 140.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 178 | 0 | 0.46 | 0.09 | 0.23 | 311.87 | 0.44 | 0.59 |
| Hex | C4 | 69 | B2 | 0 | 2E | 9 | 17 | 138 | 2C | 3B |
| Octal | 304 | 151 | 262 | 0 | 56 | 11 | 27 | 470 | 54 | 73 |
| Binary | 11000100 | 1101001 | 10110010 | 0 | 101110 | 1001 | 10111 | 100111000 | 101100 | 111011 |
Color Harmonies of #C469B2
Complementary color
Monochromatic Colors of #C469B2
Black with #C469B2
Text Example
Text Example
White with #C469B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C469B2; }
p { color: rgb(196,105,178); }
H1.HeaderClassName
{
color: #C469B2;
}
.AnyTagClassName
{
color: #C469B2;
}
</style>
background-color css
<style>
a { background-color: #C469B2; }
a { background-color: rgb(196,105,178); }
div.DivClassName
{
background-color: #C469B2;
}
.BgClassName
{
background-color: #C469B2;
}
</style>
border-color css
<style>
span { border-color: #C469B2; }
span { border-color: rgb(196,105,178); }
td.TdClassName
{
border-color: #C469B2;
}
.TagClassName
{
border-color: #C469B2;
}
</style>