Shades of Fuchsia #C434B8
Tints of Fuchsia #C434B8
RGB
CMYK
RGB Variations
Color information
#C434B8 (or 0xC434B8) is known color: Fuchsia. HEX triplet: C4, 34 and B8. RGB value is (196,52,184). Sum of RGB (Red+Green+Blue) = 196+52+184=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C434B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434B8 is #3BCB47. Grayscale: #6D6D6D. Windows color (decimal): -3918664 or 12072132. OLE color: 12072132.
HSL color Cylindrical-coordinate representation of color #C434B8: hue angle of 305º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C434B8 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 184 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.23 |
| HSL | 305º | 0.58% | 0.49% | - |
| HSV(B) | 305º | 0.73% | 0.77% | - |
| XYZ | 32.64 | 17.65 | 47.03 | - |
| YUV | 110.1 | 169.71 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 184 | 0 | 0.73 | 0.06 | 0.23 | 305 | 0.58 | 0.49 |
| Hex | C4 | 34 | B8 | 0 | 49 | 6 | 17 | 131 | 3A | 31 |
| Octal | 304 | 64 | 270 | 0 | 111 | 6 | 27 | 461 | 72 | 61 |
| Binary | 11000100 | 110100 | 10111000 | 0 | 1001001 | 110 | 10111 | 100110001 | 111010 | 110001 |
Color Harmonies of #C434B8
Complementary color
Monochromatic Colors of #C434B8
Black with #C434B8
Text Example
Text Example
White with #C434B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C434B8; }
p { color: rgb(196,52,184); }
H1.HeaderClassName
{
color: #C434B8;
}
.AnyTagClassName
{
color: #C434B8;
}
</style>
background-color css
<style>
a { background-color: #C434B8; }
a { background-color: rgb(196,52,184); }
div.DivClassName
{
background-color: #C434B8;
}
.BgClassName
{
background-color: #C434B8;
}
</style>
border-color css
<style>
span { border-color: #C434B8; }
span { border-color: rgb(196,52,184); }
td.TdClassName
{
border-color: #C434B8;
}
.TagClassName
{
border-color: #C434B8;
}
</style>