Shades of Fuchsia #C550CC
Tints of Fuchsia #C550CC
RGB
CMYK
RGB Variations
Color information
#C550CC (or 0xC550CC) is known color: Fuchsia. HEX triplet: C5, 50 and CC. RGB value is (197,80,204). Sum of RGB (Red+Green+Blue) = 197+80+204=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #C550CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550CC is #3AAF33. Grayscale: #808080. Windows color (decimal): -3845940 or 13390021. OLE color: 13390021.
HSL color Cylindrical-coordinate representation of color #C550CC: hue angle of 296.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C550CC is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 80 | 204 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.2 |
| HSL | 296.61º | 0.55% | 0.56% | - |
| HSV(B) | 296.61º | 0.61% | 0.8% | - |
| XYZ | 36.79 | 21.97 | 59.43 | - |
| YUV | 129.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 204 | 0.03 | 0.61 | 0 | 0.2 | 296.61 | 0.55 | 0.56 |
| Hex | C5 | 50 | CC | 3 | 3D | 0 | 14 | 129 | 37 | 38 |
| Octal | 305 | 120 | 314 | 3 | 75 | 0 | 24 | 451 | 67 | 70 |
| Binary | 11000101 | 1010000 | 11001100 | 11 | 111101 | 0 | 10100 | 100101001 | 110111 | 111000 |
Color Harmonies of #C550CC
Complementary color
Monochromatic Colors of #C550CC
Black with #C550CC
Text Example
Text Example
White with #C550CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550CC; }
p { color: rgb(197,80,204); }
H1.HeaderClassName
{
color: #C550CC;
}
.AnyTagClassName
{
color: #C550CC;
}
</style>
background-color css
<style>
a { background-color: #C550CC; }
a { background-color: rgb(197,80,204); }
div.DivClassName
{
background-color: #C550CC;
}
.BgClassName
{
background-color: #C550CC;
}
</style>
border-color css
<style>
span { border-color: #C550CC; }
span { border-color: rgb(197,80,204); }
td.TdClassName
{
border-color: #C550CC;
}
.TagClassName
{
border-color: #C550CC;
}
</style>