Shades of Fuchsia #C145CC
Tints of Fuchsia #C145CC
RGB
CMYK
RGB Variations
Color information
#C145CC (or 0xC145CC) is known color: Fuchsia. HEX triplet: C1, 45 and CC. RGB value is (193,69,204). Sum of RGB (Red+Green+Blue) = 193+69+204=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #C145CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145CC is #3EBA33. Grayscale: #797979. Windows color (decimal): -4110900 or 13387201. OLE color: 13387201.
HSL color Cylindrical-coordinate representation of color #C145CC: hue angle of 295.11º 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 #C145CC is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 69 | 204 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.2 |
| HSL | 295.11º | 0.57% | 0.54% | - |
| HSV(B) | 295.11º | 0.66% | 0.8% | - |
| XYZ | 35.02 | 19.95 | 59.13 | - |
| YUV | 121.47 | 174.58 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 204 | 0.05 | 0.66 | 0 | 0.2 | 295.11 | 0.57 | 0.54 |
| Hex | C1 | 45 | CC | 5 | 42 | 0 | 14 | 127 | 39 | 36 |
| Octal | 301 | 105 | 314 | 5 | 102 | 0 | 24 | 447 | 71 | 66 |
| Binary | 11000001 | 1000101 | 11001100 | 101 | 1000010 | 0 | 10100 | 100100111 | 111001 | 110110 |
Color Harmonies of #C145CC
Complementary color
Monochromatic Colors of #C145CC
Black with #C145CC
Text Example
Text Example
White with #C145CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145CC; }
p { color: rgb(193,69,204); }
H1.HeaderClassName
{
color: #C145CC;
}
.AnyTagClassName
{
color: #C145CC;
}
</style>
background-color css
<style>
a { background-color: #C145CC; }
a { background-color: rgb(193,69,204); }
div.DivClassName
{
background-color: #C145CC;
}
.BgClassName
{
background-color: #C145CC;
}
</style>
border-color css
<style>
span { border-color: #C145CC; }
span { border-color: rgb(193,69,204); }
td.TdClassName
{
border-color: #C145CC;
}
.TagClassName
{
border-color: #C145CC;
}
</style>