Shades of Fuchsia #C93CCB
Tints of Fuchsia #C93CCB
RGB
CMYK
RGB Variations
Color information
#C93CCB (or 0xC93CCB) is known color: Fuchsia. HEX triplet: C9, 3C and CB. RGB value is (201,60,203). Sum of RGB (Red+Green+Blue) = 201+60+203=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #C93CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CCB is #36C334. Grayscale: #767676. Windows color (decimal): -3588917 or 13319369. OLE color: 13319369.
HSL color Cylindrical-coordinate representation of color #C93CCB: hue angle of 299.16º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93CCB is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 60 | 203 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.20 |
| HSL | 299.16º | 0.58% | 0.52% | - |
| HSV(B) | 299.16º | 0.7% | 0.8% | - |
| XYZ | 36.48 | 19.96 | 58.43 | - |
| YUV | 118.46 | 175.71 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 203 | 0.01 | 0.70 | 0 | 0.20 | 299.16 | 0.58 | 0.52 |
| Hex | C9 | 3C | CB | 1 | 46 | 0 | 14 | 12B | 3A | 34 |
| Octal | 311 | 74 | 313 | 1 | 106 | 0 | 24 | 453 | 72 | 64 |
| Binary | 11001001 | 111100 | 11001011 | 1 | 1000110 | 0 | 10100 | 100101011 | 111010 | 110100 |
Color Harmonies of #C93CCB
Complementary color
Monochromatic Colors of #C93CCB
Black with #C93CCB
Text Example
Text Example
White with #C93CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CCB; }
p { color: rgb(201,60,203); }
H1.HeaderClassName
{
color: #C93CCB;
}
.AnyTagClassName
{
color: #C93CCB;
}
</style>
background-color css
<style>
a { background-color: #C93CCB; }
a { background-color: rgb(201,60,203); }
div.DivClassName
{
background-color: #C93CCB;
}
.BgClassName
{
background-color: #C93CCB;
}
</style>
border-color css
<style>
span { border-color: #C93CCB; }
span { border-color: rgb(201,60,203); }
td.TdClassName
{
border-color: #C93CCB;
}
.TagClassName
{
border-color: #C93CCB;
}
</style>