Shades of Fuchsia #C434CB
Tints of Fuchsia #C434CB
RGB
CMYK
RGB Variations
Color information
#C434CB (or 0xC434CB) is known color: Fuchsia. HEX triplet: C4, 34 and CB. RGB value is (196,52,203). Sum of RGB (Red+Green+Blue) = 196+52+203=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #C434CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434CB is #3BCB34. Grayscale: #6F6F6F. Windows color (decimal): -3918645 or 13317316. OLE color: 13317316.
HSL color Cylindrical-coordinate representation of color #C434CB: hue angle of 297.22º 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 #C434CB is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 52 | 203 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.20 |
| HSL | 297.22º | 0.59% | 0.5% | - |
| HSV(B) | 297.22º | 0.74% | 0.8% | - |
| XYZ | 34.77 | 18.5 | 58.24 | - |
| YUV | 112.27 | 179.21 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 203 | 0.03 | 0.74 | 0 | 0.20 | 297.22 | 0.59 | 0.5 |
| Hex | C4 | 34 | CB | 3 | 4A | 0 | 14 | 129 | 3B | 32 |
| Octal | 304 | 64 | 313 | 3 | 112 | 0 | 24 | 451 | 73 | 62 |
| Binary | 11000100 | 110100 | 11001011 | 11 | 1001010 | 0 | 10100 | 100101001 | 111011 | 110010 |
Color Harmonies of #C434CB
Complementary color
Monochromatic Colors of #C434CB
Black with #C434CB
Text Example
Text Example
White with #C434CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C434CB; }
p { color: rgb(196,52,203); }
H1.HeaderClassName
{
color: #C434CB;
}
.AnyTagClassName
{
color: #C434CB;
}
</style>
background-color css
<style>
a { background-color: #C434CB; }
a { background-color: rgb(196,52,203); }
div.DivClassName
{
background-color: #C434CB;
}
.BgClassName
{
background-color: #C434CB;
}
</style>
border-color css
<style>
span { border-color: #C434CB; }
span { border-color: rgb(196,52,203); }
td.TdClassName
{
border-color: #C434CB;
}
.TagClassName
{
border-color: #C434CB;
}
</style>