Shades of Fuchsia #C34DBE
Tints of Fuchsia #C34DBE
RGB
CMYK
RGB Variations
Color information
#C34DBE (or 0xC34DBE) is known color: Fuchsia. HEX triplet: C3, 4D and BE. RGB value is (195,77,190). Sum of RGB (Red+Green+Blue) = 195+77+190=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DBE is #3CB241. Grayscale: #7C7C7C. Windows color (decimal): -3977794 or 12471747. OLE color: 12471747.
HSL color Cylindrical-coordinate representation of color #C34DBE: hue angle of 302.54º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34DBE is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 77 | 190 | - |
CMYK | 0 | 0.61 | 0.03 | 0.24 |
HSL | 302.54º | 0.5% | 0.53% | - |
HSV(B) | 302.54º | 0.61% | 0.76% | - |
XYZ | 34.45 | 20.63 | 50.88 | - |
YUV | 125.16 | 164.59 | 177.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 77 | 190 | 0 | 0.61 | 0.03 | 0.24 | 302.54 | 0.5 | 0.53 |
Hex | C3 | 4D | BE | 0 | 3D | 3 | 18 | 12F | 32 | 35 |
Octal | 303 | 115 | 276 | 0 | 75 | 3 | 30 | 457 | 62 | 65 |
Binary | 11000011 | 1001101 | 10111110 | 0 | 111101 | 11 | 11000 | 100101111 | 110010 | 110101 |
Color Harmonies of #C34DBE
Complementary color
Monochromatic Colors of #C34DBE
Black with #C34DBE
Text Example
Text Example
White with #C34DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DBE; }
p { color: rgb(195,77,190); }
H1.HeaderClassName
{
color: #C34DBE;
}
.AnyTagClassName
{
color: #C34DBE;
}
</style>
background-color css
<style>
a { background-color: #C34DBE; }
a { background-color: rgb(195,77,190); }
div.DivClassName
{
background-color: #C34DBE;
}
.BgClassName
{
background-color: #C34DBE;
}
</style>
border-color css
<style>
span { border-color: #C34DBE; }
span { border-color: rgb(195,77,190); }
td.TdClassName
{
border-color: #C34DBE;
}
.TagClassName
{
border-color: #C34DBE;
}
</style>