Shades of Fuchsia #C54CCB
Tints of Fuchsia #C54CCB
RGB
CMYK
RGB Variations
Color information
#C54CCB (or 0xC54CCB) is known color: Fuchsia. HEX triplet: C5, 4C and CB. RGB value is (197,76,203). Sum of RGB (Red+Green+Blue) = 197+76+203=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #C54CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CCB is #3AB334. Grayscale: #7E7E7E. Windows color (decimal): -3846965 or 13323461. OLE color: 13323461.
HSL color Cylindrical-coordinate representation of color #C54CCB: hue angle of 297.17º 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 #C54CCB is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 76 | 203 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.20 |
| HSL | 297.17º | 0.55% | 0.55% | - |
| HSV(B) | 297.17º | 0.63% | 0.8% | - |
| XYZ | 36.39 | 21.35 | 58.7 | - |
| YUV | 126.66 | 171.09 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 203 | 0.03 | 0.63 | 0 | 0.20 | 297.17 | 0.55 | 0.55 |
| Hex | C5 | 4C | CB | 3 | 3F | 0 | 14 | 129 | 37 | 37 |
| Octal | 305 | 114 | 313 | 3 | 77 | 0 | 24 | 451 | 67 | 67 |
| Binary | 11000101 | 1001100 | 11001011 | 11 | 111111 | 0 | 10100 | 100101001 | 110111 | 110111 |
Color Harmonies of #C54CCB
Complementary color
Monochromatic Colors of #C54CCB
Black with #C54CCB
Text Example
Text Example
White with #C54CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CCB; }
p { color: rgb(197,76,203); }
H1.HeaderClassName
{
color: #C54CCB;
}
.AnyTagClassName
{
color: #C54CCB;
}
</style>
background-color css
<style>
a { background-color: #C54CCB; }
a { background-color: rgb(197,76,203); }
div.DivClassName
{
background-color: #C54CCB;
}
.BgClassName
{
background-color: #C54CCB;
}
</style>
border-color css
<style>
span { border-color: #C54CCB; }
span { border-color: rgb(197,76,203); }
td.TdClassName
{
border-color: #C54CCB;
}
.TagClassName
{
border-color: #C54CCB;
}
</style>