Shades of Fuchsia #C658C0
Tints of Fuchsia #C658C0
RGB
CMYK
RGB Variations
Color information
#C658C0 (or 0xC658C0) is known color: Fuchsia. HEX triplet: C6, 58 and C0. RGB value is (198,88,192). Sum of RGB (Red+Green+Blue) = 198+88+192=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C658C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C658C0 is #39A73F. Grayscale: #848484. Windows color (decimal): -3778368 or 12605638. OLE color: 12605638.
HSL color Cylindrical-coordinate representation of color #C658C0: hue angle of 303.27º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C658C0 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 192 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.22 |
| HSL | 303.27º | 0.49% | 0.56% | - |
| HSV(B) | 303.27º | 0.56% | 0.78% | - |
| XYZ | 36.29 | 22.79 | 52.36 | - |
| YUV | 132.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 192 | 0 | 0.56 | 0.03 | 0.22 | 303.27 | 0.49 | 0.56 |
| Hex | C6 | 58 | C0 | 0 | 38 | 3 | 16 | 12F | 31 | 38 |
| Octal | 306 | 130 | 300 | 0 | 70 | 3 | 26 | 457 | 61 | 70 |
| Binary | 11000110 | 1011000 | 11000000 | 0 | 111000 | 11 | 10110 | 100101111 | 110001 | 111000 |
Color Harmonies of #C658C0
Complementary color
Monochromatic Colors of #C658C0
Black with #C658C0
Text Example
Text Example
White with #C658C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C658C0; }
p { color: rgb(198,88,192); }
H1.HeaderClassName
{
color: #C658C0;
}
.AnyTagClassName
{
color: #C658C0;
}
</style>
background-color css
<style>
a { background-color: #C658C0; }
a { background-color: rgb(198,88,192); }
div.DivClassName
{
background-color: #C658C0;
}
.BgClassName
{
background-color: #C658C0;
}
</style>
border-color css
<style>
span { border-color: #C658C0; }
span { border-color: rgb(198,88,192); }
td.TdClassName
{
border-color: #C658C0;
}
.TagClassName
{
border-color: #C658C0;
}
</style>