Shades of Fuchsia #C832CB
Tints of Fuchsia #C832CB
RGB
CMYK
RGB Variations
Color information
#C832CB (or 0xC832CB) is known color: Fuchsia. HEX triplet: C8, 32 and CB. RGB value is (200,50,203). Sum of RGB (Red+Green+Blue) = 200+50+203=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #C832CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832CB is #37CD34. Grayscale: #6F6F6F. Windows color (decimal): -3657013 or 13316808. OLE color: 13316808.
HSL color Cylindrical-coordinate representation of color #C832CB: hue angle of 298.82º 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 #C832CB is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 50 | 203 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.20 |
| HSL | 298.82º | 0.6% | 0.5% | - |
| HSV(B) | 298.82º | 0.75% | 0.8% | - |
| XYZ | 35.74 | 18.87 | 58.26 | - |
| YUV | 112.29 | 179.2 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 203 | 0.01 | 0.75 | 0 | 0.20 | 298.82 | 0.6 | 0.5 |
| Hex | C8 | 32 | CB | 1 | 4B | 0 | 14 | 12B | 3C | 32 |
| Octal | 310 | 62 | 313 | 1 | 113 | 0 | 24 | 453 | 74 | 62 |
| Binary | 11001000 | 110010 | 11001011 | 1 | 1001011 | 0 | 10100 | 100101011 | 111100 | 110010 |
Color Harmonies of #C832CB
Complementary color
Monochromatic Colors of #C832CB
Black with #C832CB
Text Example
Text Example
White with #C832CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C832CB; }
p { color: rgb(200,50,203); }
H1.HeaderClassName
{
color: #C832CB;
}
.AnyTagClassName
{
color: #C832CB;
}
</style>
background-color css
<style>
a { background-color: #C832CB; }
a { background-color: rgb(200,50,203); }
div.DivClassName
{
background-color: #C832CB;
}
.BgClassName
{
background-color: #C832CB;
}
</style>
border-color css
<style>
span { border-color: #C832CB; }
span { border-color: rgb(200,50,203); }
td.TdClassName
{
border-color: #C832CB;
}
.TagClassName
{
border-color: #C832CB;
}
</style>