Shades of Fuchsia #C045CA
Tints of Fuchsia #C045CA
RGB
CMYK
RGB Variations
Color information
#C045CA (or 0xC045CA) is known color: Fuchsia. HEX triplet: C0, 45 and CA. RGB value is (192,69,202). Sum of RGB (Red+Green+Blue) = 192+69+202=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #C045CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045CA is #3FBA35. Grayscale: #787878. Windows color (decimal): -4176438 or 13256128. OLE color: 13256128.
HSL color Cylindrical-coordinate representation of color #C045CA: hue angle of 295.49º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C045CA is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 69 | 202 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.21 |
| HSL | 295.49º | 0.56% | 0.53% | - |
| HSV(B) | 295.49º | 0.66% | 0.79% | - |
| XYZ | 34.53 | 19.73 | 57.87 | - |
| YUV | 120.94 | 173.75 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 202 | 0.05 | 0.66 | 0 | 0.21 | 295.49 | 0.56 | 0.53 |
| Hex | C0 | 45 | CA | 5 | 42 | 0 | 15 | 127 | 38 | 35 |
| Octal | 300 | 105 | 312 | 5 | 102 | 0 | 25 | 447 | 70 | 65 |
| Binary | 11000000 | 1000101 | 11001010 | 101 | 1000010 | 0 | 10101 | 100100111 | 111000 | 110101 |
Color Harmonies of #C045CA
Complementary color
Monochromatic Colors of #C045CA
Black with #C045CA
Text Example
Text Example
White with #C045CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045CA; }
p { color: rgb(192,69,202); }
H1.HeaderClassName
{
color: #C045CA;
}
.AnyTagClassName
{
color: #C045CA;
}
</style>
background-color css
<style>
a { background-color: #C045CA; }
a { background-color: rgb(192,69,202); }
div.DivClassName
{
background-color: #C045CA;
}
.BgClassName
{
background-color: #C045CA;
}
</style>
border-color css
<style>
span { border-color: #C045CA; }
span { border-color: rgb(192,69,202); }
td.TdClassName
{
border-color: #C045CA;
}
.TagClassName
{
border-color: #C045CA;
}
</style>