Shades of Fuchsia #C932BD
Tints of Fuchsia #C932BD
RGB
CMYK
RGB Variations
Color information
#C932BD (or 0xC932BD) is known color: Fuchsia. HEX triplet: C9, 32 and BD. RGB value is (201,50,189). Sum of RGB (Red+Green+Blue) = 201+50+189=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C932BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932BD is #36CD42. Grayscale: #6E6E6E. Windows color (decimal): -3591491 or 12399305. OLE color: 12399305.
HSL color Cylindrical-coordinate representation of color #C932BD: hue angle of 304.77º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C932BD is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 189 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.21 |
| HSL | 304.77º | 0.6% | 0.49% | - |
| HSV(B) | 304.77º | 0.75% | 0.79% | - |
| XYZ | 34.41 | 18.37 | 49.88 | - |
| YUV | 111 | 172.03 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 189 | 0 | 0.75 | 0.06 | 0.21 | 304.77 | 0.6 | 0.49 |
| Hex | C9 | 32 | BD | 0 | 4B | 6 | 15 | 131 | 3C | 31 |
| Octal | 311 | 62 | 275 | 0 | 113 | 6 | 25 | 461 | 74 | 61 |
| Binary | 11001001 | 110010 | 10111101 | 0 | 1001011 | 110 | 10101 | 100110001 | 111100 | 110001 |
Color Harmonies of #C932BD
Complementary color
Monochromatic Colors of #C932BD
Black with #C932BD
Text Example
Text Example
White with #C932BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932BD; }
p { color: rgb(201,50,189); }
H1.HeaderClassName
{
color: #C932BD;
}
.AnyTagClassName
{
color: #C932BD;
}
</style>
background-color css
<style>
a { background-color: #C932BD; }
a { background-color: rgb(201,50,189); }
div.DivClassName
{
background-color: #C932BD;
}
.BgClassName
{
background-color: #C932BD;
}
</style>
border-color css
<style>
span { border-color: #C932BD; }
span { border-color: rgb(201,50,189); }
td.TdClassName
{
border-color: #C932BD;
}
.TagClassName
{
border-color: #C932BD;
}
</style>