Shades of Fuchsia #C733CC
Tints of Fuchsia #C733CC
RGB
CMYK
RGB Variations
Color information
#C733CC (or 0xC733CC) is known color: Fuchsia. HEX triplet: C7, 33 and CC. RGB value is (199,51,204). Sum of RGB (Red+Green+Blue) = 199+51+204=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #C733CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C733CC is #38CC33. Grayscale: #707070. Windows color (decimal): -3722292 or 13382599. OLE color: 13382599.
HSL color Cylindrical-coordinate representation of color #C733CC: hue angle of 298.04º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C733CC is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 51 | 204 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.2 |
| HSL | 298.04º | 0.6% | 0.5% | - |
| HSV(B) | 298.04º | 0.75% | 0.8% | - |
| XYZ | 35.64 | 18.87 | 58.89 | - |
| YUV | 112.69 | 179.53 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 204 | 0.02 | 0.75 | 0 | 0.2 | 298.04 | 0.6 | 0.5 |
| Hex | C7 | 33 | CC | 2 | 4B | 0 | 14 | 12A | 3C | 32 |
| Octal | 307 | 63 | 314 | 2 | 113 | 0 | 24 | 452 | 74 | 62 |
| Binary | 11000111 | 110011 | 11001100 | 10 | 1001011 | 0 | 10100 | 100101010 | 111100 | 110010 |
Color Harmonies of #C733CC
Complementary color
Monochromatic Colors of #C733CC
Black with #C733CC
Text Example
Text Example
White with #C733CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C733CC; }
p { color: rgb(199,51,204); }
H1.HeaderClassName
{
color: #C733CC;
}
.AnyTagClassName
{
color: #C733CC;
}
</style>
background-color css
<style>
a { background-color: #C733CC; }
a { background-color: rgb(199,51,204); }
div.DivClassName
{
background-color: #C733CC;
}
.BgClassName
{
background-color: #C733CC;
}
</style>
border-color css
<style>
span { border-color: #C733CC; }
span { border-color: rgb(199,51,204); }
td.TdClassName
{
border-color: #C733CC;
}
.TagClassName
{
border-color: #C733CC;
}
</style>