Shades of Fuchsia #C643BC
Tints of Fuchsia #C643BC
RGB
CMYK
RGB Variations
Color information
#C643BC (or 0xC643BC) is known color: Fuchsia. HEX triplet: C6, 43 and BC. RGB value is (198,67,188). Sum of RGB (Red+Green+Blue) = 198+67+188=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C643BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643BC is #39BC43. Grayscale: #777777. Windows color (decimal): -3783748 or 12338118. OLE color: 12338118.
HSL color Cylindrical-coordinate representation of color #C643BC: hue angle of 304.58º 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 #C643BC is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 188 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.22 |
| HSL | 304.58º | 0.53% | 0.52% | - |
| HSV(B) | 304.58º | 0.66% | 0.78% | - |
| XYZ | 34.37 | 19.65 | 49.56 | - |
| YUV | 119.96 | 166.4 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 188 | 0 | 0.66 | 0.05 | 0.22 | 304.58 | 0.53 | 0.52 |
| Hex | C6 | 43 | BC | 0 | 42 | 5 | 16 | 131 | 35 | 34 |
| Octal | 306 | 103 | 274 | 0 | 102 | 5 | 26 | 461 | 65 | 64 |
| Binary | 11000110 | 1000011 | 10111100 | 0 | 1000010 | 101 | 10110 | 100110001 | 110101 | 110100 |
Color Harmonies of #C643BC
Complementary color
Monochromatic Colors of #C643BC
Black with #C643BC
Text Example
Text Example
White with #C643BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643BC; }
p { color: rgb(198,67,188); }
H1.HeaderClassName
{
color: #C643BC;
}
.AnyTagClassName
{
color: #C643BC;
}
</style>
background-color css
<style>
a { background-color: #C643BC; }
a { background-color: rgb(198,67,188); }
div.DivClassName
{
background-color: #C643BC;
}
.BgClassName
{
background-color: #C643BC;
}
</style>
border-color css
<style>
span { border-color: #C643BC; }
span { border-color: rgb(198,67,188); }
td.TdClassName
{
border-color: #C643BC;
}
.TagClassName
{
border-color: #C643BC;
}
</style>