Shades of Fuchsia #C665AF
Tints of Fuchsia #C665AF
RGB
CMYK
RGB Variations
Color information
#C665AF (or 0xC665AF) is known color: Fuchsia. HEX triplet: C6, 65 and AF. RGB value is (198,101,175). Sum of RGB (Red+Green+Blue) = 198+101+175=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C665AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C665AF is #399A50. Grayscale: #8A8A8A. Windows color (decimal): -3775057 or 11494854. OLE color: 11494854.
HSL color Cylindrical-coordinate representation of color #C665AF: hue angle of 314.23º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C665AF is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 175 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.22 |
| HSL | 314.23º | 0.46% | 0.59% | - |
| HSV(B) | 314.23º | 0.49% | 0.78% | - |
| XYZ | 35.68 | 24.41 | 43.39 | - |
| YUV | 138.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 175 | 0 | 0.49 | 0.12 | 0.22 | 314.23 | 0.46 | 0.59 |
| Hex | C6 | 65 | AF | 0 | 31 | C | 16 | 13A | 2E | 3B |
| Octal | 306 | 145 | 257 | 0 | 61 | 14 | 26 | 472 | 56 | 73 |
| Binary | 11000110 | 1100101 | 10101111 | 0 | 110001 | 1100 | 10110 | 100111010 | 101110 | 111011 |
Color Harmonies of #C665AF
Complementary color
Monochromatic Colors of #C665AF
Black with #C665AF
Text Example
Text Example
White with #C665AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665AF; }
p { color: rgb(198,101,175); }
H1.HeaderClassName
{
color: #C665AF;
}
.AnyTagClassName
{
color: #C665AF;
}
</style>
background-color css
<style>
a { background-color: #C665AF; }
a { background-color: rgb(198,101,175); }
div.DivClassName
{
background-color: #C665AF;
}
.BgClassName
{
background-color: #C665AF;
}
</style>
border-color css
<style>
span { border-color: #C665AF; }
span { border-color: rgb(198,101,175); }
td.TdClassName
{
border-color: #C665AF;
}
.TagClassName
{
border-color: #C665AF;
}
</style>