Shades of Fuchsia #C461B3
Tints of Fuchsia #C461B3
RGB
CMYK
RGB Variations
Color information
#C461B3 (or 0xC461B3) is known color: Fuchsia. HEX triplet: C4, 61 and B3. RGB value is (196,97,179). Sum of RGB (Red+Green+Blue) = 196+97+179=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C461B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461B3 is #3B9E4C. Grayscale: #878787. Windows color (decimal): -3907149 or 11755972. OLE color: 11755972.
HSL color Cylindrical-coordinate representation of color #C461B3: hue angle of 310.3º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C461B3 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 179 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.23 |
| HSL | 310.3º | 0.46% | 0.57% | - |
| HSV(B) | 310.3º | 0.51% | 0.77% | - |
| XYZ | 35.18 | 23.54 | 45.34 | - |
| YUV | 135.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 179 | 0 | 0.51 | 0.09 | 0.23 | 310.3 | 0.46 | 0.57 |
| Hex | C4 | 61 | B3 | 0 | 33 | 9 | 17 | 136 | 2E | 39 |
| Octal | 304 | 141 | 263 | 0 | 63 | 11 | 27 | 466 | 56 | 71 |
| Binary | 11000100 | 1100001 | 10110011 | 0 | 110011 | 1001 | 10111 | 100110110 | 101110 | 111001 |
Color Harmonies of #C461B3
Complementary color
Monochromatic Colors of #C461B3
Black with #C461B3
Text Example
Text Example
White with #C461B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C461B3; }
p { color: rgb(196,97,179); }
H1.HeaderClassName
{
color: #C461B3;
}
.AnyTagClassName
{
color: #C461B3;
}
</style>
background-color css
<style>
a { background-color: #C461B3; }
a { background-color: rgb(196,97,179); }
div.DivClassName
{
background-color: #C461B3;
}
.BgClassName
{
background-color: #C461B3;
}
</style>
border-color css
<style>
span { border-color: #C461B3; }
span { border-color: rgb(196,97,179); }
td.TdClassName
{
border-color: #C461B3;
}
.TagClassName
{
border-color: #C461B3;
}
</style>