Shades of Fuchsia #C254BE
Tints of Fuchsia #C254BE
RGB
CMYK
RGB Variations
Color information
#C254BE (or 0xC254BE) is known color: Fuchsia. HEX triplet: C2, 54 and BE. RGB value is (194,84,190). Sum of RGB (Red+Green+Blue) = 194+84+190=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C254BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254BE is #3DAB41. Grayscale: #808080. Windows color (decimal): -4041538 or 12473538. OLE color: 12473538.
HSL color Cylindrical-coordinate representation of color #C254BE: hue angle of 302.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 #C254BE is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 190 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.24 |
| HSL | 302.18º | 0.47% | 0.55% | - |
| HSV(B) | 302.18º | 0.57% | 0.76% | - |
| XYZ | 34.71 | 21.53 | 51.04 | - |
| YUV | 128.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 190 | 0 | 0.57 | 0.02 | 0.24 | 302.18 | 0.47 | 0.55 |
| Hex | C2 | 54 | BE | 0 | 39 | 2 | 18 | 12E | 2F | 37 |
| Octal | 302 | 124 | 276 | 0 | 71 | 2 | 30 | 456 | 57 | 67 |
| Binary | 11000010 | 1010100 | 10111110 | 0 | 111001 | 10 | 11000 | 100101110 | 101111 | 110111 |
Color Harmonies of #C254BE
Complementary color
Monochromatic Colors of #C254BE
Black with #C254BE
Text Example
Text Example
White with #C254BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C254BE; }
p { color: rgb(194,84,190); }
H1.HeaderClassName
{
color: #C254BE;
}
.AnyTagClassName
{
color: #C254BE;
}
</style>
background-color css
<style>
a { background-color: #C254BE; }
a { background-color: rgb(194,84,190); }
div.DivClassName
{
background-color: #C254BE;
}
.BgClassName
{
background-color: #C254BE;
}
</style>
border-color css
<style>
span { border-color: #C254BE; }
span { border-color: rgb(194,84,190); }
td.TdClassName
{
border-color: #C254BE;
}
.TagClassName
{
border-color: #C254BE;
}
</style>