Shades of Fuchsia #C245BD
Tints of Fuchsia #C245BD
RGB
CMYK
RGB Variations
Color information
#C245BD (or 0xC245BD) is known color: Fuchsia. HEX triplet: C2, 45 and BD. RGB value is (194,69,189). Sum of RGB (Red+Green+Blue) = 194+69+189=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C245BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245BD is #3DBA42. Grayscale: #777777. Windows color (decimal): -4045379 or 12404162. OLE color: 12404162.
HSL color Cylindrical-coordinate representation of color #C245BD: hue angle of 302.4º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C245BD is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 189 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.24 |
| HSL | 302.4º | 0.51% | 0.52% | - |
| HSV(B) | 302.4º | 0.64% | 0.76% | - |
| XYZ | 33.56 | 19.4 | 50.12 | - |
| YUV | 120.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 189 | 0 | 0.64 | 0.03 | 0.24 | 302.4 | 0.51 | 0.52 |
| Hex | C2 | 45 | BD | 0 | 40 | 3 | 18 | 12E | 33 | 34 |
| Octal | 302 | 105 | 275 | 0 | 100 | 3 | 30 | 456 | 63 | 64 |
| Binary | 11000010 | 1000101 | 10111101 | 0 | 1000000 | 11 | 11000 | 100101110 | 110011 | 110100 |
Color Harmonies of #C245BD
Complementary color
Monochromatic Colors of #C245BD
Black with #C245BD
Text Example
Text Example
White with #C245BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245BD; }
p { color: rgb(194,69,189); }
H1.HeaderClassName
{
color: #C245BD;
}
.AnyTagClassName
{
color: #C245BD;
}
</style>
background-color css
<style>
a { background-color: #C245BD; }
a { background-color: rgb(194,69,189); }
div.DivClassName
{
background-color: #C245BD;
}
.BgClassName
{
background-color: #C245BD;
}
</style>
border-color css
<style>
span { border-color: #C245BD; }
span { border-color: rgb(194,69,189); }
td.TdClassName
{
border-color: #C245BD;
}
.TagClassName
{
border-color: #C245BD;
}
</style>