Shades of Fuchsia #C63FCF
Tints of Fuchsia #C63FCF
RGB
CMYK
RGB Variations
Color information
#C63FCF (or 0xC63FCF) is known color: Fuchsia. HEX triplet: C6, 3F and CF. RGB value is (198,63,207). Sum of RGB (Red+Green+Blue) = 198+63+207=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #C63FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FCF is #39C030. Grayscale: #777777. Windows color (decimal): -3784753 or 13582278. OLE color: 13582278.
HSL color Cylindrical-coordinate representation of color #C63FCF: hue angle of 296.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63FCF is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 63 | 207 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.19 |
| HSL | 296.25º | 0.6% | 0.53% | - |
| HSV(B) | 296.25º | 0.7% | 0.81% | - |
| XYZ | 36.33 | 20.07 | 60.99 | - |
| YUV | 119.78 | 177.23 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 207 | 0.04 | 0.70 | 0 | 0.19 | 296.25 | 0.6 | 0.53 |
| Hex | C6 | 3F | CF | 4 | 46 | 0 | 13 | 128 | 3C | 35 |
| Octal | 306 | 77 | 317 | 4 | 106 | 0 | 23 | 450 | 74 | 65 |
| Binary | 11000110 | 111111 | 11001111 | 100 | 1000110 | 0 | 10011 | 100101000 | 111100 | 110101 |
Color Harmonies of #C63FCF
Complementary color
Monochromatic Colors of #C63FCF
Black with #C63FCF
Text Example
Text Example
White with #C63FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FCF; }
p { color: rgb(198,63,207); }
H1.HeaderClassName
{
color: #C63FCF;
}
.AnyTagClassName
{
color: #C63FCF;
}
</style>
background-color css
<style>
a { background-color: #C63FCF; }
a { background-color: rgb(198,63,207); }
div.DivClassName
{
background-color: #C63FCF;
}
.BgClassName
{
background-color: #C63FCF;
}
</style>
border-color css
<style>
span { border-color: #C63FCF; }
span { border-color: rgb(198,63,207); }
td.TdClassName
{
border-color: #C63FCF;
}
.TagClassName
{
border-color: #C63FCF;
}
</style>