Shades of Fuchsia #C344C8
Tints of Fuchsia #C344C8
RGB
CMYK
RGB Variations
Color information
#C344C8 (or 0xC344C8) is known color: Fuchsia. HEX triplet: C3, 44 and C8. RGB value is (195,68,200). Sum of RGB (Red+Green+Blue) = 195+68+200=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #C344C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344C8 is #3CBB37. Grayscale: #787878. Windows color (decimal): -3980088 or 13124803. OLE color: 13124803.
HSL color Cylindrical-coordinate representation of color #C344C8: hue angle of 297.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C344C8 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 68 | 200 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.22 |
| HSL | 297.73º | 0.55% | 0.53% | - |
| HSV(B) | 297.73º | 0.66% | 0.78% | - |
| XYZ | 35 | 19.91 | 56.64 | - |
| YUV | 121.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 200 | 0.02 | 0.66 | 0 | 0.22 | 297.73 | 0.55 | 0.53 |
| Hex | C3 | 44 | C8 | 2 | 42 | 0 | 16 | 12A | 37 | 35 |
| Octal | 303 | 104 | 310 | 2 | 102 | 0 | 26 | 452 | 67 | 65 |
| Binary | 11000011 | 1000100 | 11001000 | 10 | 1000010 | 0 | 10110 | 100101010 | 110111 | 110101 |
Color Harmonies of #C344C8
Complementary color
Monochromatic Colors of #C344C8
Black with #C344C8
Text Example
Text Example
White with #C344C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344C8; }
p { color: rgb(195,68,200); }
H1.HeaderClassName
{
color: #C344C8;
}
.AnyTagClassName
{
color: #C344C8;
}
</style>
background-color css
<style>
a { background-color: #C344C8; }
a { background-color: rgb(195,68,200); }
div.DivClassName
{
background-color: #C344C8;
}
.BgClassName
{
background-color: #C344C8;
}
</style>
border-color css
<style>
span { border-color: #C344C8; }
span { border-color: rgb(195,68,200); }
td.TdClassName
{
border-color: #C344C8;
}
.TagClassName
{
border-color: #C344C8;
}
</style>