Shades of Fuchsia #C643C3
Tints of Fuchsia #C643C3
RGB
CMYK
RGB Variations
Color information
#C643C3 (or 0xC643C3) is known color: Fuchsia. HEX triplet: C6, 43 and C3. RGB value is (198,67,195). Sum of RGB (Red+Green+Blue) = 198+67+195=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C643C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643C3 is #39BC3C. Grayscale: #787878. Windows color (decimal): -3783741 or 12796870. OLE color: 12796870.
HSL color Cylindrical-coordinate representation of color #C643C3: hue angle of 301.37º degrees, saturation: 0.53, 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 #C643C3 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 195 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.22 |
| HSL | 301.37º | 0.53% | 0.52% | - |
| HSV(B) | 301.37º | 0.66% | 0.78% | - |
| XYZ | 35.15 | 19.96 | 53.63 | - |
| YUV | 120.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 195 | 0 | 0.66 | 0.02 | 0.22 | 301.37 | 0.53 | 0.52 |
| Hex | C6 | 43 | C3 | 0 | 42 | 2 | 16 | 12D | 35 | 34 |
| Octal | 306 | 103 | 303 | 0 | 102 | 2 | 26 | 455 | 65 | 64 |
| Binary | 11000110 | 1000011 | 11000011 | 0 | 1000010 | 10 | 10110 | 100101101 | 110101 | 110100 |
Color Harmonies of #C643C3
Complementary color
Monochromatic Colors of #C643C3
Black with #C643C3
Text Example
Text Example
White with #C643C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643C3; }
p { color: rgb(198,67,195); }
H1.HeaderClassName
{
color: #C643C3;
}
.AnyTagClassName
{
color: #C643C3;
}
</style>
background-color css
<style>
a { background-color: #C643C3; }
a { background-color: rgb(198,67,195); }
div.DivClassName
{
background-color: #C643C3;
}
.BgClassName
{
background-color: #C643C3;
}
</style>
border-color css
<style>
span { border-color: #C643C3; }
span { border-color: rgb(198,67,195); }
td.TdClassName
{
border-color: #C643C3;
}
.TagClassName
{
border-color: #C643C3;
}
</style>