Shades of Fuchsia #C943CD
Tints of Fuchsia #C943CD
RGB
CMYK
RGB Variations
Color information
#C943CD (or 0xC943CD) is known color: Fuchsia. HEX triplet: C9, 43 and CD. RGB value is (201,67,205). Sum of RGB (Red+Green+Blue) = 201+67+205=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #C943CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943CD is #36BC32. Grayscale: #7A7A7A. Windows color (decimal): -3587123 or 13452233. OLE color: 13452233.
HSL color Cylindrical-coordinate representation of color #C943CD: hue angle of 298.26º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C943CD is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 67 | 205 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.20 |
| HSL | 298.26º | 0.58% | 0.53% | - |
| HSV(B) | 298.26º | 0.67% | 0.8% | - |
| XYZ | 37.11 | 20.84 | 59.82 | - |
| YUV | 122.8 | 174.39 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 205 | 0.02 | 0.67 | 0 | 0.20 | 298.26 | 0.58 | 0.53 |
| Hex | C9 | 43 | CD | 2 | 43 | 0 | 14 | 12A | 3A | 35 |
| Octal | 311 | 103 | 315 | 2 | 103 | 0 | 24 | 452 | 72 | 65 |
| Binary | 11001001 | 1000011 | 11001101 | 10 | 1000011 | 0 | 10100 | 100101010 | 111010 | 110101 |
Color Harmonies of #C943CD
Complementary color
Monochromatic Colors of #C943CD
Black with #C943CD
Text Example
Text Example
White with #C943CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C943CD; }
p { color: rgb(201,67,205); }
H1.HeaderClassName
{
color: #C943CD;
}
.AnyTagClassName
{
color: #C943CD;
}
</style>
background-color css
<style>
a { background-color: #C943CD; }
a { background-color: rgb(201,67,205); }
div.DivClassName
{
background-color: #C943CD;
}
.BgClassName
{
background-color: #C943CD;
}
</style>
border-color css
<style>
span { border-color: #C943CD; }
span { border-color: rgb(201,67,205); }
td.TdClassName
{
border-color: #C943CD;
}
.TagClassName
{
border-color: #C943CD;
}
</style>