Shades of Fuchsia #C233C4
Tints of Fuchsia #C233C4
RGB
CMYK
RGB Variations
Color information
#C233C4 (or 0xC233C4) is known color: Fuchsia. HEX triplet: C2, 33 and C4. RGB value is (194,51,196). Sum of RGB (Red+Green+Blue) = 194+51+196=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 196 - color contains mainly: blue. Hex color #C233C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233C4 is #3DCC3B. Grayscale: #6D6D6D. Windows color (decimal): -4049980 or 12858306. OLE color: 12858306.
HSL color Cylindrical-coordinate representation of color #C233C4: hue angle of 299.17º 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 #C233C4 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 51 | 196 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.23 |
| HSL | 299.17º | 0.59% | 0.48% | - |
| HSV(B) | 299.17º | 0.74% | 0.77% | - |
| XYZ | 33.4 | 17.82 | 53.9 | - |
| YUV | 110.29 | 176.38 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 196 | 0.01 | 0.74 | 0 | 0.23 | 299.17 | 0.59 | 0.48 |
| Hex | C2 | 33 | C4 | 1 | 4A | 0 | 17 | 12B | 3B | 30 |
| Octal | 302 | 63 | 304 | 1 | 112 | 0 | 27 | 453 | 73 | 60 |
| Binary | 11000010 | 110011 | 11000100 | 1 | 1001010 | 0 | 10111 | 100101011 | 111011 | 110000 |
Color Harmonies of #C233C4
Complementary color
Monochromatic Colors of #C233C4
Black with #C233C4
Text Example
Text Example
White with #C233C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233C4; }
p { color: rgb(194,51,196); }
H1.HeaderClassName
{
color: #C233C4;
}
.AnyTagClassName
{
color: #C233C4;
}
</style>
background-color css
<style>
a { background-color: #C233C4; }
a { background-color: rgb(194,51,196); }
div.DivClassName
{
background-color: #C233C4;
}
.BgClassName
{
background-color: #C233C4;
}
</style>
border-color css
<style>
span { border-color: #C233C4; }
span { border-color: rgb(194,51,196); }
td.TdClassName
{
border-color: #C233C4;
}
.TagClassName
{
border-color: #C233C4;
}
</style>