Shades of Fuchsia #C240CD
Tints of Fuchsia #C240CD
RGB
CMYK
RGB Variations
Color information
#C240CD (or 0xC240CD) is known color: Fuchsia. HEX triplet: C2, 40 and CD. RGB value is (194,64,205). Sum of RGB (Red+Green+Blue) = 194+64+205=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 64 (25.39% from 255 or 13.82% 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 #C240CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240CD is #3DBF32. Grayscale: #767676. Windows color (decimal): -4046643 or 13451458. OLE color: 13451458.
HSL color Cylindrical-coordinate representation of color #C240CD: hue angle of 295.32º 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 #C240CD is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 64 | 205 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.20 |
| HSL | 295.32º | 0.59% | 0.53% | - |
| HSV(B) | 295.32º | 0.69% | 0.8% | - |
| XYZ | 35.1 | 19.54 | 59.68 | - |
| YUV | 118.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 205 | 0.05 | 0.69 | 0 | 0.20 | 295.32 | 0.59 | 0.53 |
| Hex | C2 | 40 | CD | 5 | 45 | 0 | 14 | 127 | 3B | 35 |
| Octal | 302 | 100 | 315 | 5 | 105 | 0 | 24 | 447 | 73 | 65 |
| Binary | 11000010 | 1000000 | 11001101 | 101 | 1000101 | 0 | 10100 | 100100111 | 111011 | 110101 |
Color Harmonies of #C240CD
Complementary color
Monochromatic Colors of #C240CD
Black with #C240CD
Text Example
Text Example
White with #C240CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240CD; }
p { color: rgb(194,64,205); }
H1.HeaderClassName
{
color: #C240CD;
}
.AnyTagClassName
{
color: #C240CD;
}
</style>
background-color css
<style>
a { background-color: #C240CD; }
a { background-color: rgb(194,64,205); }
div.DivClassName
{
background-color: #C240CD;
}
.BgClassName
{
background-color: #C240CD;
}
</style>
border-color css
<style>
span { border-color: #C240CD; }
span { border-color: rgb(194,64,205); }
td.TdClassName
{
border-color: #C240CD;
}
.TagClassName
{
border-color: #C240CD;
}
</style>