Shades of Fuchsia #C641BD
Tints of Fuchsia #C641BD
RGB
CMYK
RGB Variations
Color information
#C641BD (or 0xC641BD) is known color: Fuchsia. HEX triplet: C6, 41 and BD. RGB value is (198,65,189). Sum of RGB (Red+Green+Blue) = 198+65+189=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C641BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641BD is #39BE42. Grayscale: #767676. Windows color (decimal): -3784259 or 12403142. OLE color: 12403142.
HSL color Cylindrical-coordinate representation of color #C641BD: hue angle of 304.06º 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 #C641BD is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 189 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.22 |
| HSL | 304.06º | 0.54% | 0.52% | - |
| HSV(B) | 304.06º | 0.67% | 0.78% | - |
| XYZ | 34.36 | 19.46 | 50.09 | - |
| YUV | 118.9 | 167.56 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 189 | 0 | 0.67 | 0.05 | 0.22 | 304.06 | 0.54 | 0.52 |
| Hex | C6 | 41 | BD | 0 | 43 | 5 | 16 | 130 | 36 | 34 |
| Octal | 306 | 101 | 275 | 0 | 103 | 5 | 26 | 460 | 66 | 64 |
| Binary | 11000110 | 1000001 | 10111101 | 0 | 1000011 | 101 | 10110 | 100110000 | 110110 | 110100 |
Color Harmonies of #C641BD
Complementary color
Monochromatic Colors of #C641BD
Black with #C641BD
Text Example
Text Example
White with #C641BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641BD; }
p { color: rgb(198,65,189); }
H1.HeaderClassName
{
color: #C641BD;
}
.AnyTagClassName
{
color: #C641BD;
}
</style>
background-color css
<style>
a { background-color: #C641BD; }
a { background-color: rgb(198,65,189); }
div.DivClassName
{
background-color: #C641BD;
}
.BgClassName
{
background-color: #C641BD;
}
</style>
border-color css
<style>
span { border-color: #C641BD; }
span { border-color: rgb(198,65,189); }
td.TdClassName
{
border-color: #C641BD;
}
.TagClassName
{
border-color: #C641BD;
}
</style>