Shades of Fuchsia #C93DC5
Tints of Fuchsia #C93DC5
RGB
CMYK
RGB Variations
Color information
#C93DC5 (or 0xC93DC5) is known color: Fuchsia. HEX triplet: C9, 3D and C5. RGB value is (201,61,197). Sum of RGB (Red+Green+Blue) = 201+61+197=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DC5 is #36C23A. Grayscale: #757575. Windows color (decimal): -3588667 or 12926409. OLE color: 12926409.
HSL color Cylindrical-coordinate representation of color #C93DC5: hue angle of 301.71º degrees, saturation: 0.56, 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 #C93DC5 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 197 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.21 |
| HSL | 301.71º | 0.56% | 0.51% | - |
| HSV(B) | 301.71º | 0.7% | 0.79% | - |
| XYZ | 35.83 | 19.79 | 54.75 | - |
| YUV | 118.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 197 | 0 | 0.70 | 0.02 | 0.21 | 301.71 | 0.56 | 0.51 |
| Hex | C9 | 3D | C5 | 0 | 46 | 2 | 15 | 12E | 38 | 33 |
| Octal | 311 | 75 | 305 | 0 | 106 | 2 | 25 | 456 | 70 | 63 |
| Binary | 11001001 | 111101 | 11000101 | 0 | 1000110 | 10 | 10101 | 100101110 | 111000 | 110011 |
Color Harmonies of #C93DC5
Complementary color
Monochromatic Colors of #C93DC5
Black with #C93DC5
Text Example
Text Example
White with #C93DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DC5; }
p { color: rgb(201,61,197); }
H1.HeaderClassName
{
color: #C93DC5;
}
.AnyTagClassName
{
color: #C93DC5;
}
</style>
background-color css
<style>
a { background-color: #C93DC5; }
a { background-color: rgb(201,61,197); }
div.DivClassName
{
background-color: #C93DC5;
}
.BgClassName
{
background-color: #C93DC5;
}
</style>
border-color css
<style>
span { border-color: #C93DC5; }
span { border-color: rgb(201,61,197); }
td.TdClassName
{
border-color: #C93DC5;
}
.TagClassName
{
border-color: #C93DC5;
}
</style>