Shades of Fuchsia #C643C8
Tints of Fuchsia #C643C8
RGB
CMYK
RGB Variations
Color information
#C643C8 (or 0xC643C8) is known color: Fuchsia. HEX triplet: C6, 43 and C8. RGB value is (198,67,200). Sum of RGB (Red+Green+Blue) = 198+67+200=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #C643C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643C8 is #39BC37. Grayscale: #787878. Windows color (decimal): -3783736 or 13124550. OLE color: 13124550.
HSL color Cylindrical-coordinate representation of color #C643C8: hue angle of 299.1º degrees, saturation: 0.55, 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 #C643C8 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 200 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.22 |
| HSL | 299.1º | 0.55% | 0.52% | - |
| HSV(B) | 299.1º | 0.67% | 0.78% | - |
| XYZ | 35.72 | 20.19 | 56.66 | - |
| YUV | 121.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 200 | 0.01 | 0.66 | 0 | 0.22 | 299.1 | 0.55 | 0.52 |
| Hex | C6 | 43 | C8 | 1 | 42 | 0 | 16 | 12B | 37 | 34 |
| Octal | 306 | 103 | 310 | 1 | 102 | 0 | 26 | 453 | 67 | 64 |
| Binary | 11000110 | 1000011 | 11001000 | 1 | 1000010 | 0 | 10110 | 100101011 | 110111 | 110100 |
Color Harmonies of #C643C8
Complementary color
Monochromatic Colors of #C643C8
Black with #C643C8
Text Example
Text Example
White with #C643C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643C8; }
p { color: rgb(198,67,200); }
H1.HeaderClassName
{
color: #C643C8;
}
.AnyTagClassName
{
color: #C643C8;
}
</style>
background-color css
<style>
a { background-color: #C643C8; }
a { background-color: rgb(198,67,200); }
div.DivClassName
{
background-color: #C643C8;
}
.BgClassName
{
background-color: #C643C8;
}
</style>
border-color css
<style>
span { border-color: #C643C8; }
span { border-color: rgb(198,67,200); }
td.TdClassName
{
border-color: #C643C8;
}
.TagClassName
{
border-color: #C643C8;
}
</style>