Html Css Color HEX #C440AC Fuchsia

📋 copy color: '#C440AC'

red 196 ◦ green 64 ◦ blue 172

#C440AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C440AC

Tints of Fuchsia #C440AC

RGB

 RED value IS 196 (76.95% from 255) = 45.37%

 GREEN value IS 64 (25.39% from 255) = 14.81%

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 45.37%
G = 14.81%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C440AC (or 0xC440AC) is known color: Fuchsia. HEX triplet: C4, 40 and AC. RGB value is (196,64,172). Sum of RGB (Red+Green+Blue) = 196+64+172=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C440AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440AC is #3BBF53. Grayscale: #737373. Windows color (decimal): -3915604 or 11288772. OLE color: 11288772.

HSL color Cylindrical-coordinate representation of color #C440AC: hue angle of 310.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C440AC is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 64 172 -
CMYK 0 0.67 0.12 0.23
HSL 310.91º 0.53% 0.51% -
HSV(B) 310.91º 0.67% 0.77% -
XYZ 32.04 18.38 40.89 -
YUV 115.78 159.73 185.22 -
System Red Green Blue C M Y K H S L
Decimal 196 64 172 0 0.67 0.12 0.23 310.91 0.53 0.51
Hex C4 40 AC 0 43 C 17 137 35 33
Octal 304 100 254 0 103 14 27 467 65 63
Binary 11000100 1000000 10101100 0 1000011 1100 10111 100110111 110101 110011

Color Harmonies of #C440AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440AC

Black with #C440AC

Text Example


Text Example

White with #C440AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440AC; }

 p { color: rgb(196,64,172); }

 H1.HeaderClassName
 {
   color: #C440AC;
 }
 .AnyTagClassName
 {
   color: #C440AC;
 }
</style>

background-color css

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

 a { background-color: rgb(196,64,172); }

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

border-color css

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

 span { border-color: rgb(196,64,172); }

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