Shades of Fuchsia #C938CD
Tints of Fuchsia #C938CD
RGB
CMYK
RGB Variations
Color information
#C938CD (or 0xC938CD) is known color: Fuchsia. HEX triplet: C9, 38 and CD. RGB value is (201,56,205). Sum of RGB (Red+Green+Blue) = 201+56+205=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #C938CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938CD is #36C732. Grayscale: #737373. Windows color (decimal): -3589939 or 13449417. OLE color: 13449417.
HSL color Cylindrical-coordinate representation of color #C938CD: hue angle of 298.39º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C938CD is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 56 | 205 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.20 |
| HSL | 298.39º | 0.6% | 0.51% | - |
| HSV(B) | 298.39º | 0.73% | 0.8% | - |
| XYZ | 36.52 | 19.65 | 59.63 | - |
| YUV | 116.34 | 178.04 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 205 | 0.02 | 0.73 | 0 | 0.20 | 298.39 | 0.6 | 0.51 |
| Hex | C9 | 38 | CD | 2 | 49 | 0 | 14 | 12A | 3C | 33 |
| Octal | 311 | 70 | 315 | 2 | 111 | 0 | 24 | 452 | 74 | 63 |
| Binary | 11001001 | 111000 | 11001101 | 10 | 1001001 | 0 | 10100 | 100101010 | 111100 | 110011 |
Color Harmonies of #C938CD
Complementary color
Monochromatic Colors of #C938CD
Black with #C938CD
Text Example
Text Example
White with #C938CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938CD; }
p { color: rgb(201,56,205); }
H1.HeaderClassName
{
color: #C938CD;
}
.AnyTagClassName
{
color: #C938CD;
}
</style>
background-color css
<style>
a { background-color: #C938CD; }
a { background-color: rgb(201,56,205); }
div.DivClassName
{
background-color: #C938CD;
}
.BgClassName
{
background-color: #C938CD;
}
</style>
border-color css
<style>
span { border-color: #C938CD; }
span { border-color: rgb(201,56,205); }
td.TdClassName
{
border-color: #C938CD;
}
.TagClassName
{
border-color: #C938CD;
}
</style>