Shades of Fuchsia #C233C5
Tints of Fuchsia #C233C5
RGB
CMYK
RGB Variations
Color information
#C233C5 (or 0xC233C5) is known color: Fuchsia. HEX triplet: C2, 33 and C5. RGB value is (194,51,197). Sum of RGB (Red+Green+Blue) = 194+51+197=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #C233C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233C5 is #3DCC3A. Grayscale: #6D6D6D. Windows color (decimal): -4049979 or 12923842. OLE color: 12923842.
HSL color Cylindrical-coordinate representation of color #C233C5: hue angle of 298.77º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C233C5 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 51 | 197 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.23 |
| HSL | 298.77º | 0.59% | 0.49% | - |
| HSV(B) | 298.77º | 0.74% | 0.77% | - |
| XYZ | 33.51 | 17.87 | 54.51 | - |
| YUV | 110.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 197 | 0.02 | 0.74 | 0 | 0.23 | 298.77 | 0.59 | 0.49 |
| Hex | C2 | 33 | C5 | 2 | 4A | 0 | 17 | 12B | 3B | 31 |
| Octal | 302 | 63 | 305 | 2 | 112 | 0 | 27 | 453 | 73 | 61 |
| Binary | 11000010 | 110011 | 11000101 | 10 | 1001010 | 0 | 10111 | 100101011 | 111011 | 110001 |
Color Harmonies of #C233C5
Complementary color
Monochromatic Colors of #C233C5
Black with #C233C5
Text Example
Text Example
White with #C233C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233C5; }
p { color: rgb(194,51,197); }
H1.HeaderClassName
{
color: #C233C5;
}
.AnyTagClassName
{
color: #C233C5;
}
</style>
background-color css
<style>
a { background-color: #C233C5; }
a { background-color: rgb(194,51,197); }
div.DivClassName
{
background-color: #C233C5;
}
.BgClassName
{
background-color: #C233C5;
}
</style>
border-color css
<style>
span { border-color: #C233C5; }
span { border-color: rgb(194,51,197); }
td.TdClassName
{
border-color: #C233C5;
}
.TagClassName
{
border-color: #C233C5;
}
</style>