Shades of Fuchsia #C472B3
Tints of Fuchsia #C472B3
RGB
CMYK
RGB Variations
Color information
#C472B3 (or 0xC472B3) is known color: Fuchsia. HEX triplet: C4, 72 and B3. RGB value is (196,114,179). Sum of RGB (Red+Green+Blue) = 196+114+179=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C472B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472B3 is #3B8D4C. Grayscale: #919191. Windows color (decimal): -3902797 or 11760324. OLE color: 11760324.
HSL color Cylindrical-coordinate representation of color #C472B3: hue angle of 312.44º 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 #C472B3 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 179 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.23 |
| HSL | 312.44º | 0.41% | 0.61% | - |
| HSV(B) | 312.44º | 0.42% | 0.77% | - |
| XYZ | 36.92 | 27.03 | 45.92 | - |
| YUV | 145.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 179 | 0 | 0.42 | 0.09 | 0.23 | 312.44 | 0.41 | 0.61 |
| Hex | C4 | 72 | B3 | 0 | 2A | 9 | 17 | 138 | 29 | 3D |
| Octal | 304 | 162 | 263 | 0 | 52 | 11 | 27 | 470 | 51 | 75 |
| Binary | 11000100 | 1110010 | 10110011 | 0 | 101010 | 1001 | 10111 | 100111000 | 101001 | 111101 |
Color Harmonies of #C472B3
Complementary color
Monochromatic Colors of #C472B3
Black with #C472B3
Text Example
Text Example
White with #C472B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472B3; }
p { color: rgb(196,114,179); }
H1.HeaderClassName
{
color: #C472B3;
}
.AnyTagClassName
{
color: #C472B3;
}
</style>
background-color css
<style>
a { background-color: #C472B3; }
a { background-color: rgb(196,114,179); }
div.DivClassName
{
background-color: #C472B3;
}
.BgClassName
{
background-color: #C472B3;
}
</style>
border-color css
<style>
span { border-color: #C472B3; }
span { border-color: rgb(196,114,179); }
td.TdClassName
{
border-color: #C472B3;
}
.TagClassName
{
border-color: #C472B3;
}
</style>