Shades of Fuchsia #C832B4
Tints of Fuchsia #C832B4
RGB
CMYK
RGB Variations
Color information
#C832B4 (or 0xC832B4) is known color: Fuchsia. HEX triplet: C8, 32 and B4. RGB value is (200,50,180). Sum of RGB (Red+Green+Blue) = 200+50+180=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C832B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832B4 is #37CD4B. Grayscale: #6D6D6D. Windows color (decimal): -3657036 or 11809480. OLE color: 11809480.
HSL color Cylindrical-coordinate representation of color #C832B4: hue angle of 308º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C832B4 is Cyan = 0, Magento = 0.75, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 180 | - |
| CMYK | 0 | 0.75 | 0.1 | 0.22 |
| HSL | 308º | 0.6% | 0.49% | - |
| HSV(B) | 308º | 0.75% | 0.78% | - |
| XYZ | 33.2 | 17.86 | 44.88 | - |
| YUV | 109.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 180 | 0 | 0.75 | 0.1 | 0.22 | 308 | 0.6 | 0.49 |
| Hex | C8 | 32 | B4 | 0 | 4B | A | 16 | 134 | 3C | 31 |
| Octal | 310 | 62 | 264 | 0 | 113 | 12 | 26 | 464 | 74 | 61 |
| Binary | 11001000 | 110010 | 10110100 | 0 | 1001011 | 1010 | 10110 | 100110100 | 111100 | 110001 |
Color Harmonies of #C832B4
Complementary color
Monochromatic Colors of #C832B4
Black with #C832B4
Text Example
Text Example
White with #C832B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C832B4; }
p { color: rgb(200,50,180); }
H1.HeaderClassName
{
color: #C832B4;
}
.AnyTagClassName
{
color: #C832B4;
}
</style>
background-color css
<style>
a { background-color: #C832B4; }
a { background-color: rgb(200,50,180); }
div.DivClassName
{
background-color: #C832B4;
}
.BgClassName
{
background-color: #C832B4;
}
</style>
border-color css
<style>
span { border-color: #C832B4; }
span { border-color: rgb(200,50,180); }
td.TdClassName
{
border-color: #C832B4;
}
.TagClassName
{
border-color: #C832B4;
}
</style>