Shades of Fuchsia #C034CB
Tints of Fuchsia #C034CB
RGB
CMYK
RGB Variations
Color information
#C034CB (or 0xC034CB) is known color: Fuchsia. HEX triplet: C0, 34 and CB. RGB value is (192,52,203). Sum of RGB (Red+Green+Blue) = 192+52+203=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #C034CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034CB is #3FCB34. Grayscale: #6E6E6E. Windows color (decimal): -4180789 or 13317312. OLE color: 13317312.
HSL color Cylindrical-coordinate representation of color #C034CB: hue angle of 295.63º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C034CB is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 52 | 203 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.20 |
| HSL | 295.63º | 0.59% | 0.5% | - |
| HSV(B) | 295.63º | 0.74% | 0.8% | - |
| XYZ | 33.75 | 17.97 | 58.19 | - |
| YUV | 111.07 | 179.88 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 203 | 0.05 | 0.74 | 0 | 0.20 | 295.63 | 0.59 | 0.5 |
| Hex | C0 | 34 | CB | 5 | 4A | 0 | 14 | 128 | 3B | 32 |
| Octal | 300 | 64 | 313 | 5 | 112 | 0 | 24 | 450 | 73 | 62 |
| Binary | 11000000 | 110100 | 11001011 | 101 | 1001010 | 0 | 10100 | 100101000 | 111011 | 110010 |
Color Harmonies of #C034CB
Complementary color
Monochromatic Colors of #C034CB
Black with #C034CB
Text Example
Text Example
White with #C034CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034CB; }
p { color: rgb(192,52,203); }
H1.HeaderClassName
{
color: #C034CB;
}
.AnyTagClassName
{
color: #C034CB;
}
</style>
background-color css
<style>
a { background-color: #C034CB; }
a { background-color: rgb(192,52,203); }
div.DivClassName
{
background-color: #C034CB;
}
.BgClassName
{
background-color: #C034CB;
}
</style>
border-color css
<style>
span { border-color: #C034CB; }
span { border-color: rgb(192,52,203); }
td.TdClassName
{
border-color: #C034CB;
}
.TagClassName
{
border-color: #C034CB;
}
</style>