Shades of Fuchsia #C63BCB
Tints of Fuchsia #C63BCB
RGB
CMYK
RGB Variations
Color information
#C63BCB (or 0xC63BCB) is known color: Fuchsia. HEX triplet: C6, 3B and CB. RGB value is (198,59,203). Sum of RGB (Red+Green+Blue) = 198+59+203=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #C63BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BCB is #39C434. Grayscale: #747474. Windows color (decimal): -3785781 or 13319110. OLE color: 13319110.
HSL color Cylindrical-coordinate representation of color #C63BCB: hue angle of 297.92º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63BCB is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 59 | 203 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.20 |
| HSL | 297.92º | 0.58% | 0.51% | - |
| HSV(B) | 297.92º | 0.71% | 0.8% | - |
| XYZ | 35.63 | 19.45 | 58.38 | - |
| YUV | 116.98 | 176.55 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 203 | 0.02 | 0.71 | 0 | 0.20 | 297.92 | 0.58 | 0.51 |
| Hex | C6 | 3B | CB | 2 | 47 | 0 | 14 | 12A | 3A | 33 |
| Octal | 306 | 73 | 313 | 2 | 107 | 0 | 24 | 452 | 72 | 63 |
| Binary | 11000110 | 111011 | 11001011 | 10 | 1000111 | 0 | 10100 | 100101010 | 111010 | 110011 |
Color Harmonies of #C63BCB
Complementary color
Monochromatic Colors of #C63BCB
Black with #C63BCB
Text Example
Text Example
White with #C63BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BCB; }
p { color: rgb(198,59,203); }
H1.HeaderClassName
{
color: #C63BCB;
}
.AnyTagClassName
{
color: #C63BCB;
}
</style>
background-color css
<style>
a { background-color: #C63BCB; }
a { background-color: rgb(198,59,203); }
div.DivClassName
{
background-color: #C63BCB;
}
.BgClassName
{
background-color: #C63BCB;
}
</style>
border-color css
<style>
span { border-color: #C63BCB; }
span { border-color: rgb(198,59,203); }
td.TdClassName
{
border-color: #C63BCB;
}
.TagClassName
{
border-color: #C63BCB;
}
</style>