Shades of Fuchsia #C633AD
Tints of Fuchsia #C633AD
RGB
CMYK
RGB Variations
Color information
#C633AD (or 0xC633AD) is known color: Fuchsia. HEX triplet: C6, 33 and AD. RGB value is (198,51,173). Sum of RGB (Red+Green+Blue) = 198+51+173=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C633AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C633AD is #39CC52. Grayscale: #6C6C6C. Windows color (decimal): -3787859 or 11350982. OLE color: 11350982.
HSL color Cylindrical-coordinate representation of color #C633AD: hue angle of 310.2º 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 #C633AD is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 173 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.22 |
| HSL | 310.2º | 0.59% | 0.49% | - |
| HSV(B) | 310.2º | 0.74% | 0.78% | - |
| XYZ | 32.02 | 17.39 | 41.2 | - |
| YUV | 108.86 | 164.2 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 173 | 0 | 0.74 | 0.13 | 0.22 | 310.2 | 0.59 | 0.49 |
| Hex | C6 | 33 | AD | 0 | 4A | D | 16 | 136 | 3B | 31 |
| Octal | 306 | 63 | 255 | 0 | 112 | 15 | 26 | 466 | 73 | 61 |
| Binary | 11000110 | 110011 | 10101101 | 0 | 1001010 | 1101 | 10110 | 100110110 | 111011 | 110001 |
Color Harmonies of #C633AD
Complementary color
Monochromatic Colors of #C633AD
Black with #C633AD
Text Example
Text Example
White with #C633AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C633AD; }
p { color: rgb(198,51,173); }
H1.HeaderClassName
{
color: #C633AD;
}
.AnyTagClassName
{
color: #C633AD;
}
</style>
background-color css
<style>
a { background-color: #C633AD; }
a { background-color: rgb(198,51,173); }
div.DivClassName
{
background-color: #C633AD;
}
.BgClassName
{
background-color: #C633AD;
}
</style>
border-color css
<style>
span { border-color: #C633AD; }
span { border-color: rgb(198,51,173); }
td.TdClassName
{
border-color: #C633AD;
}
.TagClassName
{
border-color: #C633AD;
}
</style>