Shades of Fuchsia #C344B2
Tints of Fuchsia #C344B2
RGB
CMYK
RGB Variations
Color information
#C344B2 (or 0xC344B2) is known color: Fuchsia. HEX triplet: C3, 44 and B2. RGB value is (195,68,178). Sum of RGB (Red+Green+Blue) = 195+68+178=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C344B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C344B2 is #3CBB4D. Grayscale: #767676. Windows color (decimal): -3980110 or 11683011. OLE color: 11683011.
HSL color Cylindrical-coordinate representation of color #C344B2: hue angle of 308.03º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C344B2 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 178 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.24 |
| HSL | 308.03º | 0.51% | 0.52% | - |
| HSV(B) | 308.03º | 0.65% | 0.76% | - |
| XYZ | 32.61 | 18.95 | 44.06 | - |
| YUV | 118.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 178 | 0 | 0.65 | 0.09 | 0.24 | 308.03 | 0.51 | 0.52 |
| Hex | C3 | 44 | B2 | 0 | 41 | 9 | 18 | 134 | 33 | 34 |
| Octal | 303 | 104 | 262 | 0 | 101 | 11 | 30 | 464 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10110010 | 0 | 1000001 | 1001 | 11000 | 100110100 | 110011 | 110100 |
Color Harmonies of #C344B2
Complementary color
Monochromatic Colors of #C344B2
Black with #C344B2
Text Example
Text Example
White with #C344B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344B2; }
p { color: rgb(195,68,178); }
H1.HeaderClassName
{
color: #C344B2;
}
.AnyTagClassName
{
color: #C344B2;
}
</style>
background-color css
<style>
a { background-color: #C344B2; }
a { background-color: rgb(195,68,178); }
div.DivClassName
{
background-color: #C344B2;
}
.BgClassName
{
background-color: #C344B2;
}
</style>
border-color css
<style>
span { border-color: #C344B2; }
span { border-color: rgb(195,68,178); }
td.TdClassName
{
border-color: #C344B2;
}
.TagClassName
{
border-color: #C344B2;
}
</style>