Shades of Fuchsia #C045C1
Tints of Fuchsia #C045C1
RGB
CMYK
RGB Variations
Color information
#C045C1 (or 0xC045C1) is known color: Fuchsia. HEX triplet: C0, 45 and C1. RGB value is (192,69,193). Sum of RGB (Red+Green+Blue) = 192+69+193=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #C045C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045C1 is #3FBA3E. Grayscale: #777777. Windows color (decimal): -4176447 or 12666304. OLE color: 12666304.
HSL color Cylindrical-coordinate representation of color #C045C1: hue angle of 299.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C045C1 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 69 | 193 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.24 |
| HSL | 299.52º | 0.5% | 0.51% | - |
| HSV(B) | 299.52º | 0.64% | 0.76% | - |
| XYZ | 33.49 | 19.31 | 52.41 | - |
| YUV | 119.91 | 169.25 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 193 | 0.01 | 0.64 | 0 | 0.24 | 299.52 | 0.5 | 0.51 |
| Hex | C0 | 45 | C1 | 1 | 40 | 0 | 18 | 12C | 32 | 33 |
| Octal | 300 | 105 | 301 | 1 | 100 | 0 | 30 | 454 | 62 | 63 |
| Binary | 11000000 | 1000101 | 11000001 | 1 | 1000000 | 0 | 11000 | 100101100 | 110010 | 110011 |
Color Harmonies of #C045C1
Complementary color
Monochromatic Colors of #C045C1
Black with #C045C1
Text Example
Text Example
White with #C045C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045C1; }
p { color: rgb(192,69,193); }
H1.HeaderClassName
{
color: #C045C1;
}
.AnyTagClassName
{
color: #C045C1;
}
</style>
background-color css
<style>
a { background-color: #C045C1; }
a { background-color: rgb(192,69,193); }
div.DivClassName
{
background-color: #C045C1;
}
.BgClassName
{
background-color: #C045C1;
}
</style>
border-color css
<style>
span { border-color: #C045C1; }
span { border-color: rgb(192,69,193); }
td.TdClassName
{
border-color: #C045C1;
}
.TagClassName
{
border-color: #C045C1;
}
</style>