Shades of Fuchsia #C333BD
Tints of Fuchsia #C333BD
RGB
CMYK
RGB Variations
Color information
#C333BD (or 0xC333BD) is known color: Fuchsia. HEX triplet: C3, 33 and BD. RGB value is (195,51,189). Sum of RGB (Red+Green+Blue) = 195+51+189=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C333BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333BD is #3CCC42. Grayscale: #6D6D6D. Windows color (decimal): -3984451 or 12399555. OLE color: 12399555.
HSL color Cylindrical-coordinate representation of color #C333BD: hue angle of 302.5º 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 #C333BD is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 189 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.24 |
| HSL | 302.5º | 0.59% | 0.48% | - |
| HSV(B) | 302.5º | 0.74% | 0.76% | - |
| XYZ | 32.87 | 17.64 | 49.82 | - |
| YUV | 109.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 189 | 0 | 0.74 | 0.03 | 0.24 | 302.5 | 0.59 | 0.48 |
| Hex | C3 | 33 | BD | 0 | 4A | 3 | 18 | 12E | 3B | 30 |
| Octal | 303 | 63 | 275 | 0 | 112 | 3 | 30 | 456 | 73 | 60 |
| Binary | 11000011 | 110011 | 10111101 | 0 | 1001010 | 11 | 11000 | 100101110 | 111011 | 110000 |
Color Harmonies of #C333BD
Complementary color
Monochromatic Colors of #C333BD
Black with #C333BD
Text Example
Text Example
White with #C333BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C333BD; }
p { color: rgb(195,51,189); }
H1.HeaderClassName
{
color: #C333BD;
}
.AnyTagClassName
{
color: #C333BD;
}
</style>
background-color css
<style>
a { background-color: #C333BD; }
a { background-color: rgb(195,51,189); }
div.DivClassName
{
background-color: #C333BD;
}
.BgClassName
{
background-color: #C333BD;
}
</style>
border-color css
<style>
span { border-color: #C333BD; }
span { border-color: rgb(195,51,189); }
td.TdClassName
{
border-color: #C333BD;
}
.TagClassName
{
border-color: #C333BD;
}
</style>