Html Css Color HEX #C444AB Fuchsia

📋 copy color: '#C444AB'

red 196 ◦ green 68 ◦ blue 171

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

Shades of Fuchsia #C444AB

Tints of Fuchsia #C444AB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.63%

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

R = 45.06%
G = 15.63%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C444AB (or 0xC444AB) is known color: Fuchsia. HEX triplet: C4, 44 and AB. RGB value is (196,68,171). Sum of RGB (Red+Green+Blue) = 196+68+171=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C444AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C444AB is #3BBB54. Grayscale: #757575. Windows color (decimal): -3914581 or 11224260. OLE color: 11224260.

HSL color Cylindrical-coordinate representation of color #C444AB: hue angle of 311.72º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C444AB is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 68 171 -
CMYK 0 0.65 0.13 0.23
HSL 311.72º 0.52% 0.52% -
HSV(B) 311.72º 0.65% 0.77% -
XYZ 32.18 18.81 40.46 -
YUV 118.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 196 68 171 0 0.65 0.13 0.23 311.72 0.52 0.52
Hex C4 44 AB 0 41 D 17 138 34 34
Octal 304 104 253 0 101 15 27 470 64 64
Binary 11000100 1000100 10101011 0 1000001 1101 10111 100111000 110100 110100

Color Harmonies of #C444AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C444AB

Black with #C444AB

Text Example


Text Example

White with #C444AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C444AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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