Shades of Fuchsia #C833C8
Tints of Fuchsia #C833C8
RGB
CMYK
RGB Variations
Color information
#C833C8 (or 0xC833C8) is known color: Fuchsia. HEX triplet: C8, 33 and C8. RGB value is (200,51,200). Sum of RGB (Red+Green+Blue) = 200+51+200=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C833C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C833C8 is #37CC37. Grayscale: #707070. Windows color (decimal): -3656760 or 13120456. OLE color: 13120456.
HSL color Cylindrical-coordinate representation of color #C833C8: hue angle of 300º 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 #C833C8 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 200 | - |
| CMYK | 0 | 0.74 | 0 | 0.22 |
| HSL | 300º | 0.59% | 0.49% | - |
| HSV(B) | 300º | 0.75% | 0.78% | - |
| XYZ | 35.43 | 18.82 | 56.41 | - |
| YUV | 112.54 | 177.36 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 200 | 0 | 0.74 | 0 | 0.22 | 300 | 0.59 | 0.49 |
| Hex | C8 | 33 | C8 | 0 | 4A | 0 | 16 | 12C | 3B | 31 |
| Octal | 310 | 63 | 310 | 0 | 112 | 0 | 26 | 454 | 73 | 61 |
| Binary | 11001000 | 110011 | 11001000 | 0 | 1001010 | 0 | 10110 | 100101100 | 111011 | 110001 |
Color Harmonies of #C833C8
Complementary color
Monochromatic Colors of #C833C8
Black with #C833C8
Text Example
Text Example
White with #C833C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C833C8; }
p { color: rgb(200,51,200); }
H1.HeaderClassName
{
color: #C833C8;
}
.AnyTagClassName
{
color: #C833C8;
}
</style>
background-color css
<style>
a { background-color: #C833C8; }
a { background-color: rgb(200,51,200); }
div.DivClassName
{
background-color: #C833C8;
}
.BgClassName
{
background-color: #C833C8;
}
</style>
border-color css
<style>
span { border-color: #C833C8; }
span { border-color: rgb(200,51,200); }
td.TdClassName
{
border-color: #C833C8;
}
.TagClassName
{
border-color: #C833C8;
}
</style>