Shades of Fuchsia #C65AC8
Tints of Fuchsia #C65AC8
RGB
CMYK
RGB Variations
Color information
#C65AC8 (or 0xC65AC8) is known color: Fuchsia. HEX triplet: C6, 5A and C8. RGB value is (198,90,200). Sum of RGB (Red+Green+Blue) = 198+90+200=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 200 - color contains mainly: blue. Hex color #C65AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65AC8 is #39A537. Grayscale: #868686. Windows color (decimal): -3777848 or 13130438. OLE color: 13130438.
HSL color Cylindrical-coordinate representation of color #C65AC8: hue angle of 298.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65AC8 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 200 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.22 |
| HSL | 298.91º | 0.5% | 0.57% | - |
| HSV(B) | 298.91º | 0.55% | 0.78% | - |
| XYZ | 37.37 | 23.49 | 57.21 | - |
| YUV | 134.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 200 | 0.01 | 0.55 | 0 | 0.22 | 298.91 | 0.5 | 0.57 |
| Hex | C6 | 5A | C8 | 1 | 37 | 0 | 16 | 12B | 32 | 39 |
| Octal | 306 | 132 | 310 | 1 | 67 | 0 | 26 | 453 | 62 | 71 |
| Binary | 11000110 | 1011010 | 11001000 | 1 | 110111 | 0 | 10110 | 100101011 | 110010 | 111001 |
Color Harmonies of #C65AC8
Complementary color
Monochromatic Colors of #C65AC8
Black with #C65AC8
Text Example
Text Example
White with #C65AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65AC8; }
p { color: rgb(198,90,200); }
H1.HeaderClassName
{
color: #C65AC8;
}
.AnyTagClassName
{
color: #C65AC8;
}
</style>
background-color css
<style>
a { background-color: #C65AC8; }
a { background-color: rgb(198,90,200); }
div.DivClassName
{
background-color: #C65AC8;
}
.BgClassName
{
background-color: #C65AC8;
}
</style>
border-color css
<style>
span { border-color: #C65AC8; }
span { border-color: rgb(198,90,200); }
td.TdClassName
{
border-color: #C65AC8;
}
.TagClassName
{
border-color: #C65AC8;
}
</style>