Shades of Fuchsia #C643C7
Tints of Fuchsia #C643C7
RGB
CMYK
RGB Variations
Color information
#C643C7 (or 0xC643C7) is known color: Fuchsia. HEX triplet: C6, 43 and C7. RGB value is (198,67,199). Sum of RGB (Red+Green+Blue) = 198+67+199=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 199 - color contains mainly: blue. Hex color #C643C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643C7 is #39BC38. Grayscale: #787878. Windows color (decimal): -3783737 or 13059014. OLE color: 13059014.
HSL color Cylindrical-coordinate representation of color #C643C7: hue angle of 299.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C643C7 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 199 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.22 |
| HSL | 299.55º | 0.54% | 0.52% | - |
| HSV(B) | 299.55º | 0.66% | 0.78% | - |
| XYZ | 35.6 | 20.14 | 56.04 | - |
| YUV | 121.22 | 171.9 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 199 | 0.01 | 0.66 | 0 | 0.22 | 299.55 | 0.54 | 0.52 |
| Hex | C6 | 43 | C7 | 1 | 42 | 0 | 16 | 12C | 36 | 34 |
| Octal | 306 | 103 | 307 | 1 | 102 | 0 | 26 | 454 | 66 | 64 |
| Binary | 11000110 | 1000011 | 11000111 | 1 | 1000010 | 0 | 10110 | 100101100 | 110110 | 110100 |
Color Harmonies of #C643C7
Complementary color
Monochromatic Colors of #C643C7
Black with #C643C7
Text Example
Text Example
White with #C643C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643C7; }
p { color: rgb(198,67,199); }
H1.HeaderClassName
{
color: #C643C7;
}
.AnyTagClassName
{
color: #C643C7;
}
</style>
background-color css
<style>
a { background-color: #C643C7; }
a { background-color: rgb(198,67,199); }
div.DivClassName
{
background-color: #C643C7;
}
.BgClassName
{
background-color: #C643C7;
}
</style>
border-color css
<style>
span { border-color: #C643C7; }
span { border-color: rgb(198,67,199); }
td.TdClassName
{
border-color: #C643C7;
}
.TagClassName
{
border-color: #C643C7;
}
</style>