Shades of Fuchsia #C643B9
Tints of Fuchsia #C643B9
RGB
CMYK
RGB Variations
Color information
#C643B9 (or 0xC643B9) is known color: Fuchsia. HEX triplet: C6, 43 and B9. RGB value is (198,67,185). Sum of RGB (Red+Green+Blue) = 198+67+185=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 67 (26.56% from 255 or 14.89% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C643B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643B9 is #39BC46. Grayscale: #777777. Windows color (decimal): -3783751 or 12141510. OLE color: 12141510.
HSL color Cylindrical-coordinate representation of color #C643B9: hue angle of 305.95º 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 #C643B9 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 185 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.22 |
| HSL | 305.95º | 0.53% | 0.52% | - |
| HSV(B) | 305.95º | 0.66% | 0.78% | - |
| XYZ | 34.05 | 19.52 | 47.87 | - |
| YUV | 119.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 185 | 0 | 0.66 | 0.07 | 0.22 | 305.95 | 0.53 | 0.52 |
| Hex | C6 | 43 | B9 | 0 | 42 | 7 | 16 | 132 | 35 | 34 |
| Octal | 306 | 103 | 271 | 0 | 102 | 7 | 26 | 462 | 65 | 64 |
| Binary | 11000110 | 1000011 | 10111001 | 0 | 1000010 | 111 | 10110 | 100110010 | 110101 | 110100 |
Color Harmonies of #C643B9
Complementary color
Monochromatic Colors of #C643B9
Black with #C643B9
Text Example
Text Example
White with #C643B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643B9; }
p { color: rgb(198,67,185); }
H1.HeaderClassName
{
color: #C643B9;
}
.AnyTagClassName
{
color: #C643B9;
}
</style>
background-color css
<style>
a { background-color: #C643B9; }
a { background-color: rgb(198,67,185); }
div.DivClassName
{
background-color: #C643B9;
}
.BgClassName
{
background-color: #C643B9;
}
</style>
border-color css
<style>
span { border-color: #C643B9; }
span { border-color: rgb(198,67,185); }
td.TdClassName
{
border-color: #C643B9;
}
.TagClassName
{
border-color: #C643B9;
}
</style>