#C445CA

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

Shades of Fuchsia #C445CA

Tints of Fuchsia #C445CA

Color information

#C445CA (or 0xC445CA) is unknown color: approx Fuchsia. HEX triplet: C4, 45 and CA. RGB value is (196,69,202). Sum of RGB (Red+Green+Blue) = 196+69+202=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #C445CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445CA is #3BBA35. Grayscale: #797979. Windows color (decimal): -3914294 or 13256132. OLE color: 13256132.

HSL color Cylindrical-coordinate representation of color #C445CA: hue angle of 297.29º 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 #C445CA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19669202-
CMYK0.030.6600.21
HSL297.29º55.65%53.14%-
HSV(B)297.29º65.84%79.22%-
XYZ35.5520.2657.91-
YUV122.14173.08180.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 69 (27.34% from 255) = 14.78%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=41.97%
G=14.78%
B=43.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196692020.030.6600.21297.2955.6553.14
HexC445CA3420151293835
Octal30410531231020254517065
Binary11000100100010111001010111000010010101100101001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C445CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C445CA; }

 p { color: rgb(196,69,202); }

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

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

 a { background-color: rgb(196,69,202); }

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

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

 span { border-color: rgb(196,69,202); }

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