Shades of Fuchsia #C470BB
Tints of Fuchsia #C470BB
RGB
CMYK
RGB Variations
Color information
#C470BB (or 0xC470BB) is known color: Fuchsia. HEX triplet: C4, 70 and BB. RGB value is (196,112,187). Sum of RGB (Red+Green+Blue) = 196+112+187=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C470BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470BB is #3B8F44. Grayscale: #919191. Windows color (decimal): -3903301 or 12284100. OLE color: 12284100.
HSL color Cylindrical-coordinate representation of color #C470BB: hue angle of 306.43º 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 #C470BB is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 187 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.23 |
| HSL | 306.43º | 0.42% | 0.6% | - |
| HSV(B) | 306.43º | 0.43% | 0.77% | - |
| XYZ | 37.53 | 26.91 | 50.23 | - |
| YUV | 145.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 187 | 0 | 0.43 | 0.05 | 0.23 | 306.43 | 0.42 | 0.6 |
| Hex | C4 | 70 | BB | 0 | 2B | 5 | 17 | 132 | 2A | 3C |
| Octal | 304 | 160 | 273 | 0 | 53 | 5 | 27 | 462 | 52 | 74 |
| Binary | 11000100 | 1110000 | 10111011 | 0 | 101011 | 101 | 10111 | 100110010 | 101010 | 111100 |
Color Harmonies of #C470BB
Complementary color
Monochromatic Colors of #C470BB
Black with #C470BB
Text Example
Text Example
White with #C470BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470BB; }
p { color: rgb(196,112,187); }
H1.HeaderClassName
{
color: #C470BB;
}
.AnyTagClassName
{
color: #C470BB;
}
</style>
background-color css
<style>
a { background-color: #C470BB; }
a { background-color: rgb(196,112,187); }
div.DivClassName
{
background-color: #C470BB;
}
.BgClassName
{
background-color: #C470BB;
}
</style>
border-color css
<style>
span { border-color: #C470BB; }
span { border-color: rgb(196,112,187); }
td.TdClassName
{
border-color: #C470BB;
}
.TagClassName
{
border-color: #C470BB;
}
</style>