Shades of Fuchsia #C232CB
Tints of Fuchsia #C232CB
RGB
CMYK
RGB Variations
Color information
#C232CB (or 0xC232CB) is known color: Fuchsia. HEX triplet: C2, 32 and CB. RGB value is (194,50,203). Sum of RGB (Red+Green+Blue) = 194+50+203=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #C232CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232CB is #3DCD34. Grayscale: #6E6E6E. Windows color (decimal): -4050229 or 13316802. OLE color: 13316802.
HSL color Cylindrical-coordinate representation of color #C232CB: hue angle of 296.47º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C232CB is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 50 | 203 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.20 |
| HSL | 296.47º | 0.6% | 0.5% | - |
| HSV(B) | 296.47º | 0.75% | 0.8% | - |
| XYZ | 34.17 | 18.06 | 58.19 | - |
| YUV | 110.5 | 180.21 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 203 | 0.04 | 0.75 | 0 | 0.20 | 296.47 | 0.6 | 0.5 |
| Hex | C2 | 32 | CB | 4 | 4B | 0 | 14 | 128 | 3C | 32 |
| Octal | 302 | 62 | 313 | 4 | 113 | 0 | 24 | 450 | 74 | 62 |
| Binary | 11000010 | 110010 | 11001011 | 100 | 1001011 | 0 | 10100 | 100101000 | 111100 | 110010 |
Color Harmonies of #C232CB
Complementary color
Monochromatic Colors of #C232CB
Black with #C232CB
Text Example
Text Example
White with #C232CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232CB; }
p { color: rgb(194,50,203); }
H1.HeaderClassName
{
color: #C232CB;
}
.AnyTagClassName
{
color: #C232CB;
}
</style>
background-color css
<style>
a { background-color: #C232CB; }
a { background-color: rgb(194,50,203); }
div.DivClassName
{
background-color: #C232CB;
}
.BgClassName
{
background-color: #C232CB;
}
</style>
border-color css
<style>
span { border-color: #C232CB; }
span { border-color: rgb(194,50,203); }
td.TdClassName
{
border-color: #C232CB;
}
.TagClassName
{
border-color: #C232CB;
}
</style>