Shades of Fuchsia #C65AB0
Tints of Fuchsia #C65AB0
RGB
CMYK
RGB Variations
Color information
#C65AB0 (or 0xC65AB0) is known color: Fuchsia. HEX triplet: C6, 5A and B0. RGB value is (198,90,176). Sum of RGB (Red+Green+Blue) = 198+90+176=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C65AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65AB0 is #39A54F. Grayscale: #838383. Windows color (decimal): -3777872 or 11557574. OLE color: 11557574.
HSL color Cylindrical-coordinate representation of color #C65AB0: hue angle of 312.22º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65AB0 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 176 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.22 |
| HSL | 312.22º | 0.49% | 0.56% | - |
| HSV(B) | 312.22º | 0.55% | 0.78% | - |
| XYZ | 34.78 | 22.45 | 43.57 | - |
| YUV | 132.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 176 | 0 | 0.55 | 0.11 | 0.22 | 312.22 | 0.49 | 0.56 |
| Hex | C6 | 5A | B0 | 0 | 37 | B | 16 | 138 | 31 | 38 |
| Octal | 306 | 132 | 260 | 0 | 67 | 13 | 26 | 470 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10110000 | 0 | 110111 | 1011 | 10110 | 100111000 | 110001 | 111000 |
Color Harmonies of #C65AB0
Complementary color
Monochromatic Colors of #C65AB0
Black with #C65AB0
Text Example
Text Example
White with #C65AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65AB0; }
p { color: rgb(198,90,176); }
H1.HeaderClassName
{
color: #C65AB0;
}
.AnyTagClassName
{
color: #C65AB0;
}
</style>
background-color css
<style>
a { background-color: #C65AB0; }
a { background-color: rgb(198,90,176); }
div.DivClassName
{
background-color: #C65AB0;
}
.BgClassName
{
background-color: #C65AB0;
}
</style>
border-color css
<style>
span { border-color: #C65AB0; }
span { border-color: rgb(198,90,176); }
td.TdClassName
{
border-color: #C65AB0;
}
.TagClassName
{
border-color: #C65AB0;
}
</style>