Shades of Fuchsia #C65CC8
Tints of Fuchsia #C65CC8
RGB
CMYK
RGB Variations
Color information
#C65CC8 (or 0xC65CC8) is known color: Fuchsia. HEX triplet: C6, 5C and C8. RGB value is (198,92,200). Sum of RGB (Red+Green+Blue) = 198+92+200=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 200 - color contains mainly: blue. Hex color #C65CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65CC8 is #39A337. Grayscale: #878787. Windows color (decimal): -3777336 or 13130950. OLE color: 13130950.
HSL color Cylindrical-coordinate representation of color #C65CC8: hue angle of 298.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65CC8 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 200 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.22 |
| HSL | 298.89º | 0.5% | 0.57% | - |
| HSV(B) | 298.89º | 0.54% | 0.78% | - |
| XYZ | 37.54 | 23.83 | 57.26 | - |
| YUV | 136.01 | 164.12 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 200 | 0.01 | 0.54 | 0 | 0.22 | 298.89 | 0.5 | 0.57 |
| Hex | C6 | 5C | C8 | 1 | 36 | 0 | 16 | 12B | 32 | 39 |
| Octal | 306 | 134 | 310 | 1 | 66 | 0 | 26 | 453 | 62 | 71 |
| Binary | 11000110 | 1011100 | 11001000 | 1 | 110110 | 0 | 10110 | 100101011 | 110010 | 111001 |
Color Harmonies of #C65CC8
Complementary color
Monochromatic Colors of #C65CC8
Black with #C65CC8
Text Example
Text Example
White with #C65CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65CC8; }
p { color: rgb(198,92,200); }
H1.HeaderClassName
{
color: #C65CC8;
}
.AnyTagClassName
{
color: #C65CC8;
}
</style>
background-color css
<style>
a { background-color: #C65CC8; }
a { background-color: rgb(198,92,200); }
div.DivClassName
{
background-color: #C65CC8;
}
.BgClassName
{
background-color: #C65CC8;
}
</style>
border-color css
<style>
span { border-color: #C65CC8; }
span { border-color: rgb(198,92,200); }
td.TdClassName
{
border-color: #C65CC8;
}
.TagClassName
{
border-color: #C65CC8;
}
</style>