Shades of Fuchsia #C045C2
Tints of Fuchsia #C045C2
RGB
CMYK
RGB Variations
Color information
#C045C2 (or 0xC045C2) is known color: Fuchsia. HEX triplet: C0, 45 and C2. RGB value is (192,69,194). Sum of RGB (Red+Green+Blue) = 192+69+194=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #C045C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045C2 is #3FBA3D. Grayscale: #777777. Windows color (decimal): -4176446 or 12731840. OLE color: 12731840.
HSL color Cylindrical-coordinate representation of color #C045C2: hue angle of 299.04º 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 #C045C2 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 69 | 194 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.24 |
| HSL | 299.04º | 0.51% | 0.52% | - |
| HSV(B) | 299.04º | 0.64% | 0.76% | - |
| XYZ | 33.6 | 19.36 | 53 | - |
| YUV | 120.03 | 169.75 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 194 | 0.01 | 0.64 | 0 | 0.24 | 299.04 | 0.51 | 0.52 |
| Hex | C0 | 45 | C2 | 1 | 40 | 0 | 18 | 12B | 33 | 34 |
| Octal | 300 | 105 | 302 | 1 | 100 | 0 | 30 | 453 | 63 | 64 |
| Binary | 11000000 | 1000101 | 11000010 | 1 | 1000000 | 0 | 11000 | 100101011 | 110011 | 110100 |
Color Harmonies of #C045C2
Complementary color
Monochromatic Colors of #C045C2
Black with #C045C2
Text Example
Text Example
White with #C045C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045C2; }
p { color: rgb(192,69,194); }
H1.HeaderClassName
{
color: #C045C2;
}
.AnyTagClassName
{
color: #C045C2;
}
</style>
background-color css
<style>
a { background-color: #C045C2; }
a { background-color: rgb(192,69,194); }
div.DivClassName
{
background-color: #C045C2;
}
.BgClassName
{
background-color: #C045C2;
}
</style>
border-color css
<style>
span { border-color: #C045C2; }
span { border-color: rgb(192,69,194); }
td.TdClassName
{
border-color: #C045C2;
}
.TagClassName
{
border-color: #C045C2;
}
</style>