Html Css Color HEX #C441AC Fuchsia

📋 copy color: '#C441AC'

red 196 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #C441AC

Tints of Fuchsia #C441AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.01%

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

R = 45.27%
G = 15.01%
B = 39.72%

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

#C441AC (or 0xC441AC) is known color: Fuchsia. HEX triplet: C4, 41 and AC. RGB value is (196,65,172). Sum of RGB (Red+Green+Blue) = 196+65+172=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C441AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C441AC is #3BBE53. Grayscale: #747474. Windows color (decimal): -3915348 or 11289028. OLE color: 11289028.

HSL color Cylindrical-coordinate representation of color #C441AC: hue angle of 310.99º 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 #C441AC is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 65 172 -
CMYK 0 0.67 0.12 0.23
HSL 310.99º 0.53% 0.51% -
HSV(B) 310.99º 0.67% 0.77% -
XYZ 32.1 18.49 40.91 -
YUV 116.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 196 65 172 0 0.67 0.12 0.23 310.99 0.53 0.51
Hex C4 41 AC 0 43 C 17 137 35 33
Octal 304 101 254 0 103 14 27 467 65 63
Binary 11000100 1000001 10101100 0 1000011 1100 10111 100110111 110101 110011

Color Harmonies of #C441AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441AC

Black with #C441AC

Text Example


Text Example

White with #C441AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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