Html Css Color HEX #C459AB Fuchsia

📋 copy color: '#C459AB'

red 196 ◦ green 89 ◦ blue 171

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

Shades of Fuchsia #C459AB

Tints of Fuchsia #C459AB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.52%

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

R = 42.98%
G = 19.52%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C459AB (or 0xC459AB) is known color: Fuchsia. HEX triplet: C4, 59 and AB. RGB value is (196,89,171). Sum of RGB (Red+Green+Blue) = 196+89+171=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C459AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C459AB is #3BA654. Grayscale: #828282. Windows color (decimal): -3909205 or 11229636. OLE color: 11229636.

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

Color convert

RGB 196 89 171 -
CMYK 0 0.55 0.13 0.23
HSL 314.02º 0.48% 0.56% -
HSV(B) 314.02º 0.55% 0.77% -
XYZ 33.69 21.82 40.96 -
YUV 130.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 196 89 171 0 0.55 0.13 0.23 314.02 0.48 0.56
Hex C4 59 AB 0 37 D 17 13A 30 38
Octal 304 131 253 0 67 15 27 472 60 70
Binary 11000100 1011001 10101011 0 110111 1101 10111 100111010 110000 111000

Color Harmonies of #C459AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C459AB

Black with #C459AB

Text Example


Text Example

White with #C459AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C459AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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