Shades of Fuchsia #C333B5
Tints of Fuchsia #C333B5
RGB
CMYK
RGB Variations
Color information
#C333B5 (or 0xC333B5) is known color: Fuchsia. HEX triplet: C3, 33 and B5. RGB value is (195,51,181). Sum of RGB (Red+Green+Blue) = 195+51+181=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C333B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333B5 is #3CCC4A. Grayscale: #6C6C6C. Windows color (decimal): -3984459 or 11875267. OLE color: 11875267.
HSL color Cylindrical-coordinate representation of color #C333B5: hue angle of 305.83º 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 #C333B5 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 181 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.24 |
| HSL | 305.83º | 0.59% | 0.48% | - |
| HSV(B) | 305.83º | 0.74% | 0.76% | - |
| XYZ | 32.03 | 17.31 | 45.37 | - |
| YUV | 108.88 | 168.71 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 181 | 0 | 0.74 | 0.07 | 0.24 | 305.83 | 0.59 | 0.48 |
| Hex | C3 | 33 | B5 | 0 | 4A | 7 | 18 | 132 | 3B | 30 |
| Octal | 303 | 63 | 265 | 0 | 112 | 7 | 30 | 462 | 73 | 60 |
| Binary | 11000011 | 110011 | 10110101 | 0 | 1001010 | 111 | 11000 | 100110010 | 111011 | 110000 |
Color Harmonies of #C333B5
Complementary color
Monochromatic Colors of #C333B5
Black with #C333B5
Text Example
Text Example
White with #C333B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C333B5; }
p { color: rgb(195,51,181); }
H1.HeaderClassName
{
color: #C333B5;
}
.AnyTagClassName
{
color: #C333B5;
}
</style>
background-color css
<style>
a { background-color: #C333B5; }
a { background-color: rgb(195,51,181); }
div.DivClassName
{
background-color: #C333B5;
}
.BgClassName
{
background-color: #C333B5;
}
</style>
border-color css
<style>
span { border-color: #C333B5; }
span { border-color: rgb(195,51,181); }
td.TdClassName
{
border-color: #C333B5;
}
.TagClassName
{
border-color: #C333B5;
}
</style>