Shades of Fuchsia #C655CA
Tints of Fuchsia #C655CA
RGB
CMYK
RGB Variations
Color information
#C655CA (or 0xC655CA) is known color: Fuchsia. HEX triplet: C6, 55 and CA. RGB value is (198,85,202). Sum of RGB (Red+Green+Blue) = 198+85+202=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #C655CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655CA is #39AA35. Grayscale: #838383. Windows color (decimal): -3779126 or 13260230. OLE color: 13260230.
HSL color Cylindrical-coordinate representation of color #C655CA: hue angle of 297.95º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C655CA is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 85 | 202 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.21 |
| HSL | 297.95º | 0.52% | 0.56% | - |
| HSV(B) | 297.95º | 0.58% | 0.79% | - |
| XYZ | 37.2 | 22.77 | 58.31 | - |
| YUV | 132.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 202 | 0.02 | 0.58 | 0 | 0.21 | 297.95 | 0.52 | 0.56 |
| Hex | C6 | 55 | CA | 2 | 3A | 0 | 15 | 12A | 34 | 38 |
| Octal | 306 | 125 | 312 | 2 | 72 | 0 | 25 | 452 | 64 | 70 |
| Binary | 11000110 | 1010101 | 11001010 | 10 | 111010 | 0 | 10101 | 100101010 | 110100 | 111000 |
Color Harmonies of #C655CA
Complementary color
Monochromatic Colors of #C655CA
Black with #C655CA
Text Example
Text Example
White with #C655CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C655CA; }
p { color: rgb(198,85,202); }
H1.HeaderClassName
{
color: #C655CA;
}
.AnyTagClassName
{
color: #C655CA;
}
</style>
background-color css
<style>
a { background-color: #C655CA; }
a { background-color: rgb(198,85,202); }
div.DivClassName
{
background-color: #C655CA;
}
.BgClassName
{
background-color: #C655CA;
}
</style>
border-color css
<style>
span { border-color: #C655CA; }
span { border-color: rgb(198,85,202); }
td.TdClassName
{
border-color: #C655CA;
}
.TagClassName
{
border-color: #C655CA;
}
</style>