Shades of Fuchsia #C254B3
Tints of Fuchsia #C254B3
RGB
CMYK
RGB Variations
Color information
#C254B3 (or 0xC254B3) is known color: Fuchsia. HEX triplet: C2, 54 and B3. RGB value is (194,84,179). Sum of RGB (Red+Green+Blue) = 194+84+179=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C254B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254B3 is #3DAB4C. Grayscale: #7F7F7F. Windows color (decimal): -4041549 or 11752642. OLE color: 11752642.
HSL color Cylindrical-coordinate representation of color #C254B3: hue angle of 308.18º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C254B3 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 179 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.24 |
| HSL | 308.18º | 0.47% | 0.55% | - |
| HSV(B) | 308.18º | 0.57% | 0.76% | - |
| XYZ | 33.56 | 21.06 | 44.95 | - |
| YUV | 127.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 179 | 0 | 0.57 | 0.08 | 0.24 | 308.18 | 0.47 | 0.55 |
| Hex | C2 | 54 | B3 | 0 | 39 | 8 | 18 | 134 | 2F | 37 |
| Octal | 302 | 124 | 263 | 0 | 71 | 10 | 30 | 464 | 57 | 67 |
| Binary | 11000010 | 1010100 | 10110011 | 0 | 111001 | 1000 | 11000 | 100110100 | 101111 | 110111 |
Color Harmonies of #C254B3
Complementary color
Monochromatic Colors of #C254B3
Black with #C254B3
Text Example
Text Example
White with #C254B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C254B3; }
p { color: rgb(194,84,179); }
H1.HeaderClassName
{
color: #C254B3;
}
.AnyTagClassName
{
color: #C254B3;
}
</style>
background-color css
<style>
a { background-color: #C254B3; }
a { background-color: rgb(194,84,179); }
div.DivClassName
{
background-color: #C254B3;
}
.BgClassName
{
background-color: #C254B3;
}
</style>
border-color css
<style>
span { border-color: #C254B3; }
span { border-color: rgb(194,84,179); }
td.TdClassName
{
border-color: #C254B3;
}
.TagClassName
{
border-color: #C254B3;
}
</style>