Html Css Color HEX #C454AB Fuchsia

📋 copy color: '#C454AB'

red 196 ◦ green 84 ◦ blue 171

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

Shades of Fuchsia #C454AB

Tints of Fuchsia #C454AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.63%

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

R = 43.46%
G = 18.63%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C454AB (or 0xC454AB) is known color: Fuchsia. HEX triplet: C4, 54 and AB. RGB value is (196,84,171). Sum of RGB (Red+Green+Blue) = 196+84+171=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C454AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C454AB is #3BAB54. Grayscale: #7F7F7F. Windows color (decimal): -3910485 or 11228356. OLE color: 11228356.

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

Color convert

RGB 196 84 171 -
CMYK 0 0.57 0.13 0.23
HSL 313.39º 0.49% 0.55% -
HSV(B) 313.39º 0.57% 0.77% -
XYZ 33.29 21.02 40.83 -
YUV 127.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 196 84 171 0 0.57 0.13 0.23 313.39 0.49 0.55
Hex C4 54 AB 0 39 D 17 139 31 37
Octal 304 124 253 0 71 15 27 471 61 67
Binary 11000100 1010100 10101011 0 111001 1101 10111 100111001 110001 110111

Color Harmonies of #C454AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C454AB

Black with #C454AB

Text Example


Text Example

White with #C454AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C454AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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