Shades of Fuchsia #C554CB
Tints of Fuchsia #C554CB
RGB
CMYK
RGB Variations
Color information
#C554CB (or 0xC554CB) is known color: Fuchsia. HEX triplet: C5, 54 and CB. RGB value is (197,84,203). Sum of RGB (Red+Green+Blue) = 197+84+203=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #C554CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554CB is #3AAB34. Grayscale: #828282. Windows color (decimal): -3844917 or 13325509. OLE color: 13325509.
HSL color Cylindrical-coordinate representation of color #C554CB: hue angle of 296.97º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C554CB is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 84 | 203 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.20 |
| HSL | 296.97º | 0.53% | 0.56% | - |
| HSV(B) | 296.97º | 0.59% | 0.8% | - |
| XYZ | 36.98 | 22.52 | 58.9 | - |
| YUV | 131.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 203 | 0.03 | 0.59 | 0 | 0.20 | 296.97 | 0.53 | 0.56 |
| Hex | C5 | 54 | CB | 3 | 3B | 0 | 14 | 129 | 35 | 38 |
| Octal | 305 | 124 | 313 | 3 | 73 | 0 | 24 | 451 | 65 | 70 |
| Binary | 11000101 | 1010100 | 11001011 | 11 | 111011 | 0 | 10100 | 100101001 | 110101 | 111000 |
Color Harmonies of #C554CB
Complementary color
Monochromatic Colors of #C554CB
Black with #C554CB
Text Example
Text Example
White with #C554CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C554CB; }
p { color: rgb(197,84,203); }
H1.HeaderClassName
{
color: #C554CB;
}
.AnyTagClassName
{
color: #C554CB;
}
</style>
background-color css
<style>
a { background-color: #C554CB; }
a { background-color: rgb(197,84,203); }
div.DivClassName
{
background-color: #C554CB;
}
.BgClassName
{
background-color: #C554CB;
}
</style>
border-color css
<style>
span { border-color: #C554CB; }
span { border-color: rgb(197,84,203); }
td.TdClassName
{
border-color: #C554CB;
}
.TagClassName
{
border-color: #C554CB;
}
</style>