Shades of Fuchsia #C245B3
Tints of Fuchsia #C245B3
RGB
CMYK
RGB Variations
Color information
#C245B3 (or 0xC245B3) is known color: Fuchsia. HEX triplet: C2, 45 and B3. RGB value is (194,69,179). Sum of RGB (Red+Green+Blue) = 194+69+179=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C245B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245B3 is #3DBA4C. Grayscale: #767676. Windows color (decimal): -4045389 or 11748802. OLE color: 11748802.
HSL color Cylindrical-coordinate representation of color #C245B3: hue angle of 307.2º 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 #C245B3 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 179 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.24 |
| HSL | 307.2º | 0.51% | 0.52% | - |
| HSV(B) | 307.2º | 0.64% | 0.76% | - |
| XYZ | 32.51 | 18.98 | 44.6 | - |
| YUV | 118.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 179 | 0 | 0.64 | 0.08 | 0.24 | 307.2 | 0.51 | 0.52 |
| Hex | C2 | 45 | B3 | 0 | 40 | 8 | 18 | 133 | 33 | 34 |
| Octal | 302 | 105 | 263 | 0 | 100 | 10 | 30 | 463 | 63 | 64 |
| Binary | 11000010 | 1000101 | 10110011 | 0 | 1000000 | 1000 | 11000 | 100110011 | 110011 | 110100 |
Color Harmonies of #C245B3
Complementary color
Monochromatic Colors of #C245B3
Black with #C245B3
Text Example
Text Example
White with #C245B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245B3; }
p { color: rgb(194,69,179); }
H1.HeaderClassName
{
color: #C245B3;
}
.AnyTagClassName
{
color: #C245B3;
}
</style>
background-color css
<style>
a { background-color: #C245B3; }
a { background-color: rgb(194,69,179); }
div.DivClassName
{
background-color: #C245B3;
}
.BgClassName
{
background-color: #C245B3;
}
</style>
border-color css
<style>
span { border-color: #C245B3; }
span { border-color: rgb(194,69,179); }
td.TdClassName
{
border-color: #C245B3;
}
.TagClassName
{
border-color: #C245B3;
}
</style>