Shades of Fuchsia #C233BE
Tints of Fuchsia #C233BE
RGB
CMYK
RGB Variations
Color information
#C233BE (or 0xC233BE) is known color: Fuchsia. HEX triplet: C2, 33 and BE. RGB value is (194,51,190). Sum of RGB (Red+Green+Blue) = 194+51+190=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C233BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233BE is #3DCC41. Grayscale: #6D6D6D. Windows color (decimal): -4049986 or 12465090. OLE color: 12465090.
HSL color Cylindrical-coordinate representation of color #C233BE: hue angle of 301.68º 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 #C233BE is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 190 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.24 |
| HSL | 301.68º | 0.58% | 0.48% | - |
| HSV(B) | 301.68º | 0.74% | 0.76% | - |
| XYZ | 32.73 | 17.55 | 50.38 | - |
| YUV | 109.6 | 173.38 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 190 | 0 | 0.74 | 0.02 | 0.24 | 301.68 | 0.58 | 0.48 |
| Hex | C2 | 33 | BE | 0 | 4A | 2 | 18 | 12E | 3A | 30 |
| Octal | 302 | 63 | 276 | 0 | 112 | 2 | 30 | 456 | 72 | 60 |
| Binary | 11000010 | 110011 | 10111110 | 0 | 1001010 | 10 | 11000 | 100101110 | 111010 | 110000 |
Color Harmonies of #C233BE
Complementary color
Monochromatic Colors of #C233BE
Black with #C233BE
Text Example
Text Example
White with #C233BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233BE; }
p { color: rgb(194,51,190); }
H1.HeaderClassName
{
color: #C233BE;
}
.AnyTagClassName
{
color: #C233BE;
}
</style>
background-color css
<style>
a { background-color: #C233BE; }
a { background-color: rgb(194,51,190); }
div.DivClassName
{
background-color: #C233BE;
}
.BgClassName
{
background-color: #C233BE;
}
</style>
border-color css
<style>
span { border-color: #C233BE; }
span { border-color: rgb(194,51,190); }
td.TdClassName
{
border-color: #C233BE;
}
.TagClassName
{
border-color: #C233BE;
}
</style>