Shades of Fuchsia #C54BB6
Tints of Fuchsia #C54BB6
RGB
CMYK
RGB Variations
Color information
#C54BB6 (or 0xC54BB6) is known color: Fuchsia. HEX triplet: C5, 4B and B6. RGB value is (197,75,182). Sum of RGB (Red+Green+Blue) = 197+75+182=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C54BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BB6 is #3AB449. Grayscale: #7B7B7B. Windows color (decimal): -3847242 or 11946949. OLE color: 11946949.
HSL color Cylindrical-coordinate representation of color #C54BB6: hue angle of 307.38º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54BB6 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 182 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.23 |
| HSL | 307.38º | 0.51% | 0.53% | - |
| HSV(B) | 307.38º | 0.62% | 0.77% | - |
| XYZ | 33.99 | 20.28 | 46.38 | - |
| YUV | 123.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 182 | 0 | 0.62 | 0.08 | 0.23 | 307.38 | 0.51 | 0.53 |
| Hex | C5 | 4B | B6 | 0 | 3E | 8 | 17 | 133 | 33 | 35 |
| Octal | 305 | 113 | 266 | 0 | 76 | 10 | 27 | 463 | 63 | 65 |
| Binary | 11000101 | 1001011 | 10110110 | 0 | 111110 | 1000 | 10111 | 100110011 | 110011 | 110101 |
Color Harmonies of #C54BB6
Complementary color
Monochromatic Colors of #C54BB6
Black with #C54BB6
Text Example
Text Example
White with #C54BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BB6; }
p { color: rgb(197,75,182); }
H1.HeaderClassName
{
color: #C54BB6;
}
.AnyTagClassName
{
color: #C54BB6;
}
</style>
background-color css
<style>
a { background-color: #C54BB6; }
a { background-color: rgb(197,75,182); }
div.DivClassName
{
background-color: #C54BB6;
}
.BgClassName
{
background-color: #C54BB6;
}
</style>
border-color css
<style>
span { border-color: #C54BB6; }
span { border-color: rgb(197,75,182); }
td.TdClassName
{
border-color: #C54BB6;
}
.TagClassName
{
border-color: #C54BB6;
}
</style>