Shades of Fuchsia #C733AF
Tints of Fuchsia #C733AF
RGB
CMYK
RGB Variations
Color information
#C733AF (or 0xC733AF) is known color: Fuchsia. HEX triplet: C7, 33 and AF. RGB value is (199,51,175). Sum of RGB (Red+Green+Blue) = 199+51+175=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C733AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C733AF is #38CC50. Grayscale: #6D6D6D. Windows color (decimal): -3722321 or 11482055. OLE color: 11482055.
HSL color Cylindrical-coordinate representation of color #C733AF: hue angle of 309.73º 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 #C733AF is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 175 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.22 |
| HSL | 309.73º | 0.59% | 0.49% | - |
| HSV(B) | 309.73º | 0.74% | 0.78% | - |
| XYZ | 32.47 | 17.6 | 42.24 | - |
| YUV | 109.39 | 165.03 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 175 | 0 | 0.74 | 0.12 | 0.22 | 309.73 | 0.59 | 0.49 |
| Hex | C7 | 33 | AF | 0 | 4A | C | 16 | 136 | 3B | 31 |
| Octal | 307 | 63 | 257 | 0 | 112 | 14 | 26 | 466 | 73 | 61 |
| Binary | 11000111 | 110011 | 10101111 | 0 | 1001010 | 1100 | 10110 | 100110110 | 111011 | 110001 |
Color Harmonies of #C733AF
Complementary color
Monochromatic Colors of #C733AF
Black with #C733AF
Text Example
Text Example
White with #C733AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C733AF; }
p { color: rgb(199,51,175); }
H1.HeaderClassName
{
color: #C733AF;
}
.AnyTagClassName
{
color: #C733AF;
}
</style>
background-color css
<style>
a { background-color: #C733AF; }
a { background-color: rgb(199,51,175); }
div.DivClassName
{
background-color: #C733AF;
}
.BgClassName
{
background-color: #C733AF;
}
</style>
border-color css
<style>
span { border-color: #C733AF; }
span { border-color: rgb(199,51,175); }
td.TdClassName
{
border-color: #C733AF;
}
.TagClassName
{
border-color: #C733AF;
}
</style>