Shades of Fuchsia #C245CC
Tints of Fuchsia #C245CC
RGB
CMYK
RGB Variations
Color information
#C245CC (or 0xC245CC) is known color: Fuchsia. HEX triplet: C2, 45 and CC. RGB value is (194,69,204). Sum of RGB (Red+Green+Blue) = 194+69+204=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #C245CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245CC is #3DBA33. Grayscale: #797979. Windows color (decimal): -4045364 or 13387202. OLE color: 13387202.
HSL color Cylindrical-coordinate representation of color #C245CC: hue angle of 295.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C245CC is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 69 | 204 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.2 |
| HSL | 295.56º | 0.57% | 0.54% | - |
| HSV(B) | 295.56º | 0.66% | 0.8% | - |
| XYZ | 35.28 | 20.09 | 59.14 | - |
| YUV | 121.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 204 | 0.05 | 0.66 | 0 | 0.2 | 295.56 | 0.57 | 0.54 |
| Hex | C2 | 45 | CC | 5 | 42 | 0 | 14 | 128 | 39 | 36 |
| Octal | 302 | 105 | 314 | 5 | 102 | 0 | 24 | 450 | 71 | 66 |
| Binary | 11000010 | 1000101 | 11001100 | 101 | 1000010 | 0 | 10100 | 100101000 | 111001 | 110110 |
Color Harmonies of #C245CC
Complementary color
Monochromatic Colors of #C245CC
Black with #C245CC
Text Example
Text Example
White with #C245CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245CC; }
p { color: rgb(194,69,204); }
H1.HeaderClassName
{
color: #C245CC;
}
.AnyTagClassName
{
color: #C245CC;
}
</style>
background-color css
<style>
a { background-color: #C245CC; }
a { background-color: rgb(194,69,204); }
div.DivClassName
{
background-color: #C245CC;
}
.BgClassName
{
background-color: #C245CC;
}
</style>
border-color css
<style>
span { border-color: #C245CC; }
span { border-color: rgb(194,69,204); }
td.TdClassName
{
border-color: #C245CC;
}
.TagClassName
{
border-color: #C245CC;
}
</style>