Shades of Fuchsia #C233BC
Tints of Fuchsia #C233BC
RGB
CMYK
RGB Variations
Color information
#C233BC (or 0xC233BC) is known color: Fuchsia. HEX triplet: C2, 33 and BC. RGB value is (194,51,188). Sum of RGB (Red+Green+Blue) = 194+51+188=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C233BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233BC is #3DCC43. Grayscale: #6C6C6C. Windows color (decimal): -4049988 or 12334018. OLE color: 12334018.
HSL color Cylindrical-coordinate representation of color #C233BC: hue angle of 302.52º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C233BC is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 188 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.24 |
| HSL | 302.52º | 0.58% | 0.48% | - |
| HSV(B) | 302.52º | 0.74% | 0.76% | - |
| XYZ | 32.51 | 17.47 | 49.24 | - |
| YUV | 109.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 188 | 0 | 0.74 | 0.03 | 0.24 | 302.52 | 0.58 | 0.48 |
| Hex | C2 | 33 | BC | 0 | 4A | 3 | 18 | 12F | 3A | 30 |
| Octal | 302 | 63 | 274 | 0 | 112 | 3 | 30 | 457 | 72 | 60 |
| Binary | 11000010 | 110011 | 10111100 | 0 | 1001010 | 11 | 11000 | 100101111 | 111010 | 110000 |
Color Harmonies of #C233BC
Complementary color
Monochromatic Colors of #C233BC
Black with #C233BC
Text Example
Text Example
White with #C233BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233BC; }
p { color: rgb(194,51,188); }
H1.HeaderClassName
{
color: #C233BC;
}
.AnyTagClassName
{
color: #C233BC;
}
</style>
background-color css
<style>
a { background-color: #C233BC; }
a { background-color: rgb(194,51,188); }
div.DivClassName
{
background-color: #C233BC;
}
.BgClassName
{
background-color: #C233BC;
}
</style>
border-color css
<style>
span { border-color: #C233BC; }
span { border-color: rgb(194,51,188); }
td.TdClassName
{
border-color: #C233BC;
}
.TagClassName
{
border-color: #C233BC;
}
</style>