Shades of Fuchsia #C767C9
Tints of Fuchsia #C767C9
RGB
CMYK
RGB Variations
Color information
#C767C9 (or 0xC767C9) is known color: Fuchsia. HEX triplet: C7, 67 and C9. RGB value is (199,103,201). Sum of RGB (Red+Green+Blue) = 199+103+201=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #C767C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767C9 is #389836. Grayscale: #8E8E8E. Windows color (decimal): -3708983 or 13199303. OLE color: 13199303.
HSL color Cylindrical-coordinate representation of color #C767C9: hue angle of 298.78º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C767C9 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 103 | 201 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.21 |
| HSL | 298.78º | 0.48% | 0.6% | - |
| HSV(B) | 298.78º | 0.49% | 0.79% | - |
| XYZ | 38.95 | 26.06 | 58.24 | - |
| YUV | 142.88 | 160.8 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 201 | 0.01 | 0.49 | 0 | 0.21 | 298.78 | 0.48 | 0.6 |
| Hex | C7 | 67 | C9 | 1 | 31 | 0 | 15 | 12B | 30 | 3C |
| Octal | 307 | 147 | 311 | 1 | 61 | 0 | 25 | 453 | 60 | 74 |
| Binary | 11000111 | 1100111 | 11001001 | 1 | 110001 | 0 | 10101 | 100101011 | 110000 | 111100 |
Color Harmonies of #C767C9
Complementary color
Monochromatic Colors of #C767C9
Black with #C767C9
Text Example
Text Example
White with #C767C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767C9; }
p { color: rgb(199,103,201); }
H1.HeaderClassName
{
color: #C767C9;
}
.AnyTagClassName
{
color: #C767C9;
}
</style>
background-color css
<style>
a { background-color: #C767C9; }
a { background-color: rgb(199,103,201); }
div.DivClassName
{
background-color: #C767C9;
}
.BgClassName
{
background-color: #C767C9;
}
</style>
border-color css
<style>
span { border-color: #C767C9; }
span { border-color: rgb(199,103,201); }
td.TdClassName
{
border-color: #C767C9;
}
.TagClassName
{
border-color: #C767C9;
}
</style>