Shades of Fuchsia #C472B5
Tints of Fuchsia #C472B5
RGB
CMYK
RGB Variations
Color information
#C472B5 (or 0xC472B5) is known color: Fuchsia. HEX triplet: C4, 72 and B5. RGB value is (196,114,181). Sum of RGB (Red+Green+Blue) = 196+114+181=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C472B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472B5 is #3B8D4A. Grayscale: #919191. Windows color (decimal): -3902795 or 11891396. OLE color: 11891396.
HSL color Cylindrical-coordinate representation of color #C472B5: hue angle of 310.98º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C472B5 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 181 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.23 |
| HSL | 310.98º | 0.41% | 0.61% | - |
| HSV(B) | 310.98º | 0.42% | 0.77% | - |
| XYZ | 37.12 | 27.11 | 46.99 | - |
| YUV | 146.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 181 | 0 | 0.42 | 0.08 | 0.23 | 310.98 | 0.41 | 0.61 |
| Hex | C4 | 72 | B5 | 0 | 2A | 8 | 17 | 137 | 29 | 3D |
| Octal | 304 | 162 | 265 | 0 | 52 | 10 | 27 | 467 | 51 | 75 |
| Binary | 11000100 | 1110010 | 10110101 | 0 | 101010 | 1000 | 10111 | 100110111 | 101001 | 111101 |
Color Harmonies of #C472B5
Complementary color
Monochromatic Colors of #C472B5
Black with #C472B5
Text Example
Text Example
White with #C472B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472B5; }
p { color: rgb(196,114,181); }
H1.HeaderClassName
{
color: #C472B5;
}
.AnyTagClassName
{
color: #C472B5;
}
</style>
background-color css
<style>
a { background-color: #C472B5; }
a { background-color: rgb(196,114,181); }
div.DivClassName
{
background-color: #C472B5;
}
.BgClassName
{
background-color: #C472B5;
}
</style>
border-color css
<style>
span { border-color: #C472B5; }
span { border-color: rgb(196,114,181); }
td.TdClassName
{
border-color: #C472B5;
}
.TagClassName
{
border-color: #C472B5;
}
</style>