Shades of Fuchsia #C240B5
Tints of Fuchsia #C240B5
RGB
CMYK
RGB Variations
Color information
#C240B5 (or 0xC240B5) is known color: Fuchsia. HEX triplet: C2, 40 and B5. RGB value is (194,64,181). Sum of RGB (Red+Green+Blue) = 194+64+181=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C240B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240B5 is #3DBF4A. Grayscale: #737373. Windows color (decimal): -4046667 or 11878594. OLE color: 11878594.
HSL color Cylindrical-coordinate representation of color #C240B5: hue angle of 306º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C240B5 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 181 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.24 |
| HSL | 306º | 0.52% | 0.51% | - |
| HSV(B) | 306º | 0.67% | 0.76% | - |
| XYZ | 32.42 | 18.47 | 45.57 | - |
| YUV | 116.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 181 | 0 | 0.67 | 0.07 | 0.24 | 306 | 0.52 | 0.51 |
| Hex | C2 | 40 | B5 | 0 | 43 | 7 | 18 | 132 | 34 | 33 |
| Octal | 302 | 100 | 265 | 0 | 103 | 7 | 30 | 462 | 64 | 63 |
| Binary | 11000010 | 1000000 | 10110101 | 0 | 1000011 | 111 | 11000 | 100110010 | 110100 | 110011 |
Color Harmonies of #C240B5
Complementary color
Monochromatic Colors of #C240B5
Black with #C240B5
Text Example
Text Example
White with #C240B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240B5; }
p { color: rgb(194,64,181); }
H1.HeaderClassName
{
color: #C240B5;
}
.AnyTagClassName
{
color: #C240B5;
}
</style>
background-color css
<style>
a { background-color: #C240B5; }
a { background-color: rgb(194,64,181); }
div.DivClassName
{
background-color: #C240B5;
}
.BgClassName
{
background-color: #C240B5;
}
</style>
border-color css
<style>
span { border-color: #C240B5; }
span { border-color: rgb(194,64,181); }
td.TdClassName
{
border-color: #C240B5;
}
.TagClassName
{
border-color: #C240B5;
}
</style>