Shades of Fuchsia #C33EBE
Tints of Fuchsia #C33EBE
RGB
CMYK
RGB Variations
Color information
#C33EBE (or 0xC33EBE) is known color: Fuchsia. HEX triplet: C3, 3E and BE. RGB value is (195,62,190). Sum of RGB (Red+Green+Blue) = 195+62+190=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C33EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33EBE is #3CC141. Grayscale: #737373. Windows color (decimal): -3981634 or 12467907. OLE color: 12467907.
HSL color Cylindrical-coordinate representation of color #C33EBE: hue angle of 302.26º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33EBE is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 190 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.24 |
| HSL | 302.26º | 0.53% | 0.5% | - |
| HSV(B) | 302.26º | 0.68% | 0.76% | - |
| XYZ | 33.52 | 18.77 | 50.57 | - |
| YUV | 116.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 190 | 0 | 0.68 | 0.03 | 0.24 | 302.26 | 0.53 | 0.5 |
| Hex | C3 | 3E | BE | 0 | 44 | 3 | 18 | 12E | 35 | 32 |
| Octal | 303 | 76 | 276 | 0 | 104 | 3 | 30 | 456 | 65 | 62 |
| Binary | 11000011 | 111110 | 10111110 | 0 | 1000100 | 11 | 11000 | 100101110 | 110101 | 110010 |
Color Harmonies of #C33EBE
Complementary color
Monochromatic Colors of #C33EBE
Black with #C33EBE
Text Example
Text Example
White with #C33EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33EBE; }
p { color: rgb(195,62,190); }
H1.HeaderClassName
{
color: #C33EBE;
}
.AnyTagClassName
{
color: #C33EBE;
}
</style>
background-color css
<style>
a { background-color: #C33EBE; }
a { background-color: rgb(195,62,190); }
div.DivClassName
{
background-color: #C33EBE;
}
.BgClassName
{
background-color: #C33EBE;
}
</style>
border-color css
<style>
span { border-color: #C33EBE; }
span { border-color: rgb(195,62,190); }
td.TdClassName
{
border-color: #C33EBE;
}
.TagClassName
{
border-color: #C33EBE;
}
</style>