Shades of Fuchsia #C350B3
Tints of Fuchsia #C350B3
RGB
CMYK
RGB Variations
Color information
#C350B3 (or 0xC350B3) is known color: Fuchsia. HEX triplet: C3, 50 and B3. RGB value is (195,80,179). Sum of RGB (Red+Green+Blue) = 195+80+179=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C350B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350B3 is #3CAF4C. Grayscale: #7D7D7D. Windows color (decimal): -3977037 or 11751619. OLE color: 11751619.
HSL color Cylindrical-coordinate representation of color #C350B3: hue angle of 308.35º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C350B3 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 179 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.24 |
| HSL | 308.35º | 0.49% | 0.54% | - |
| HSV(B) | 308.35º | 0.59% | 0.76% | - |
| XYZ | 33.51 | 20.59 | 44.86 | - |
| YUV | 125.67 | 158.1 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 179 | 0 | 0.59 | 0.08 | 0.24 | 308.35 | 0.49 | 0.54 |
| Hex | C3 | 50 | B3 | 0 | 3B | 8 | 18 | 134 | 31 | 36 |
| Octal | 303 | 120 | 263 | 0 | 73 | 10 | 30 | 464 | 61 | 66 |
| Binary | 11000011 | 1010000 | 10110011 | 0 | 111011 | 1000 | 11000 | 100110100 | 110001 | 110110 |
Color Harmonies of #C350B3
Complementary color
Monochromatic Colors of #C350B3
Black with #C350B3
Text Example
Text Example
White with #C350B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350B3; }
p { color: rgb(195,80,179); }
H1.HeaderClassName
{
color: #C350B3;
}
.AnyTagClassName
{
color: #C350B3;
}
</style>
background-color css
<style>
a { background-color: #C350B3; }
a { background-color: rgb(195,80,179); }
div.DivClassName
{
background-color: #C350B3;
}
.BgClassName
{
background-color: #C350B3;
}
</style>
border-color css
<style>
span { border-color: #C350B3; }
span { border-color: rgb(195,80,179); }
td.TdClassName
{
border-color: #C350B3;
}
.TagClassName
{
border-color: #C350B3;
}
</style>