Shades of Fuchsia #C93FB5
Tints of Fuchsia #C93FB5
RGB
CMYK
RGB Variations
Color information
#C93FB5 (or 0xC93FB5) is known color: Fuchsia. HEX triplet: C9, 3F and B5. RGB value is (201,63,181). Sum of RGB (Red+Green+Blue) = 201+63+181=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FB5 is #36C04A. Grayscale: #757575. Windows color (decimal): -3588171 or 11878345. OLE color: 11878345.
HSL color Cylindrical-coordinate representation of color #C93FB5: hue angle of 308.7º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93FB5 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 181 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.21 |
| HSL | 308.7º | 0.56% | 0.52% | - |
| HSV(B) | 308.7º | 0.69% | 0.79% | - |
| XYZ | 34.21 | 19.31 | 45.64 | - |
| YUV | 117.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 181 | 0 | 0.69 | 0.10 | 0.21 | 308.7 | 0.56 | 0.52 |
| Hex | C9 | 3F | B5 | 0 | 45 | A | 15 | 135 | 38 | 34 |
| Octal | 311 | 77 | 265 | 0 | 105 | 12 | 25 | 465 | 70 | 64 |
| Binary | 11001001 | 111111 | 10110101 | 0 | 1000101 | 1010 | 10101 | 100110101 | 111000 | 110100 |
Color Harmonies of #C93FB5
Complementary color
Monochromatic Colors of #C93FB5
Black with #C93FB5
Text Example
Text Example
White with #C93FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FB5; }
p { color: rgb(201,63,181); }
H1.HeaderClassName
{
color: #C93FB5;
}
.AnyTagClassName
{
color: #C93FB5;
}
</style>
background-color css
<style>
a { background-color: #C93FB5; }
a { background-color: rgb(201,63,181); }
div.DivClassName
{
background-color: #C93FB5;
}
.BgClassName
{
background-color: #C93FB5;
}
</style>
border-color css
<style>
span { border-color: #C93FB5; }
span { border-color: rgb(201,63,181); }
td.TdClassName
{
border-color: #C93FB5;
}
.TagClassName
{
border-color: #C93FB5;
}
</style>