Shades of Fuchsia #C330B5
Tints of Fuchsia #C330B5
RGB
CMYK
RGB Variations
Color information
#C330B5 (or 0xC330B5) is known color: Fuchsia. HEX triplet: C3, 30 and B5. RGB value is (195,48,181). Sum of RGB (Red+Green+Blue) = 195+48+181=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C330B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330B5 is #3CCF4A. Grayscale: #6A6A6A. Windows color (decimal): -3985227 or 11874499. OLE color: 11874499.
HSL color Cylindrical-coordinate representation of color #C330B5: hue angle of 305.71º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C330B5 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 181 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.24 |
| HSL | 305.71º | 0.6% | 0.48% | - |
| HSV(B) | 305.71º | 0.75% | 0.76% | - |
| XYZ | 31.9 | 17.05 | 45.33 | - |
| YUV | 107.12 | 169.7 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 181 | 0 | 0.75 | 0.07 | 0.24 | 305.71 | 0.6 | 0.48 |
| Hex | C3 | 30 | B5 | 0 | 4B | 7 | 18 | 132 | 3C | 30 |
| Octal | 303 | 60 | 265 | 0 | 113 | 7 | 30 | 462 | 74 | 60 |
| Binary | 11000011 | 110000 | 10110101 | 0 | 1001011 | 111 | 11000 | 100110010 | 111100 | 110000 |
Color Harmonies of #C330B5
Complementary color
Monochromatic Colors of #C330B5
Black with #C330B5
Text Example
Text Example
White with #C330B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330B5; }
p { color: rgb(195,48,181); }
H1.HeaderClassName
{
color: #C330B5;
}
.AnyTagClassName
{
color: #C330B5;
}
</style>
background-color css
<style>
a { background-color: #C330B5; }
a { background-color: rgb(195,48,181); }
div.DivClassName
{
background-color: #C330B5;
}
.BgClassName
{
background-color: #C330B5;
}
</style>
border-color css
<style>
span { border-color: #C330B5; }
span { border-color: rgb(195,48,181); }
td.TdClassName
{
border-color: #C330B5;
}
.TagClassName
{
border-color: #C330B5;
}
</style>