Shades of Fuchsia #C940CD
Tints of Fuchsia #C940CD
RGB
CMYK
RGB Variations
Color information
#C940CD (or 0xC940CD) is known color: Fuchsia. HEX triplet: C9, 40 and CD. RGB value is (201,64,205). Sum of RGB (Red+Green+Blue) = 201+64+205=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #C940CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940CD is #36BF32. Grayscale: #787878. Windows color (decimal): -3587891 or 13451465. OLE color: 13451465.
HSL color Cylindrical-coordinate representation of color #C940CD: hue angle of 298.3º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C940CD is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 64 | 205 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.20 |
| HSL | 298.3º | 0.59% | 0.53% | - |
| HSV(B) | 298.3º | 0.69% | 0.8% | - |
| XYZ | 36.94 | 20.49 | 59.77 | - |
| YUV | 121.04 | 175.39 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 205 | 0.02 | 0.69 | 0 | 0.20 | 298.3 | 0.59 | 0.53 |
| Hex | C9 | 40 | CD | 2 | 45 | 0 | 14 | 12A | 3B | 35 |
| Octal | 311 | 100 | 315 | 2 | 105 | 0 | 24 | 452 | 73 | 65 |
| Binary | 11001001 | 1000000 | 11001101 | 10 | 1000101 | 0 | 10100 | 100101010 | 111011 | 110101 |
Color Harmonies of #C940CD
Complementary color
Monochromatic Colors of #C940CD
Black with #C940CD
Text Example
Text Example
White with #C940CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C940CD; }
p { color: rgb(201,64,205); }
H1.HeaderClassName
{
color: #C940CD;
}
.AnyTagClassName
{
color: #C940CD;
}
</style>
background-color css
<style>
a { background-color: #C940CD; }
a { background-color: rgb(201,64,205); }
div.DivClassName
{
background-color: #C940CD;
}
.BgClassName
{
background-color: #C940CD;
}
</style>
border-color css
<style>
span { border-color: #C940CD; }
span { border-color: rgb(201,64,205); }
td.TdClassName
{
border-color: #C940CD;
}
.TagClassName
{
border-color: #C940CD;
}
</style>