Shades of Fuchsia #C733B0
Tints of Fuchsia #C733B0
RGB
CMYK
RGB Variations
Color information
#C733B0 (or 0xC733B0) is known color: Fuchsia. HEX triplet: C7, 33 and B0. RGB value is (199,51,176). Sum of RGB (Red+Green+Blue) = 199+51+176=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C733B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C733B0 is #38CC4F. Grayscale: #6D6D6D. Windows color (decimal): -3722320 or 11547591. OLE color: 11547591.
HSL color Cylindrical-coordinate representation of color #C733B0: hue angle of 309.32º 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 #C733B0 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 176 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.22 |
| HSL | 309.32º | 0.59% | 0.49% | - |
| HSV(B) | 309.32º | 0.74% | 0.78% | - |
| XYZ | 32.57 | 17.64 | 42.76 | - |
| YUV | 109.5 | 165.53 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 176 | 0 | 0.74 | 0.12 | 0.22 | 309.32 | 0.59 | 0.49 |
| Hex | C7 | 33 | B0 | 0 | 4A | C | 16 | 135 | 3B | 31 |
| Octal | 307 | 63 | 260 | 0 | 112 | 14 | 26 | 465 | 73 | 61 |
| Binary | 11000111 | 110011 | 10110000 | 0 | 1001010 | 1100 | 10110 | 100110101 | 111011 | 110001 |
Color Harmonies of #C733B0
Complementary color
Monochromatic Colors of #C733B0
Black with #C733B0
Text Example
Text Example
White with #C733B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C733B0; }
p { color: rgb(199,51,176); }
H1.HeaderClassName
{
color: #C733B0;
}
.AnyTagClassName
{
color: #C733B0;
}
</style>
background-color css
<style>
a { background-color: #C733B0; }
a { background-color: rgb(199,51,176); }
div.DivClassName
{
background-color: #C733B0;
}
.BgClassName
{
background-color: #C733B0;
}
</style>
border-color css
<style>
span { border-color: #C733B0; }
span { border-color: rgb(199,51,176); }
td.TdClassName
{
border-color: #C733B0;
}
.TagClassName
{
border-color: #C733B0;
}
</style>