Shades of Fuchsia #C641CF
Tints of Fuchsia #C641CF
RGB
CMYK
RGB Variations
Color information
#C641CF (or 0xC641CF) is known color: Fuchsia. HEX triplet: C6, 41 and CF. RGB value is (198,65,207). Sum of RGB (Red+Green+Blue) = 198+65+207=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #C641CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641CF is #39BE30. Grayscale: #787878. Windows color (decimal): -3784241 or 13582790. OLE color: 13582790.
HSL color Cylindrical-coordinate representation of color #C641CF: hue angle of 296.2º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C641CF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 65 | 207 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.19 |
| HSL | 296.2º | 0.6% | 0.53% | - |
| HSV(B) | 296.2º | 0.69% | 0.81% | - |
| XYZ | 36.44 | 20.29 | 61.03 | - |
| YUV | 120.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 207 | 0.04 | 0.69 | 0 | 0.19 | 296.2 | 0.6 | 0.53 |
| Hex | C6 | 41 | CF | 4 | 45 | 0 | 13 | 128 | 3C | 35 |
| Octal | 306 | 101 | 317 | 4 | 105 | 0 | 23 | 450 | 74 | 65 |
| Binary | 11000110 | 1000001 | 11001111 | 100 | 1000101 | 0 | 10011 | 100101000 | 111100 | 110101 |
Color Harmonies of #C641CF
Complementary color
Monochromatic Colors of #C641CF
Black with #C641CF
Text Example
Text Example
White with #C641CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641CF; }
p { color: rgb(198,65,207); }
H1.HeaderClassName
{
color: #C641CF;
}
.AnyTagClassName
{
color: #C641CF;
}
</style>
background-color css
<style>
a { background-color: #C641CF; }
a { background-color: rgb(198,65,207); }
div.DivClassName
{
background-color: #C641CF;
}
.BgClassName
{
background-color: #C641CF;
}
</style>
border-color css
<style>
span { border-color: #C641CF; }
span { border-color: rgb(198,65,207); }
td.TdClassName
{
border-color: #C641CF;
}
.TagClassName
{
border-color: #C641CF;
}
</style>