Shades of Fuchsia #C733CF
Tints of Fuchsia #C733CF
RGB
CMYK
RGB Variations
Color information
#C733CF (or 0xC733CF) is known color: Fuchsia. HEX triplet: C7, 33 and CF. RGB value is (199,51,207). Sum of RGB (Red+Green+Blue) = 199+51+207=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #C733CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C733CF is #38CC30. Grayscale: #707070. Windows color (decimal): -3722289 or 13579207. OLE color: 13579207.
HSL color Cylindrical-coordinate representation of color #C733CF: hue angle of 296.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C733CF is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 51 | 207 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.19 |
| HSL | 296.92º | 0.62% | 0.51% | - |
| HSV(B) | 296.92º | 0.75% | 0.81% | - |
| XYZ | 36 | 19.01 | 60.8 | - |
| YUV | 113.04 | 181.03 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 207 | 0.04 | 0.75 | 0 | 0.19 | 296.92 | 0.62 | 0.51 |
| Hex | C7 | 33 | CF | 4 | 4B | 0 | 13 | 129 | 3E | 33 |
| Octal | 307 | 63 | 317 | 4 | 113 | 0 | 23 | 451 | 76 | 63 |
| Binary | 11000111 | 110011 | 11001111 | 100 | 1001011 | 0 | 10011 | 100101001 | 111110 | 110011 |
Color Harmonies of #C733CF
Complementary color
Monochromatic Colors of #C733CF
Black with #C733CF
Text Example
Text Example
White with #C733CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C733CF; }
p { color: rgb(199,51,207); }
H1.HeaderClassName
{
color: #C733CF;
}
.AnyTagClassName
{
color: #C733CF;
}
</style>
background-color css
<style>
a { background-color: #C733CF; }
a { background-color: rgb(199,51,207); }
div.DivClassName
{
background-color: #C733CF;
}
.BgClassName
{
background-color: #C733CF;
}
</style>
border-color css
<style>
span { border-color: #C733CF; }
span { border-color: rgb(199,51,207); }
td.TdClassName
{
border-color: #C733CF;
}
.TagClassName
{
border-color: #C733CF;
}
</style>