Shades of Fuchsia #C833BE
Tints of Fuchsia #C833BE
RGB
CMYK
RGB Variations
Color information
#C833BE (or 0xC833BE) is known color: Fuchsia. HEX triplet: C8, 33 and BE. RGB value is (200,51,190). Sum of RGB (Red+Green+Blue) = 200+51+190=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C833BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C833BE is #37CC41. Grayscale: #6E6E6E. Windows color (decimal): -3656770 or 12465096. OLE color: 12465096.
HSL color Cylindrical-coordinate representation of color #C833BE: hue angle of 304.03º 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 #C833BE is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 190 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.22 |
| HSL | 304.03º | 0.59% | 0.49% | - |
| HSV(B) | 304.03º | 0.75% | 0.78% | - |
| XYZ | 34.3 | 18.36 | 50.45 | - |
| YUV | 111.4 | 172.36 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 190 | 0 | 0.74 | 0.05 | 0.22 | 304.03 | 0.59 | 0.49 |
| Hex | C8 | 33 | BE | 0 | 4A | 5 | 16 | 130 | 3B | 31 |
| Octal | 310 | 63 | 276 | 0 | 112 | 5 | 26 | 460 | 73 | 61 |
| Binary | 11001000 | 110011 | 10111110 | 0 | 1001010 | 101 | 10110 | 100110000 | 111011 | 110001 |
Color Harmonies of #C833BE
Complementary color
Monochromatic Colors of #C833BE
Black with #C833BE
Text Example
Text Example
White with #C833BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C833BE; }
p { color: rgb(200,51,190); }
H1.HeaderClassName
{
color: #C833BE;
}
.AnyTagClassName
{
color: #C833BE;
}
</style>
background-color css
<style>
a { background-color: #C833BE; }
a { background-color: rgb(200,51,190); }
div.DivClassName
{
background-color: #C833BE;
}
.BgClassName
{
background-color: #C833BE;
}
</style>
border-color css
<style>
span { border-color: #C833BE; }
span { border-color: rgb(200,51,190); }
td.TdClassName
{
border-color: #C833BE;
}
.TagClassName
{
border-color: #C833BE;
}
</style>