Shades of Fuchsia #C65DAE
Tints of Fuchsia #C65DAE
RGB
CMYK
RGB Variations
Color information
#C65DAE (or 0xC65DAE) is known color: Fuchsia. HEX triplet: C6, 5D and AE. RGB value is (198,93,174). Sum of RGB (Red+Green+Blue) = 198+93+174=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C65DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65DAE is #39A251. Grayscale: #858585. Windows color (decimal): -3777106 or 11427270. OLE color: 11427270.
HSL color Cylindrical-coordinate representation of color #C65DAE: hue angle of 313.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65DAE is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 174 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.22 |
| HSL | 313.71º | 0.48% | 0.57% | - |
| HSV(B) | 313.71º | 0.53% | 0.78% | - |
| XYZ | 34.84 | 22.89 | 42.63 | - |
| YUV | 133.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 174 | 0 | 0.53 | 0.12 | 0.22 | 313.71 | 0.48 | 0.57 |
| Hex | C6 | 5D | AE | 0 | 35 | C | 16 | 13A | 30 | 39 |
| Octal | 306 | 135 | 256 | 0 | 65 | 14 | 26 | 472 | 60 | 71 |
| Binary | 11000110 | 1011101 | 10101110 | 0 | 110101 | 1100 | 10110 | 100111010 | 110000 | 111001 |
Color Harmonies of #C65DAE
Complementary color
Monochromatic Colors of #C65DAE
Black with #C65DAE
Text Example
Text Example
White with #C65DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DAE; }
p { color: rgb(198,93,174); }
H1.HeaderClassName
{
color: #C65DAE;
}
.AnyTagClassName
{
color: #C65DAE;
}
</style>
background-color css
<style>
a { background-color: #C65DAE; }
a { background-color: rgb(198,93,174); }
div.DivClassName
{
background-color: #C65DAE;
}
.BgClassName
{
background-color: #C65DAE;
}
</style>
border-color css
<style>
span { border-color: #C65DAE; }
span { border-color: rgb(198,93,174); }
td.TdClassName
{
border-color: #C65DAE;
}
.TagClassName
{
border-color: #C65DAE;
}
</style>