#C045BA

Color #C045BA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C045BA

Tints of Fuchsia #C045BA

Color information

#C045BA (or 0xC045BA) is unknown color: approx Fuchsia. HEX triplet: C0, 45 and BA. RGB value is (192,69,186). Sum of RGB (Red+Green+Blue) = 192+69+186=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C045BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045BA is #3FBA45. Grayscale: #767676. Windows color (decimal): -4176454 or 12207552. OLE color: 12207552.

HSL color Cylindrical-coordinate representation of color #C045BA: hue angle of 302.93º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C045BA is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19269186-
CMYK00.640.030.25
HSL302.93º49.4%51.18%-
HSV(B)302.93º64.06%75.29%-
XYZ32.7319.0148.4-
YUV119.12165.75179.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 69 (27.34% from 255) = 15.44%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=42.95%
G=15.44%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926918600.640.030.25302.9349.451.18
HexC045BA04031912f3133
Octal30010527201003314576163
Binary11000000100010110111010010000001111001100101111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C045BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C045BA; }

 p { color: rgb(192,69,186); }

 H1.HeaderClassName
 {
   color: #C045BA;
 }
 .AnyTagClassName
 {
   color: #C045BA;
 }
</style>
background-color css

<style>
 a { background-color: #C045BA; }

 a { background-color: rgb(192,69,186); }

 div.DivClassName
 {
   background-color: #C045BA;
 }
 .BgClassName
 {
   background-color: #C045BA;
 }
</style>
border-color css

<style>
 span { border-color: #C045BA; }

 span { border-color: rgb(192,69,186); }

 td.TdClassName
 {
   border-color: #C045BA;
 }
 .TagClassName
 {
   border-color: #C045BA;
 }
</style>