Shades of Fuchsia #C63FAF
Tints of Fuchsia #C63FAF
RGB
CMYK
RGB Variations
Color information
#C63FAF (or 0xC63FAF) is known color: Fuchsia. HEX triplet: C6, 3F and AF. RGB value is (198,63,175). Sum of RGB (Red+Green+Blue) = 198+63+175=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63FAF is #39C050. Grayscale: #737373. Windows color (decimal): -3784785 or 11485126. OLE color: 11485126.
HSL color Cylindrical-coordinate representation of color #C63FAF: hue angle of 310.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63FAF is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 175 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.22 |
| HSL | 310.22º | 0.54% | 0.51% | - |
| HSV(B) | 310.22º | 0.68% | 0.78% | - |
| XYZ | 32.8 | 18.66 | 42.43 | - |
| YUV | 116.13 | 161.23 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 175 | 0 | 0.68 | 0.12 | 0.22 | 310.22 | 0.54 | 0.51 |
| Hex | C6 | 3F | AF | 0 | 44 | C | 16 | 136 | 36 | 33 |
| Octal | 306 | 77 | 257 | 0 | 104 | 14 | 26 | 466 | 66 | 63 |
| Binary | 11000110 | 111111 | 10101111 | 0 | 1000100 | 1100 | 10110 | 100110110 | 110110 | 110011 |
Color Harmonies of #C63FAF
Complementary color
Monochromatic Colors of #C63FAF
Black with #C63FAF
Text Example
Text Example
White with #C63FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FAF; }
p { color: rgb(198,63,175); }
H1.HeaderClassName
{
color: #C63FAF;
}
.AnyTagClassName
{
color: #C63FAF;
}
</style>
background-color css
<style>
a { background-color: #C63FAF; }
a { background-color: rgb(198,63,175); }
div.DivClassName
{
background-color: #C63FAF;
}
.BgClassName
{
background-color: #C63FAF;
}
</style>
border-color css
<style>
span { border-color: #C63FAF; }
span { border-color: rgb(198,63,175); }
td.TdClassName
{
border-color: #C63FAF;
}
.TagClassName
{
border-color: #C63FAF;
}
</style>