Shades of Fuchsia #C667AF
Tints of Fuchsia #C667AF
RGB
CMYK
RGB Variations
Color information
#C667AF (or 0xC667AF) is known color: Fuchsia. HEX triplet: C6, 67 and AF. RGB value is (198,103,175). Sum of RGB (Red+Green+Blue) = 198+103+175=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C667AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C667AF is #399850. Grayscale: #8B8B8B. Windows color (decimal): -3774545 or 11495366. OLE color: 11495366.
HSL color Cylindrical-coordinate representation of color #C667AF: hue angle of 314.53º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C667AF is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 175 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.22 |
| HSL | 314.53º | 0.45% | 0.59% | - |
| HSV(B) | 314.53º | 0.48% | 0.78% | - |
| XYZ | 35.88 | 24.8 | 43.45 | - |
| YUV | 139.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 175 | 0 | 0.48 | 0.12 | 0.22 | 314.53 | 0.45 | 0.59 |
| Hex | C6 | 67 | AF | 0 | 30 | C | 16 | 13B | 2D | 3B |
| Octal | 306 | 147 | 257 | 0 | 60 | 14 | 26 | 473 | 55 | 73 |
| Binary | 11000110 | 1100111 | 10101111 | 0 | 110000 | 1100 | 10110 | 100111011 | 101101 | 111011 |
Color Harmonies of #C667AF
Complementary color
Monochromatic Colors of #C667AF
Black with #C667AF
Text Example
Text Example
White with #C667AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667AF; }
p { color: rgb(198,103,175); }
H1.HeaderClassName
{
color: #C667AF;
}
.AnyTagClassName
{
color: #C667AF;
}
</style>
background-color css
<style>
a { background-color: #C667AF; }
a { background-color: rgb(198,103,175); }
div.DivClassName
{
background-color: #C667AF;
}
.BgClassName
{
background-color: #C667AF;
}
</style>
border-color css
<style>
span { border-color: #C667AF; }
span { border-color: rgb(198,103,175); }
td.TdClassName
{
border-color: #C667AF;
}
.TagClassName
{
border-color: #C667AF;
}
</style>