Shades of Fuchsia #C34CBE
Tints of Fuchsia #C34CBE
RGB
CMYK
RGB Variations
Color information
#C34CBE (or 0xC34CBE) is known color: Fuchsia. HEX triplet: C3, 4C and BE. RGB value is (195,76,190). Sum of RGB (Red+Green+Blue) = 195+76+190=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CBE is #3CB341. Grayscale: #7C7C7C. Windows color (decimal): -3978050 or 12471491. OLE color: 12471491.
HSL color Cylindrical-coordinate representation of color #C34CBE: hue angle of 302.52º 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 #C34CBE is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 190 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.24 |
| HSL | 302.52º | 0.5% | 0.53% | - |
| HSV(B) | 302.52º | 0.61% | 0.76% | - |
| XYZ | 34.38 | 20.49 | 50.86 | - |
| YUV | 124.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 190 | 0 | 0.61 | 0.03 | 0.24 | 302.52 | 0.5 | 0.53 |
| Hex | C3 | 4C | BE | 0 | 3D | 3 | 18 | 12F | 32 | 35 |
| Octal | 303 | 114 | 276 | 0 | 75 | 3 | 30 | 457 | 62 | 65 |
| Binary | 11000011 | 1001100 | 10111110 | 0 | 111101 | 11 | 11000 | 100101111 | 110010 | 110101 |
Color Harmonies of #C34CBE
Complementary color
Monochromatic Colors of #C34CBE
Black with #C34CBE
Text Example
Text Example
White with #C34CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CBE; }
p { color: rgb(195,76,190); }
H1.HeaderClassName
{
color: #C34CBE;
}
.AnyTagClassName
{
color: #C34CBE;
}
</style>
background-color css
<style>
a { background-color: #C34CBE; }
a { background-color: rgb(195,76,190); }
div.DivClassName
{
background-color: #C34CBE;
}
.BgClassName
{
background-color: #C34CBE;
}
</style>
border-color css
<style>
span { border-color: #C34CBE; }
span { border-color: rgb(195,76,190); }
td.TdClassName
{
border-color: #C34CBE;
}
.TagClassName
{
border-color: #C34CBE;
}
</style>