Shades of Fuchsia #C943CC
Tints of Fuchsia #C943CC
RGB
CMYK
RGB Variations
Color information
#C943CC (or 0xC943CC) is known color: Fuchsia. HEX triplet: C9, 43 and CC. RGB value is (201,67,204). Sum of RGB (Red+Green+Blue) = 201+67+204=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #C943CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943CC is #36BC33. Grayscale: #7A7A7A. Windows color (decimal): -3587124 or 13386697. OLE color: 13386697.
HSL color Cylindrical-coordinate representation of color #C943CC: hue angle of 298.69º degrees, saturation: 0.57, 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 #C943CC is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 67 | 204 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.2 |
| HSL | 298.69º | 0.57% | 0.53% | - |
| HSV(B) | 298.69º | 0.67% | 0.8% | - |
| XYZ | 36.99 | 20.79 | 59.19 | - |
| YUV | 122.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 204 | 0.01 | 0.67 | 0 | 0.2 | 298.69 | 0.57 | 0.53 |
| Hex | C9 | 43 | CC | 1 | 43 | 0 | 14 | 12B | 39 | 35 |
| Octal | 311 | 103 | 314 | 1 | 103 | 0 | 24 | 453 | 71 | 65 |
| Binary | 11001001 | 1000011 | 11001100 | 1 | 1000011 | 0 | 10100 | 100101011 | 111001 | 110101 |
Color Harmonies of #C943CC
Complementary color
Monochromatic Colors of #C943CC
Black with #C943CC
Text Example
Text Example
White with #C943CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C943CC; }
p { color: rgb(201,67,204); }
H1.HeaderClassName
{
color: #C943CC;
}
.AnyTagClassName
{
color: #C943CC;
}
</style>
background-color css
<style>
a { background-color: #C943CC; }
a { background-color: rgb(201,67,204); }
div.DivClassName
{
background-color: #C943CC;
}
.BgClassName
{
background-color: #C943CC;
}
</style>
border-color css
<style>
span { border-color: #C943CC; }
span { border-color: rgb(201,67,204); }
td.TdClassName
{
border-color: #C943CC;
}
.TagClassName
{
border-color: #C943CC;
}
</style>