Html Css Color HEX #C441AB Fuchsia

📋 copy color: '#C441AB'

red 196 ◦ green 65 ◦ blue 171

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

Shades of Fuchsia #C441AB

Tints of Fuchsia #C441AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.58%

R = 45.37%
G = 15.05%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C441AB (or 0xC441AB) is known color: Fuchsia. HEX triplet: C4, 41 and AB. RGB value is (196,65,171). Sum of RGB (Red+Green+Blue) = 196+65+171=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C441AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C441AB is #3BBE54. Grayscale: #737373. Windows color (decimal): -3915349 or 11223492. OLE color: 11223492.

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

Color convert

RGB 196 65 171 -
CMYK 0 0.67 0.13 0.23
HSL 311.45º 0.53% 0.51% -
HSV(B) 311.45º 0.67% 0.77% -
XYZ 32.01 18.46 40.4 -
YUV 116.25 158.9 184.88 -
System Red Green Blue C M Y K H S L
Decimal 196 65 171 0 0.67 0.13 0.23 311.45 0.53 0.51
Hex C4 41 AB 0 43 D 17 137 35 33
Octal 304 101 253 0 103 15 27 467 65 63
Binary 11000100 1000001 10101011 0 1000011 1101 10111 100110111 110101 110011

Color Harmonies of #C441AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441AB

Black with #C441AB

Text Example


Text Example

White with #C441AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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