Shades of Fuchsia #C333BA
Tints of Fuchsia #C333BA
RGB
CMYK
RGB Variations
Color information
#C333BA (or 0xC333BA) is known color: Fuchsia. HEX triplet: C3, 33 and BA. RGB value is (195,51,186). Sum of RGB (Red+Green+Blue) = 195+51+186=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C333BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333BA is #3CCC45. Grayscale: #6D6D6D. Windows color (decimal): -3984454 or 12202947. OLE color: 12202947.
HSL color Cylindrical-coordinate representation of color #C333BA: hue angle of 303.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C333BA is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 186 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.24 |
| HSL | 303.75º | 0.59% | 0.48% | - |
| HSV(B) | 303.75º | 0.74% | 0.76% | - |
| XYZ | 32.55 | 17.51 | 48.12 | - |
| YUV | 109.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 186 | 0 | 0.74 | 0.05 | 0.24 | 303.75 | 0.59 | 0.48 |
| Hex | C3 | 33 | BA | 0 | 4A | 5 | 18 | 130 | 3B | 30 |
| Octal | 303 | 63 | 272 | 0 | 112 | 5 | 30 | 460 | 73 | 60 |
| Binary | 11000011 | 110011 | 10111010 | 0 | 1001010 | 101 | 11000 | 100110000 | 111011 | 110000 |
Color Harmonies of #C333BA
Complementary color
Monochromatic Colors of #C333BA
Black with #C333BA
Text Example
Text Example
White with #C333BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C333BA; }
p { color: rgb(195,51,186); }
H1.HeaderClassName
{
color: #C333BA;
}
.AnyTagClassName
{
color: #C333BA;
}
</style>
background-color css
<style>
a { background-color: #C333BA; }
a { background-color: rgb(195,51,186); }
div.DivClassName
{
background-color: #C333BA;
}
.BgClassName
{
background-color: #C333BA;
}
</style>
border-color css
<style>
span { border-color: #C333BA; }
span { border-color: rgb(195,51,186); }
td.TdClassName
{
border-color: #C333BA;
}
.TagClassName
{
border-color: #C333BA;
}
</style>