Shades of Fuchsia #C333BC
Tints of Fuchsia #C333BC
RGB
CMYK
RGB Variations
Color information
#C333BC (or 0xC333BC) is known color: Fuchsia. HEX triplet: C3, 33 and BC. RGB value is (195,51,188). Sum of RGB (Red+Green+Blue) = 195+51+188=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C333BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333BC is #3CCC43. Grayscale: #6D6D6D. Windows color (decimal): -3984452 or 12334019. OLE color: 12334019.
HSL color Cylindrical-coordinate representation of color #C333BC: hue angle of 302.92º 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 #C333BC is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 188 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.24 |
| HSL | 302.92º | 0.59% | 0.48% | - |
| HSV(B) | 302.92º | 0.74% | 0.76% | - |
| XYZ | 32.77 | 17.6 | 49.25 | - |
| YUV | 109.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 188 | 0 | 0.74 | 0.04 | 0.24 | 302.92 | 0.59 | 0.48 |
| Hex | C3 | 33 | BC | 0 | 4A | 4 | 18 | 12F | 3B | 30 |
| Octal | 303 | 63 | 274 | 0 | 112 | 4 | 30 | 457 | 73 | 60 |
| Binary | 11000011 | 110011 | 10111100 | 0 | 1001010 | 100 | 11000 | 100101111 | 111011 | 110000 |
Color Harmonies of #C333BC
Complementary color
Monochromatic Colors of #C333BC
Black with #C333BC
Text Example
Text Example
White with #C333BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C333BC; }
p { color: rgb(195,51,188); }
H1.HeaderClassName
{
color: #C333BC;
}
.AnyTagClassName
{
color: #C333BC;
}
</style>
background-color css
<style>
a { background-color: #C333BC; }
a { background-color: rgb(195,51,188); }
div.DivClassName
{
background-color: #C333BC;
}
.BgClassName
{
background-color: #C333BC;
}
</style>
border-color css
<style>
span { border-color: #C333BC; }
span { border-color: rgb(195,51,188); }
td.TdClassName
{
border-color: #C333BC;
}
.TagClassName
{
border-color: #C333BC;
}
</style>