Shades of Fuchsia #C54BCB
Tints of Fuchsia #C54BCB
RGB
CMYK
RGB Variations
Color information
#C54BCB (or 0xC54BCB) is known color: Fuchsia. HEX triplet: C5, 4B and CB. RGB value is (197,75,203). Sum of RGB (Red+Green+Blue) = 197+75+203=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #C54BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BCB is #3AB434. Grayscale: #7D7D7D. Windows color (decimal): -3847221 or 13323205. OLE color: 13323205.
HSL color Cylindrical-coordinate representation of color #C54BCB: hue angle of 297.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54BCB is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 75 | 203 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.20 |
| HSL | 297.19º | 0.55% | 0.55% | - |
| HSV(B) | 297.19º | 0.63% | 0.8% | - |
| XYZ | 36.32 | 21.21 | 58.68 | - |
| YUV | 126.07 | 171.42 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 203 | 0.03 | 0.63 | 0 | 0.20 | 297.19 | 0.55 | 0.55 |
| Hex | C5 | 4B | CB | 3 | 3F | 0 | 14 | 129 | 37 | 37 |
| Octal | 305 | 113 | 313 | 3 | 77 | 0 | 24 | 451 | 67 | 67 |
| Binary | 11000101 | 1001011 | 11001011 | 11 | 111111 | 0 | 10100 | 100101001 | 110111 | 110111 |
Color Harmonies of #C54BCB
Complementary color
Monochromatic Colors of #C54BCB
Black with #C54BCB
Text Example
Text Example
White with #C54BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BCB; }
p { color: rgb(197,75,203); }
H1.HeaderClassName
{
color: #C54BCB;
}
.AnyTagClassName
{
color: #C54BCB;
}
</style>
background-color css
<style>
a { background-color: #C54BCB; }
a { background-color: rgb(197,75,203); }
div.DivClassName
{
background-color: #C54BCB;
}
.BgClassName
{
background-color: #C54BCB;
}
</style>
border-color css
<style>
span { border-color: #C54BCB; }
span { border-color: rgb(197,75,203); }
td.TdClassName
{
border-color: #C54BCB;
}
.TagClassName
{
border-color: #C54BCB;
}
</style>