Shades of Fuchsia #C93FCE
Tints of Fuchsia #C93FCE
RGB
CMYK
RGB Variations
Color information
#C93FCE (or 0xC93FCE) is known color: Fuchsia. HEX triplet: C9, 3F and CE. RGB value is (201,63,206). Sum of RGB (Red+Green+Blue) = 201+63+206=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #C93FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FCE is #36C031. Grayscale: #787878. Windows color (decimal): -3588146 or 13516745. OLE color: 13516745.
HSL color Cylindrical-coordinate representation of color #C93FCE: hue angle of 297.9º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93FCE is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 63 | 206 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.19 |
| HSL | 297.9º | 0.59% | 0.53% | - |
| HSV(B) | 297.9º | 0.69% | 0.81% | - |
| XYZ | 37.01 | 20.43 | 60.39 | - |
| YUV | 120.56 | 176.22 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 206 | 0.02 | 0.69 | 0 | 0.19 | 297.9 | 0.59 | 0.53 |
| Hex | C9 | 3F | CE | 2 | 45 | 0 | 13 | 12A | 3B | 35 |
| Octal | 311 | 77 | 316 | 2 | 105 | 0 | 23 | 452 | 73 | 65 |
| Binary | 11001001 | 111111 | 11001110 | 10 | 1000101 | 0 | 10011 | 100101010 | 111011 | 110101 |
Color Harmonies of #C93FCE
Complementary color
Monochromatic Colors of #C93FCE
Black with #C93FCE
Text Example
Text Example
White with #C93FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FCE; }
p { color: rgb(201,63,206); }
H1.HeaderClassName
{
color: #C93FCE;
}
.AnyTagClassName
{
color: #C93FCE;
}
</style>
background-color css
<style>
a { background-color: #C93FCE; }
a { background-color: rgb(201,63,206); }
div.DivClassName
{
background-color: #C93FCE;
}
.BgClassName
{
background-color: #C93FCE;
}
</style>
border-color css
<style>
span { border-color: #C93FCE; }
span { border-color: rgb(201,63,206); }
td.TdClassName
{
border-color: #C93FCE;
}
.TagClassName
{
border-color: #C93FCE;
}
</style>