Shades of Fuchsia #C833B0
Tints of Fuchsia #C833B0
RGB
CMYK
RGB Variations
Color information
#C833B0 (or 0xC833B0) is known color: Fuchsia. HEX triplet: C8, 33 and B0. RGB value is (200,51,176). Sum of RGB (Red+Green+Blue) = 200+51+176=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C833B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C833B0 is #37CC4F. Grayscale: #6D6D6D. Windows color (decimal): -3656784 or 11547592. OLE color: 11547592.
HSL color Cylindrical-coordinate representation of color #C833B0: hue angle of 309.66º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C833B0 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 176 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.22 |
| HSL | 309.66º | 0.59% | 0.49% | - |
| HSV(B) | 309.66º | 0.75% | 0.78% | - |
| XYZ | 32.84 | 17.78 | 42.78 | - |
| YUV | 109.8 | 165.36 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 176 | 0 | 0.74 | 0.12 | 0.22 | 309.66 | 0.59 | 0.49 |
| Hex | C8 | 33 | B0 | 0 | 4A | C | 16 | 136 | 3B | 31 |
| Octal | 310 | 63 | 260 | 0 | 112 | 14 | 26 | 466 | 73 | 61 |
| Binary | 11001000 | 110011 | 10110000 | 0 | 1001010 | 1100 | 10110 | 100110110 | 111011 | 110001 |
Color Harmonies of #C833B0
Complementary color
Monochromatic Colors of #C833B0
Black with #C833B0
Text Example
Text Example
White with #C833B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C833B0; }
p { color: rgb(200,51,176); }
H1.HeaderClassName
{
color: #C833B0;
}
.AnyTagClassName
{
color: #C833B0;
}
</style>
background-color css
<style>
a { background-color: #C833B0; }
a { background-color: rgb(200,51,176); }
div.DivClassName
{
background-color: #C833B0;
}
.BgClassName
{
background-color: #C833B0;
}
</style>
border-color css
<style>
span { border-color: #C833B0; }
span { border-color: rgb(200,51,176); }
td.TdClassName
{
border-color: #C833B0;
}
.TagClassName
{
border-color: #C833B0;
}
</style>