Shades of Fuchsia #C65ACE
Tints of Fuchsia #C65ACE
RGB
CMYK
RGB Variations
Color information
#C65ACE (or 0xC65ACE) is known color: Fuchsia. HEX triplet: C6, 5A and CE. RGB value is (198,90,206). Sum of RGB (Red+Green+Blue) = 198+90+206=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #C65ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ACE is #39A531. Grayscale: #878787. Windows color (decimal): -3777842 or 13523654. OLE color: 13523654.
HSL color Cylindrical-coordinate representation of color #C65ACE: hue angle of 295.86º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65ACE is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 90 | 206 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.19 |
| HSL | 295.86º | 0.54% | 0.58% | - |
| HSV(B) | 295.86º | 0.56% | 0.81% | - |
| XYZ | 38.09 | 23.77 | 60.97 | - |
| YUV | 135.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 206 | 0.04 | 0.56 | 0 | 0.19 | 295.86 | 0.54 | 0.58 |
| Hex | C6 | 5A | CE | 4 | 38 | 0 | 13 | 128 | 36 | 3A |
| Octal | 306 | 132 | 316 | 4 | 70 | 0 | 23 | 450 | 66 | 72 |
| Binary | 11000110 | 1011010 | 11001110 | 100 | 111000 | 0 | 10011 | 100101000 | 110110 | 111010 |
Color Harmonies of #C65ACE
Complementary color
Monochromatic Colors of #C65ACE
Black with #C65ACE
Text Example
Text Example
White with #C65ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65ACE; }
p { color: rgb(198,90,206); }
H1.HeaderClassName
{
color: #C65ACE;
}
.AnyTagClassName
{
color: #C65ACE;
}
</style>
background-color css
<style>
a { background-color: #C65ACE; }
a { background-color: rgb(198,90,206); }
div.DivClassName
{
background-color: #C65ACE;
}
.BgClassName
{
background-color: #C65ACE;
}
</style>
border-color css
<style>
span { border-color: #C65ACE; }
span { border-color: rgb(198,90,206); }
td.TdClassName
{
border-color: #C65ACE;
}
.TagClassName
{
border-color: #C65ACE;
}
</style>