Shades of Fuchsia #C550CB
Tints of Fuchsia #C550CB
RGB
CMYK
RGB Variations
Color information
#C550CB (or 0xC550CB) is known color: Fuchsia. HEX triplet: C5, 50 and CB. RGB value is (197,80,203). Sum of RGB (Red+Green+Blue) = 197+80+203=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #C550CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550CB is #3AAF34. Grayscale: #808080. Windows color (decimal): -3845941 or 13324485. OLE color: 13324485.
HSL color Cylindrical-coordinate representation of color #C550CB: hue angle of 297.07º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C550CB is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 80 | 203 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.20 |
| HSL | 297.07º | 0.54% | 0.55% | - |
| HSV(B) | 297.07º | 0.61% | 0.8% | - |
| XYZ | 36.67 | 21.92 | 58.8 | - |
| YUV | 129.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 203 | 0.03 | 0.61 | 0 | 0.20 | 297.07 | 0.54 | 0.55 |
| Hex | C5 | 50 | CB | 3 | 3D | 0 | 14 | 129 | 36 | 37 |
| Octal | 305 | 120 | 313 | 3 | 75 | 0 | 24 | 451 | 66 | 67 |
| Binary | 11000101 | 1010000 | 11001011 | 11 | 111101 | 0 | 10100 | 100101001 | 110110 | 110111 |
Color Harmonies of #C550CB
Complementary color
Monochromatic Colors of #C550CB
Black with #C550CB
Text Example
Text Example
White with #C550CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550CB; }
p { color: rgb(197,80,203); }
H1.HeaderClassName
{
color: #C550CB;
}
.AnyTagClassName
{
color: #C550CB;
}
</style>
background-color css
<style>
a { background-color: #C550CB; }
a { background-color: rgb(197,80,203); }
div.DivClassName
{
background-color: #C550CB;
}
.BgClassName
{
background-color: #C550CB;
}
</style>
border-color css
<style>
span { border-color: #C550CB; }
span { border-color: rgb(197,80,203); }
td.TdClassName
{
border-color: #C550CB;
}
.TagClassName
{
border-color: #C550CB;
}
</style>