Shades of Fuchsia #C33FBE
Tints of Fuchsia #C33FBE
RGB
CMYK
RGB Variations
Color information
#C33FBE (or 0xC33FBE) is known color: Fuchsia. HEX triplet: C3, 3F and BE. RGB value is (195,63,190). Sum of RGB (Red+Green+Blue) = 195+63+190=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FBE is #3CC041. Grayscale: #747474. Windows color (decimal): -3981378 or 12468163. OLE color: 12468163.
HSL color Cylindrical-coordinate representation of color #C33FBE: hue angle of 302.27º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33FBE is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 190 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.24 |
| HSL | 302.27º | 0.52% | 0.51% | - |
| HSV(B) | 302.27º | 0.68% | 0.76% | - |
| XYZ | 33.58 | 18.87 | 50.59 | - |
| YUV | 116.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 190 | 0 | 0.68 | 0.03 | 0.24 | 302.27 | 0.52 | 0.51 |
| Hex | C3 | 3F | BE | 0 | 44 | 3 | 18 | 12E | 34 | 33 |
| Octal | 303 | 77 | 276 | 0 | 104 | 3 | 30 | 456 | 64 | 63 |
| Binary | 11000011 | 111111 | 10111110 | 0 | 1000100 | 11 | 11000 | 100101110 | 110100 | 110011 |
Color Harmonies of #C33FBE
Complementary color
Monochromatic Colors of #C33FBE
Black with #C33FBE
Text Example
Text Example
White with #C33FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FBE; }
p { color: rgb(195,63,190); }
H1.HeaderClassName
{
color: #C33FBE;
}
.AnyTagClassName
{
color: #C33FBE;
}
</style>
background-color css
<style>
a { background-color: #C33FBE; }
a { background-color: rgb(195,63,190); }
div.DivClassName
{
background-color: #C33FBE;
}
.BgClassName
{
background-color: #C33FBE;
}
</style>
border-color css
<style>
span { border-color: #C33FBE; }
span { border-color: rgb(195,63,190); }
td.TdClassName
{
border-color: #C33FBE;
}
.TagClassName
{
border-color: #C33FBE;
}
</style>