Shades of Fuchsia #C349B4
Tints of Fuchsia #C349B4
RGB
CMYK
RGB Variations
Color information
#C349B4 (or 0xC349B4) is known color: Fuchsia. HEX triplet: C3, 49 and B4. RGB value is (195,73,180). Sum of RGB (Red+Green+Blue) = 195+73+180=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C349B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349B4 is #3CB64B. Grayscale: #797979. Windows color (decimal): -3978828 or 11815363. OLE color: 11815363.
HSL color Cylindrical-coordinate representation of color #C349B4: hue angle of 307.38º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C349B4 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 180 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.24 |
| HSL | 307.38º | 0.5% | 0.53% | - |
| HSV(B) | 307.38º | 0.63% | 0.76% | - |
| XYZ | 33.13 | 19.66 | 45.23 | - |
| YUV | 121.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 180 | 0 | 0.63 | 0.08 | 0.24 | 307.38 | 0.5 | 0.53 |
| Hex | C3 | 49 | B4 | 0 | 3F | 8 | 18 | 133 | 32 | 35 |
| Octal | 303 | 111 | 264 | 0 | 77 | 10 | 30 | 463 | 62 | 65 |
| Binary | 11000011 | 1001001 | 10110100 | 0 | 111111 | 1000 | 11000 | 100110011 | 110010 | 110101 |
Color Harmonies of #C349B4
Complementary color
Monochromatic Colors of #C349B4
Black with #C349B4
Text Example
Text Example
White with #C349B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C349B4; }
p { color: rgb(195,73,180); }
H1.HeaderClassName
{
color: #C349B4;
}
.AnyTagClassName
{
color: #C349B4;
}
</style>
background-color css
<style>
a { background-color: #C349B4; }
a { background-color: rgb(195,73,180); }
div.DivClassName
{
background-color: #C349B4;
}
.BgClassName
{
background-color: #C349B4;
}
</style>
border-color css
<style>
span { border-color: #C349B4; }
span { border-color: rgb(195,73,180); }
td.TdClassName
{
border-color: #C349B4;
}
.TagClassName
{
border-color: #C349B4;
}
</style>