Shades of Fuchsia #C633BA
Tints of Fuchsia #C633BA
RGB
CMYK
RGB Variations
Color information
#C633BA (or 0xC633BA) is known color: Fuchsia. HEX triplet: C6, 33 and BA. RGB value is (198,51,186). Sum of RGB (Red+Green+Blue) = 198+51+186=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C633BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C633BA is #39CC45. Grayscale: #6D6D6D. Windows color (decimal): -3787846 or 12202950. OLE color: 12202950.
HSL color Cylindrical-coordinate representation of color #C633BA: hue angle of 304.9º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C633BA is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 186 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.22 |
| HSL | 304.9º | 0.59% | 0.49% | - |
| HSV(B) | 304.9º | 0.74% | 0.78% | - |
| XYZ | 33.34 | 17.92 | 48.16 | - |
| YUV | 110.34 | 170.7 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 186 | 0 | 0.74 | 0.06 | 0.22 | 304.9 | 0.59 | 0.49 |
| Hex | C6 | 33 | BA | 0 | 4A | 6 | 16 | 131 | 3B | 31 |
| Octal | 306 | 63 | 272 | 0 | 112 | 6 | 26 | 461 | 73 | 61 |
| Binary | 11000110 | 110011 | 10111010 | 0 | 1001010 | 110 | 10110 | 100110001 | 111011 | 110001 |
Color Harmonies of #C633BA
Complementary color
Monochromatic Colors of #C633BA
Black with #C633BA
Text Example
Text Example
White with #C633BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C633BA; }
p { color: rgb(198,51,186); }
H1.HeaderClassName
{
color: #C633BA;
}
.AnyTagClassName
{
color: #C633BA;
}
</style>
background-color css
<style>
a { background-color: #C633BA; }
a { background-color: rgb(198,51,186); }
div.DivClassName
{
background-color: #C633BA;
}
.BgClassName
{
background-color: #C633BA;
}
</style>
border-color css
<style>
span { border-color: #C633BA; }
span { border-color: rgb(198,51,186); }
td.TdClassName
{
border-color: #C633BA;
}
.TagClassName
{
border-color: #C633BA;
}
</style>