Shades of Fuchsia #C470B7
Tints of Fuchsia #C470B7
RGB
CMYK
RGB Variations
Color information
#C470B7 (or 0xC470B7) is known color: Fuchsia. HEX triplet: C4, 70 and B7. RGB value is (196,112,183). Sum of RGB (Red+Green+Blue) = 196+112+183=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C470B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470B7 is #3B8F48. Grayscale: #919191. Windows color (decimal): -3903305 or 12021956. OLE color: 12021956.
HSL color Cylindrical-coordinate representation of color #C470B7: hue angle of 309.29º 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 #C470B7 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 183 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.23 |
| HSL | 309.29º | 0.42% | 0.6% | - |
| HSV(B) | 309.29º | 0.43% | 0.77% | - |
| XYZ | 37.11 | 26.74 | 48.01 | - |
| YUV | 145.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 183 | 0 | 0.43 | 0.07 | 0.23 | 309.29 | 0.42 | 0.6 |
| Hex | C4 | 70 | B7 | 0 | 2B | 7 | 17 | 135 | 2A | 3C |
| Octal | 304 | 160 | 267 | 0 | 53 | 7 | 27 | 465 | 52 | 74 |
| Binary | 11000100 | 1110000 | 10110111 | 0 | 101011 | 111 | 10111 | 100110101 | 101010 | 111100 |
Color Harmonies of #C470B7
Complementary color
Monochromatic Colors of #C470B7
Black with #C470B7
Text Example
Text Example
White with #C470B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470B7; }
p { color: rgb(196,112,183); }
H1.HeaderClassName
{
color: #C470B7;
}
.AnyTagClassName
{
color: #C470B7;
}
</style>
background-color css
<style>
a { background-color: #C470B7; }
a { background-color: rgb(196,112,183); }
div.DivClassName
{
background-color: #C470B7;
}
.BgClassName
{
background-color: #C470B7;
}
</style>
border-color css
<style>
span { border-color: #C470B7; }
span { border-color: rgb(196,112,183); }
td.TdClassName
{
border-color: #C470B7;
}
.TagClassName
{
border-color: #C470B7;
}
</style>