Shades of Fuchsia #C633AF
Tints of Fuchsia #C633AF
RGB
CMYK
RGB Variations
Color information
#C633AF (or 0xC633AF) is known color: Fuchsia. HEX triplet: C6, 33 and AF. RGB value is (198,51,175). Sum of RGB (Red+Green+Blue) = 198+51+175=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C633AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C633AF is #39CC50. Grayscale: #6C6C6C. Windows color (decimal): -3787857 or 11482054. OLE color: 11482054.
HSL color Cylindrical-coordinate representation of color #C633AF: hue angle of 309.39º 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 #C633AF is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 175 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.22 |
| HSL | 309.39º | 0.59% | 0.49% | - |
| HSV(B) | 309.39º | 0.74% | 0.78% | - |
| XYZ | 32.21 | 17.47 | 42.23 | - |
| YUV | 109.09 | 165.2 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 175 | 0 | 0.74 | 0.12 | 0.22 | 309.39 | 0.59 | 0.49 |
| Hex | C6 | 33 | AF | 0 | 4A | C | 16 | 135 | 3B | 31 |
| Octal | 306 | 63 | 257 | 0 | 112 | 14 | 26 | 465 | 73 | 61 |
| Binary | 11000110 | 110011 | 10101111 | 0 | 1001010 | 1100 | 10110 | 100110101 | 111011 | 110001 |
Color Harmonies of #C633AF
Complementary color
Monochromatic Colors of #C633AF
Black with #C633AF
Text Example
Text Example
White with #C633AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C633AF; }
p { color: rgb(198,51,175); }
H1.HeaderClassName
{
color: #C633AF;
}
.AnyTagClassName
{
color: #C633AF;
}
</style>
background-color css
<style>
a { background-color: #C633AF; }
a { background-color: rgb(198,51,175); }
div.DivClassName
{
background-color: #C633AF;
}
.BgClassName
{
background-color: #C633AF;
}
</style>
border-color css
<style>
span { border-color: #C633AF; }
span { border-color: rgb(198,51,175); }
td.TdClassName
{
border-color: #C633AF;
}
.TagClassName
{
border-color: #C633AF;
}
</style>