Shades of Fuchsia #C254B7
Tints of Fuchsia #C254B7
RGB
CMYK
RGB Variations
Color information
#C254B7 (or 0xC254B7) is known color: Fuchsia. HEX triplet: C2, 54 and B7. RGB value is (194,84,183). Sum of RGB (Red+Green+Blue) = 194+84+183=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C254B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254B7 is #3DAB48. Grayscale: #7F7F7F. Windows color (decimal): -4041545 or 12014786. OLE color: 12014786.
HSL color Cylindrical-coordinate representation of color #C254B7: hue angle of 306º 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 #C254B7 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 183 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.24 |
| HSL | 306º | 0.47% | 0.55% | - |
| HSV(B) | 306º | 0.57% | 0.76% | - |
| XYZ | 33.97 | 21.23 | 47.11 | - |
| YUV | 128.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 183 | 0 | 0.57 | 0.06 | 0.24 | 306 | 0.47 | 0.55 |
| Hex | C2 | 54 | B7 | 0 | 39 | 6 | 18 | 132 | 2F | 37 |
| Octal | 302 | 124 | 267 | 0 | 71 | 6 | 30 | 462 | 57 | 67 |
| Binary | 11000010 | 1010100 | 10110111 | 0 | 111001 | 110 | 11000 | 100110010 | 101111 | 110111 |
Color Harmonies of #C254B7
Complementary color
Monochromatic Colors of #C254B7
Black with #C254B7
Text Example
Text Example
White with #C254B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C254B7; }
p { color: rgb(194,84,183); }
H1.HeaderClassName
{
color: #C254B7;
}
.AnyTagClassName
{
color: #C254B7;
}
</style>
background-color css
<style>
a { background-color: #C254B7; }
a { background-color: rgb(194,84,183); }
div.DivClassName
{
background-color: #C254B7;
}
.BgClassName
{
background-color: #C254B7;
}
</style>
border-color css
<style>
span { border-color: #C254B7; }
span { border-color: rgb(194,84,183); }
td.TdClassName
{
border-color: #C254B7;
}
.TagClassName
{
border-color: #C254B7;
}
</style>