Shades of Fuchsia #C867AF
Tints of Fuchsia #C867AF
RGB
CMYK
RGB Variations
Color information
#C867AF (or 0xC867AF) is known color: Fuchsia. HEX triplet: C8, 67 and AF. RGB value is (200,103,175). Sum of RGB (Red+Green+Blue) = 200+103+175=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C867AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C867AF is #379850. Grayscale: #8C8C8C. Windows color (decimal): -3643473 or 11495368. OLE color: 11495368.
HSL color Cylindrical-coordinate representation of color #C867AF: hue angle of 315.46º degrees, saturation: 0.47, 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 #C867AF is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 175 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.22 |
| HSL | 315.46º | 0.47% | 0.59% | - |
| HSV(B) | 315.46º | 0.49% | 0.78% | - |
| XYZ | 36.41 | 25.08 | 43.48 | - |
| YUV | 140.21 | 147.64 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 175 | 0 | 0.48 | 0.12 | 0.22 | 315.46 | 0.47 | 0.59 |
| Hex | C8 | 67 | AF | 0 | 30 | C | 16 | 13B | 2F | 3B |
| Octal | 310 | 147 | 257 | 0 | 60 | 14 | 26 | 473 | 57 | 73 |
| Binary | 11001000 | 1100111 | 10101111 | 0 | 110000 | 1100 | 10110 | 100111011 | 101111 | 111011 |
Color Harmonies of #C867AF
Complementary color
Monochromatic Colors of #C867AF
Black with #C867AF
Text Example
Text Example
White with #C867AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867AF; }
p { color: rgb(200,103,175); }
H1.HeaderClassName
{
color: #C867AF;
}
.AnyTagClassName
{
color: #C867AF;
}
</style>
background-color css
<style>
a { background-color: #C867AF; }
a { background-color: rgb(200,103,175); }
div.DivClassName
{
background-color: #C867AF;
}
.BgClassName
{
background-color: #C867AF;
}
</style>
border-color css
<style>
span { border-color: #C867AF; }
span { border-color: rgb(200,103,175); }
td.TdClassName
{
border-color: #C867AF;
}
.TagClassName
{
border-color: #C867AF;
}
</style>