Shades of Fuchsia #C349C8
Tints of Fuchsia #C349C8
RGB
CMYK
RGB Variations
Color information
#C349C8 (or 0xC349C8) is known color: Fuchsia. HEX triplet: C3, 49 and C8. RGB value is (195,73,200). Sum of RGB (Red+Green+Blue) = 195+73+200=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #C349C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349C8 is #3CB637. Grayscale: #7B7B7B. Windows color (decimal): -3978808 or 13126083. OLE color: 13126083.
HSL color Cylindrical-coordinate representation of color #C349C8: hue angle of 297.64º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C349C8 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 73 | 200 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.22 |
| HSL | 297.64º | 0.54% | 0.54% | - |
| HSV(B) | 297.64º | 0.64% | 0.78% | - |
| XYZ | 35.31 | 20.54 | 56.75 | - |
| YUV | 123.96 | 170.92 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 200 | 0.02 | 0.64 | 0 | 0.22 | 297.64 | 0.54 | 0.54 |
| Hex | C3 | 49 | C8 | 2 | 40 | 0 | 16 | 12A | 36 | 36 |
| Octal | 303 | 111 | 310 | 2 | 100 | 0 | 26 | 452 | 66 | 66 |
| Binary | 11000011 | 1001001 | 11001000 | 10 | 1000000 | 0 | 10110 | 100101010 | 110110 | 110110 |
Color Harmonies of #C349C8
Complementary color
Monochromatic Colors of #C349C8
Black with #C349C8
Text Example
Text Example
White with #C349C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C349C8; }
p { color: rgb(195,73,200); }
H1.HeaderClassName
{
color: #C349C8;
}
.AnyTagClassName
{
color: #C349C8;
}
</style>
background-color css
<style>
a { background-color: #C349C8; }
a { background-color: rgb(195,73,200); }
div.DivClassName
{
background-color: #C349C8;
}
.BgClassName
{
background-color: #C349C8;
}
</style>
border-color css
<style>
span { border-color: #C349C8; }
span { border-color: rgb(195,73,200); }
td.TdClassName
{
border-color: #C349C8;
}
.TagClassName
{
border-color: #C349C8;
}
</style>