Shades of Fuchsia #C63ACF
Tints of Fuchsia #C63ACF
RGB
CMYK
RGB Variations
Color information
#C63ACF (or 0xC63ACF) is known color: Fuchsia. HEX triplet: C6, 3A and CF. RGB value is (198,58,207). Sum of RGB (Red+Green+Blue) = 198+58+207=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #C63ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ACF is #39C530. Grayscale: #747474. Windows color (decimal): -3786033 or 13580998. OLE color: 13580998.
HSL color Cylindrical-coordinate representation of color #C63ACF: hue angle of 296.38º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63ACF is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 58 | 207 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.19 |
| HSL | 296.38º | 0.61% | 0.52% | - |
| HSV(B) | 296.38º | 0.72% | 0.81% | - |
| XYZ | 36.06 | 19.54 | 60.9 | - |
| YUV | 116.85 | 178.88 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 207 | 0.04 | 0.72 | 0 | 0.19 | 296.38 | 0.61 | 0.52 |
| Hex | C6 | 3A | CF | 4 | 48 | 0 | 13 | 128 | 3D | 34 |
| Octal | 306 | 72 | 317 | 4 | 110 | 0 | 23 | 450 | 75 | 64 |
| Binary | 11000110 | 111010 | 11001111 | 100 | 1001000 | 0 | 10011 | 100101000 | 111101 | 110100 |
Color Harmonies of #C63ACF
Complementary color
Monochromatic Colors of #C63ACF
Black with #C63ACF
Text Example
Text Example
White with #C63ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63ACF; }
p { color: rgb(198,58,207); }
H1.HeaderClassName
{
color: #C63ACF;
}
.AnyTagClassName
{
color: #C63ACF;
}
</style>
background-color css
<style>
a { background-color: #C63ACF; }
a { background-color: rgb(198,58,207); }
div.DivClassName
{
background-color: #C63ACF;
}
.BgClassName
{
background-color: #C63ACF;
}
</style>
border-color css
<style>
span { border-color: #C63ACF; }
span { border-color: rgb(198,58,207); }
td.TdClassName
{
border-color: #C63ACF;
}
.TagClassName
{
border-color: #C63ACF;
}
</style>