Shades of Fuchsia #C934B7
Tints of Fuchsia #C934B7
RGB
CMYK
RGB Variations
Color information
#C934B7 (or 0xC934B7) is known color: Fuchsia. HEX triplet: C9, 34 and B7. RGB value is (201,52,183). Sum of RGB (Red+Green+Blue) = 201+52+183=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C934B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C934B7 is #36CB48. Grayscale: #6F6F6F. Windows color (decimal): -3590985 or 12006601. OLE color: 12006601.
HSL color Cylindrical-coordinate representation of color #C934B7: hue angle of 307.25º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C934B7 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 183 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.21 |
| HSL | 307.25º | 0.59% | 0.5% | - |
| HSV(B) | 307.25º | 0.74% | 0.79% | - |
| XYZ | 33.86 | 18.29 | 46.55 | - |
| YUV | 111.49 | 168.36 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 183 | 0 | 0.74 | 0.09 | 0.21 | 307.25 | 0.59 | 0.5 |
| Hex | C9 | 34 | B7 | 0 | 4A | 9 | 15 | 133 | 3B | 32 |
| Octal | 311 | 64 | 267 | 0 | 112 | 11 | 25 | 463 | 73 | 62 |
| Binary | 11001001 | 110100 | 10110111 | 0 | 1001010 | 1001 | 10101 | 100110011 | 111011 | 110010 |
Color Harmonies of #C934B7
Complementary color
Monochromatic Colors of #C934B7
Black with #C934B7
Text Example
Text Example
White with #C934B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934B7; }
p { color: rgb(201,52,183); }
H1.HeaderClassName
{
color: #C934B7;
}
.AnyTagClassName
{
color: #C934B7;
}
</style>
background-color css
<style>
a { background-color: #C934B7; }
a { background-color: rgb(201,52,183); }
div.DivClassName
{
background-color: #C934B7;
}
.BgClassName
{
background-color: #C934B7;
}
</style>
border-color css
<style>
span { border-color: #C934B7; }
span { border-color: rgb(201,52,183); }
td.TdClassName
{
border-color: #C934B7;
}
.TagClassName
{
border-color: #C934B7;
}
</style>