Shades of Fuchsia #C641BE
Tints of Fuchsia #C641BE
RGB
CMYK
RGB Variations
Color information
#C641BE (or 0xC641BE) is known color: Fuchsia. HEX triplet: C6, 41 and BE. RGB value is (198,65,190). Sum of RGB (Red+Green+Blue) = 198+65+190=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C641BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641BE is #39BE41. Grayscale: #767676. Windows color (decimal): -3784258 or 12468678. OLE color: 12468678.
HSL color Cylindrical-coordinate representation of color #C641BE: hue angle of 303.61º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C641BE is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 190 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.22 |
| HSL | 303.61º | 0.54% | 0.52% | - |
| HSV(B) | 303.61º | 0.67% | 0.78% | - |
| XYZ | 34.47 | 19.5 | 50.66 | - |
| YUV | 119.02 | 168.06 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 190 | 0 | 0.67 | 0.04 | 0.22 | 303.61 | 0.54 | 0.52 |
| Hex | C6 | 41 | BE | 0 | 43 | 4 | 16 | 130 | 36 | 34 |
| Octal | 306 | 101 | 276 | 0 | 103 | 4 | 26 | 460 | 66 | 64 |
| Binary | 11000110 | 1000001 | 10111110 | 0 | 1000011 | 100 | 10110 | 100110000 | 110110 | 110100 |
Color Harmonies of #C641BE
Complementary color
Monochromatic Colors of #C641BE
Black with #C641BE
Text Example
Text Example
White with #C641BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641BE; }
p { color: rgb(198,65,190); }
H1.HeaderClassName
{
color: #C641BE;
}
.AnyTagClassName
{
color: #C641BE;
}
</style>
background-color css
<style>
a { background-color: #C641BE; }
a { background-color: rgb(198,65,190); }
div.DivClassName
{
background-color: #C641BE;
}
.BgClassName
{
background-color: #C641BE;
}
</style>
border-color css
<style>
span { border-color: #C641BE; }
span { border-color: rgb(198,65,190); }
td.TdClassName
{
border-color: #C641BE;
}
.TagClassName
{
border-color: #C641BE;
}
</style>