Shades of Fuchsia #C63BCF
Tints of Fuchsia #C63BCF
RGB
CMYK
RGB Variations
Color information
#C63BCF (or 0xC63BCF) is known color: Fuchsia. HEX triplet: C6, 3B and CF. RGB value is (198,59,207). Sum of RGB (Red+Green+Blue) = 198+59+207=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #C63BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BCF is #39C430. Grayscale: #747474. Windows color (decimal): -3785777 or 13581254. OLE color: 13581254.
HSL color Cylindrical-coordinate representation of color #C63BCF: hue angle of 296.35º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63BCF is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 59 | 207 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.19 |
| HSL | 296.35º | 0.61% | 0.52% | - |
| HSV(B) | 296.35º | 0.71% | 0.81% | - |
| XYZ | 36.12 | 19.64 | 60.92 | - |
| YUV | 117.43 | 178.55 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 207 | 0.04 | 0.71 | 0 | 0.19 | 296.35 | 0.61 | 0.52 |
| Hex | C6 | 3B | CF | 4 | 47 | 0 | 13 | 128 | 3D | 34 |
| Octal | 306 | 73 | 317 | 4 | 107 | 0 | 23 | 450 | 75 | 64 |
| Binary | 11000110 | 111011 | 11001111 | 100 | 1000111 | 0 | 10011 | 100101000 | 111101 | 110100 |
Color Harmonies of #C63BCF
Complementary color
Monochromatic Colors of #C63BCF
Black with #C63BCF
Text Example
Text Example
White with #C63BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BCF; }
p { color: rgb(198,59,207); }
H1.HeaderClassName
{
color: #C63BCF;
}
.AnyTagClassName
{
color: #C63BCF;
}
</style>
background-color css
<style>
a { background-color: #C63BCF; }
a { background-color: rgb(198,59,207); }
div.DivClassName
{
background-color: #C63BCF;
}
.BgClassName
{
background-color: #C63BCF;
}
</style>
border-color css
<style>
span { border-color: #C63BCF; }
span { border-color: rgb(198,59,207); }
td.TdClassName
{
border-color: #C63BCF;
}
.TagClassName
{
border-color: #C63BCF;
}
</style>