Shades of Fuchsia #C63BCA
Tints of Fuchsia #C63BCA
RGB
CMYK
RGB Variations
Color information
#C63BCA (or 0xC63BCA) is known color: Fuchsia. HEX triplet: C6, 3B and CA. RGB value is (198,59,202). Sum of RGB (Red+Green+Blue) = 198+59+202=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #C63BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BCA is #39C435. Grayscale: #747474. Windows color (decimal): -3785782 or 13253574. OLE color: 13253574.
HSL color Cylindrical-coordinate representation of color #C63BCA: hue angle of 298.32º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63BCA is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 59 | 202 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.21 |
| HSL | 298.32º | 0.57% | 0.51% | - |
| HSV(B) | 298.32º | 0.71% | 0.79% | - |
| XYZ | 35.51 | 19.4 | 57.75 | - |
| YUV | 116.86 | 176.05 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 202 | 0.02 | 0.71 | 0 | 0.21 | 298.32 | 0.57 | 0.51 |
| Hex | C6 | 3B | CA | 2 | 47 | 0 | 15 | 12A | 39 | 33 |
| Octal | 306 | 73 | 312 | 2 | 107 | 0 | 25 | 452 | 71 | 63 |
| Binary | 11000110 | 111011 | 11001010 | 10 | 1000111 | 0 | 10101 | 100101010 | 111001 | 110011 |
Color Harmonies of #C63BCA
Complementary color
Monochromatic Colors of #C63BCA
Black with #C63BCA
Text Example
Text Example
White with #C63BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BCA; }
p { color: rgb(198,59,202); }
H1.HeaderClassName
{
color: #C63BCA;
}
.AnyTagClassName
{
color: #C63BCA;
}
</style>
background-color css
<style>
a { background-color: #C63BCA; }
a { background-color: rgb(198,59,202); }
div.DivClassName
{
background-color: #C63BCA;
}
.BgClassName
{
background-color: #C63BCA;
}
</style>
border-color css
<style>
span { border-color: #C63BCA; }
span { border-color: rgb(198,59,202); }
td.TdClassName
{
border-color: #C63BCA;
}
.TagClassName
{
border-color: #C63BCA;
}
</style>