Shades of Fuchsia #C470BD
Tints of Fuchsia #C470BD
RGB
CMYK
RGB Variations
Color information
#C470BD (or 0xC470BD) is known color: Fuchsia. HEX triplet: C4, 70 and BD. RGB value is (196,112,189). Sum of RGB (Red+Green+Blue) = 196+112+189=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C470BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470BD is #3B8F42. Grayscale: #919191. Windows color (decimal): -3903299 or 12415172. OLE color: 12415172.
HSL color Cylindrical-coordinate representation of color #C470BD: hue angle of 305º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C470BD is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 189 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.23 |
| HSL | 305º | 0.42% | 0.6% | - |
| HSV(B) | 305º | 0.43% | 0.77% | - |
| XYZ | 37.74 | 27 | 51.37 | - |
| YUV | 145.89 | 152.33 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 189 | 0 | 0.43 | 0.04 | 0.23 | 305 | 0.42 | 0.6 |
| Hex | C4 | 70 | BD | 0 | 2B | 4 | 17 | 131 | 2A | 3C |
| Octal | 304 | 160 | 275 | 0 | 53 | 4 | 27 | 461 | 52 | 74 |
| Binary | 11000100 | 1110000 | 10111101 | 0 | 101011 | 100 | 10111 | 100110001 | 101010 | 111100 |
Color Harmonies of #C470BD
Complementary color
Monochromatic Colors of #C470BD
Black with #C470BD
Text Example
Text Example
White with #C470BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470BD; }
p { color: rgb(196,112,189); }
H1.HeaderClassName
{
color: #C470BD;
}
.AnyTagClassName
{
color: #C470BD;
}
</style>
background-color css
<style>
a { background-color: #C470BD; }
a { background-color: rgb(196,112,189); }
div.DivClassName
{
background-color: #C470BD;
}
.BgClassName
{
background-color: #C470BD;
}
</style>
border-color css
<style>
span { border-color: #C470BD; }
span { border-color: rgb(196,112,189); }
td.TdClassName
{
border-color: #C470BD;
}
.TagClassName
{
border-color: #C470BD;
}
</style>