Shades of Fuchsia #C34BBE
Tints of Fuchsia #C34BBE
RGB
CMYK
RGB Variations
Color information
#C34BBE (or 0xC34BBE) is known color: Fuchsia. HEX triplet: C3, 4B and BE. RGB value is (195,75,190). Sum of RGB (Red+Green+Blue) = 195+75+190=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C34BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BBE is #3CB441. Grayscale: #7B7B7B. Windows color (decimal): -3978306 or 12471235. OLE color: 12471235.
HSL color Cylindrical-coordinate representation of color #C34BBE: hue angle of 302.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34BBE is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 190 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.24 |
| HSL | 302.5º | 0.5% | 0.53% | - |
| HSV(B) | 302.5º | 0.62% | 0.76% | - |
| XYZ | 34.32 | 20.35 | 50.83 | - |
| YUV | 123.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 190 | 0 | 0.62 | 0.03 | 0.24 | 302.5 | 0.5 | 0.53 |
| Hex | C3 | 4B | BE | 0 | 3E | 3 | 18 | 12E | 32 | 35 |
| Octal | 303 | 113 | 276 | 0 | 76 | 3 | 30 | 456 | 62 | 65 |
| Binary | 11000011 | 1001011 | 10111110 | 0 | 111110 | 11 | 11000 | 100101110 | 110010 | 110101 |
Color Harmonies of #C34BBE
Complementary color
Monochromatic Colors of #C34BBE
Black with #C34BBE
Text Example
Text Example
White with #C34BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34BBE; }
p { color: rgb(195,75,190); }
H1.HeaderClassName
{
color: #C34BBE;
}
.AnyTagClassName
{
color: #C34BBE;
}
</style>
background-color css
<style>
a { background-color: #C34BBE; }
a { background-color: rgb(195,75,190); }
div.DivClassName
{
background-color: #C34BBE;
}
.BgClassName
{
background-color: #C34BBE;
}
</style>
border-color css
<style>
span { border-color: #C34BBE; }
span { border-color: rgb(195,75,190); }
td.TdClassName
{
border-color: #C34BBE;
}
.TagClassName
{
border-color: #C34BBE;
}
</style>