Shades of Fuchsia #C433BD
Tints of Fuchsia #C433BD
RGB
CMYK
RGB Variations
Color information
#C433BD (or 0xC433BD) is known color: Fuchsia. HEX triplet: C4, 33 and BD. RGB value is (196,51,189). Sum of RGB (Red+Green+Blue) = 196+51+189=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C433BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C433BD is #3BCC42. Grayscale: #6D6D6D. Windows color (decimal): -3918915 or 12399556. OLE color: 12399556.
HSL color Cylindrical-coordinate representation of color #C433BD: hue angle of 302.9º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C433BD is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 189 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.23 |
| HSL | 302.9º | 0.59% | 0.48% | - |
| HSV(B) | 302.9º | 0.74% | 0.77% | - |
| XYZ | 33.13 | 17.78 | 49.83 | - |
| YUV | 110.09 | 172.54 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 189 | 0 | 0.74 | 0.04 | 0.23 | 302.9 | 0.59 | 0.48 |
| Hex | C4 | 33 | BD | 0 | 4A | 4 | 17 | 12F | 3B | 30 |
| Octal | 304 | 63 | 275 | 0 | 112 | 4 | 27 | 457 | 73 | 60 |
| Binary | 11000100 | 110011 | 10111101 | 0 | 1001010 | 100 | 10111 | 100101111 | 111011 | 110000 |
Color Harmonies of #C433BD
Complementary color
Monochromatic Colors of #C433BD
Black with #C433BD
Text Example
Text Example
White with #C433BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C433BD; }
p { color: rgb(196,51,189); }
H1.HeaderClassName
{
color: #C433BD;
}
.AnyTagClassName
{
color: #C433BD;
}
</style>
background-color css
<style>
a { background-color: #C433BD; }
a { background-color: rgb(196,51,189); }
div.DivClassName
{
background-color: #C433BD;
}
.BgClassName
{
background-color: #C433BD;
}
</style>
border-color css
<style>
span { border-color: #C433BD; }
span { border-color: rgb(196,51,189); }
td.TdClassName
{
border-color: #C433BD;
}
.TagClassName
{
border-color: #C433BD;
}
</style>