Shades of Fuchsia #C433BC
Tints of Fuchsia #C433BC
RGB
CMYK
RGB Variations
Color information
#C433BC (or 0xC433BC) is known color: Fuchsia. HEX triplet: C4, 33 and BC. RGB value is (196,51,188). Sum of RGB (Red+Green+Blue) = 196+51+188=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C433BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C433BC is #3BCC43. Grayscale: #6D6D6D. Windows color (decimal): -3918916 or 12334020. OLE color: 12334020.
HSL color Cylindrical-coordinate representation of color #C433BC: hue angle of 303.31º 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 #C433BC is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 188 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.23 |
| HSL | 303.31º | 0.59% | 0.48% | - |
| HSV(B) | 303.31º | 0.74% | 0.77% | - |
| XYZ | 33.03 | 17.73 | 49.26 | - |
| YUV | 109.97 | 172.04 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 188 | 0 | 0.74 | 0.04 | 0.23 | 303.31 | 0.59 | 0.48 |
| Hex | C4 | 33 | BC | 0 | 4A | 4 | 17 | 12F | 3B | 30 |
| Octal | 304 | 63 | 274 | 0 | 112 | 4 | 27 | 457 | 73 | 60 |
| Binary | 11000100 | 110011 | 10111100 | 0 | 1001010 | 100 | 10111 | 100101111 | 111011 | 110000 |
Color Harmonies of #C433BC
Complementary color
Monochromatic Colors of #C433BC
Black with #C433BC
Text Example
Text Example
White with #C433BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C433BC; }
p { color: rgb(196,51,188); }
H1.HeaderClassName
{
color: #C433BC;
}
.AnyTagClassName
{
color: #C433BC;
}
</style>
background-color css
<style>
a { background-color: #C433BC; }
a { background-color: rgb(196,51,188); }
div.DivClassName
{
background-color: #C433BC;
}
.BgClassName
{
background-color: #C433BC;
}
</style>
border-color css
<style>
span { border-color: #C433BC; }
span { border-color: rgb(196,51,188); }
td.TdClassName
{
border-color: #C433BC;
}
.TagClassName
{
border-color: #C433BC;
}
</style>