Shades of Fuchsia #C939CD
Tints of Fuchsia #C939CD
RGB
CMYK
RGB Variations
Color information
#C939CD (or 0xC939CD) is known color: Fuchsia. HEX triplet: C9, 39 and CD. RGB value is (201,57,205). Sum of RGB (Red+Green+Blue) = 201+57+205=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #C939CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C939CD is #36C632. Grayscale: #747474. Windows color (decimal): -3589683 or 13449673. OLE color: 13449673.
HSL color Cylindrical-coordinate representation of color #C939CD: hue angle of 298.38º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C939CD is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 57 | 205 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.20 |
| HSL | 298.38º | 0.6% | 0.51% | - |
| HSV(B) | 298.38º | 0.72% | 0.8% | - |
| XYZ | 36.57 | 19.75 | 59.64 | - |
| YUV | 116.93 | 177.71 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 205 | 0.02 | 0.72 | 0 | 0.20 | 298.38 | 0.6 | 0.51 |
| Hex | C9 | 39 | CD | 2 | 48 | 0 | 14 | 12A | 3C | 33 |
| Octal | 311 | 71 | 315 | 2 | 110 | 0 | 24 | 452 | 74 | 63 |
| Binary | 11001001 | 111001 | 11001101 | 10 | 1001000 | 0 | 10100 | 100101010 | 111100 | 110011 |
Color Harmonies of #C939CD
Complementary color
Monochromatic Colors of #C939CD
Black with #C939CD
Text Example
Text Example
White with #C939CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C939CD; }
p { color: rgb(201,57,205); }
H1.HeaderClassName
{
color: #C939CD;
}
.AnyTagClassName
{
color: #C939CD;
}
</style>
background-color css
<style>
a { background-color: #C939CD; }
a { background-color: rgb(201,57,205); }
div.DivClassName
{
background-color: #C939CD;
}
.BgClassName
{
background-color: #C939CD;
}
</style>
border-color css
<style>
span { border-color: #C939CD; }
span { border-color: rgb(201,57,205); }
td.TdClassName
{
border-color: #C939CD;
}
.TagClassName
{
border-color: #C939CD;
}
</style>