Shades of Fuchsia #C333BF
Tints of Fuchsia #C333BF
RGB
CMYK
RGB Variations
Color information
#C333BF (or 0xC333BF) is known color: Fuchsia. HEX triplet: C3, 33 and BF. RGB value is (195,51,191). Sum of RGB (Red+Green+Blue) = 195+51+191=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C333BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333BF is #3CCC40. Grayscale: #6D6D6D. Windows color (decimal): -3984449 or 12530627. OLE color: 12530627.
HSL color Cylindrical-coordinate representation of color #C333BF: hue angle of 301.67º 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 #C333BF is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 191 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.24 |
| HSL | 301.67º | 0.59% | 0.48% | - |
| HSV(B) | 301.67º | 0.74% | 0.76% | - |
| XYZ | 33.09 | 17.73 | 50.97 | - |
| YUV | 110.02 | 173.71 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 191 | 0 | 0.74 | 0.02 | 0.24 | 301.67 | 0.59 | 0.48 |
| Hex | C3 | 33 | BF | 0 | 4A | 2 | 18 | 12E | 3B | 30 |
| Octal | 303 | 63 | 277 | 0 | 112 | 2 | 30 | 456 | 73 | 60 |
| Binary | 11000011 | 110011 | 10111111 | 0 | 1001010 | 10 | 11000 | 100101110 | 111011 | 110000 |
Color Harmonies of #C333BF
Complementary color
Monochromatic Colors of #C333BF
Black with #C333BF
Text Example
Text Example
White with #C333BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C333BF; }
p { color: rgb(195,51,191); }
H1.HeaderClassName
{
color: #C333BF;
}
.AnyTagClassName
{
color: #C333BF;
}
</style>
background-color css
<style>
a { background-color: #C333BF; }
a { background-color: rgb(195,51,191); }
div.DivClassName
{
background-color: #C333BF;
}
.BgClassName
{
background-color: #C333BF;
}
</style>
border-color css
<style>
span { border-color: #C333BF; }
span { border-color: rgb(195,51,191); }
td.TdClassName
{
border-color: #C333BF;
}
.TagClassName
{
border-color: #C333BF;
}
</style>