Shades of Fuchsia #C938CA
Tints of Fuchsia #C938CA
RGB
CMYK
RGB Variations
Color information
#C938CA (or 0xC938CA) is known color: Fuchsia. HEX triplet: C9, 38 and CA. RGB value is (201,56,202). Sum of RGB (Red+Green+Blue) = 201+56+202=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #C938CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938CA is #36C735. Grayscale: #737373. Windows color (decimal): -3589942 or 13252809. OLE color: 13252809.
HSL color Cylindrical-coordinate representation of color #C938CA: hue angle of 299.59º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C938CA is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 202 | - |
| CMYK | 0.00 | 0.72 | 0 | 0.21 |
| HSL | 299.59º | 0.58% | 0.51% | - |
| HSV(B) | 299.59º | 0.72% | 0.79% | - |
| XYZ | 36.16 | 19.51 | 57.74 | - |
| YUV | 116 | 176.54 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 202 | 0.00 | 0.72 | 0 | 0.21 | 299.59 | 0.58 | 0.51 |
| Hex | C9 | 38 | CA | 0 | 48 | 0 | 15 | 12C | 3A | 33 |
| Octal | 311 | 70 | 312 | 0 | 110 | 0 | 25 | 454 | 72 | 63 |
| Binary | 11001001 | 111000 | 11001010 | 0 | 1001000 | 0 | 10101 | 100101100 | 111010 | 110011 |
Color Harmonies of #C938CA
Complementary color
Monochromatic Colors of #C938CA
Black with #C938CA
Text Example
Text Example
White with #C938CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938CA; }
p { color: rgb(201,56,202); }
H1.HeaderClassName
{
color: #C938CA;
}
.AnyTagClassName
{
color: #C938CA;
}
</style>
background-color css
<style>
a { background-color: #C938CA; }
a { background-color: rgb(201,56,202); }
div.DivClassName
{
background-color: #C938CA;
}
.BgClassName
{
background-color: #C938CA;
}
</style>
border-color css
<style>
span { border-color: #C938CA; }
span { border-color: rgb(201,56,202); }
td.TdClassName
{
border-color: #C938CA;
}
.TagClassName
{
border-color: #C938CA;
}
</style>