Shades of Fuchsia #C93CB3
Tints of Fuchsia #C93CB3
RGB
CMYK
RGB Variations
Color information
#C93CB3 (or 0xC93CB3) is known color: Fuchsia. HEX triplet: C9, 3C and B3. RGB value is (201,60,179). Sum of RGB (Red+Green+Blue) = 201+60+179=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CB3 is #36C34C. Grayscale: #737373. Windows color (decimal): -3588941 or 11746505. OLE color: 11746505.
HSL color Cylindrical-coordinate representation of color #C93CB3: hue angle of 309.36º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93CB3 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 179 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.21 |
| HSL | 309.36º | 0.57% | 0.51% | - |
| HSV(B) | 309.36º | 0.7% | 0.79% | - |
| XYZ | 33.84 | 18.9 | 44.51 | - |
| YUV | 115.73 | 163.71 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 179 | 0 | 0.70 | 0.11 | 0.21 | 309.36 | 0.57 | 0.51 |
| Hex | C9 | 3C | B3 | 0 | 46 | B | 15 | 135 | 39 | 33 |
| Octal | 311 | 74 | 263 | 0 | 106 | 13 | 25 | 465 | 71 | 63 |
| Binary | 11001001 | 111100 | 10110011 | 0 | 1000110 | 1011 | 10101 | 100110101 | 111001 | 110011 |
Color Harmonies of #C93CB3
Complementary color
Monochromatic Colors of #C93CB3
Black with #C93CB3
Text Example
Text Example
White with #C93CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CB3; }
p { color: rgb(201,60,179); }
H1.HeaderClassName
{
color: #C93CB3;
}
.AnyTagClassName
{
color: #C93CB3;
}
</style>
background-color css
<style>
a { background-color: #C93CB3; }
a { background-color: rgb(201,60,179); }
div.DivClassName
{
background-color: #C93CB3;
}
.BgClassName
{
background-color: #C93CB3;
}
</style>
border-color css
<style>
span { border-color: #C93CB3; }
span { border-color: rgb(201,60,179); }
td.TdClassName
{
border-color: #C93CB3;
}
.TagClassName
{
border-color: #C93CB3;
}
</style>