Shades of Fuchsia #C470BE
Tints of Fuchsia #C470BE
RGB
CMYK
RGB Variations
Color information
#C470BE (or 0xC470BE) is known color: Fuchsia. HEX triplet: C4, 70 and BE. RGB value is (196,112,190). Sum of RGB (Red+Green+Blue) = 196+112+190=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C470BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470BE is #3B8F41. Grayscale: #919191. Windows color (decimal): -3903298 or 12480708. OLE color: 12480708.
HSL color Cylindrical-coordinate representation of color #C470BE: hue angle of 304.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 #C470BE is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 190 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.23 |
| HSL | 304.29º | 0.42% | 0.6% | - |
| HSV(B) | 304.29º | 0.43% | 0.77% | - |
| XYZ | 37.85 | 27.04 | 51.94 | - |
| YUV | 146.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 190 | 0 | 0.43 | 0.03 | 0.23 | 304.29 | 0.42 | 0.6 |
| Hex | C4 | 70 | BE | 0 | 2B | 3 | 17 | 130 | 2A | 3C |
| Octal | 304 | 160 | 276 | 0 | 53 | 3 | 27 | 460 | 52 | 74 |
| Binary | 11000100 | 1110000 | 10111110 | 0 | 101011 | 11 | 10111 | 100110000 | 101010 | 111100 |
Color Harmonies of #C470BE
Complementary color
Monochromatic Colors of #C470BE
Black with #C470BE
Text Example
Text Example
White with #C470BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470BE; }
p { color: rgb(196,112,190); }
H1.HeaderClassName
{
color: #C470BE;
}
.AnyTagClassName
{
color: #C470BE;
}
</style>
background-color css
<style>
a { background-color: #C470BE; }
a { background-color: rgb(196,112,190); }
div.DivClassName
{
background-color: #C470BE;
}
.BgClassName
{
background-color: #C470BE;
}
</style>
border-color css
<style>
span { border-color: #C470BE; }
span { border-color: rgb(196,112,190); }
td.TdClassName
{
border-color: #C470BE;
}
.TagClassName
{
border-color: #C470BE;
}
</style>