Html Css Color HEX #C454AA Fuchsia

📋 copy color: '#C454AA'

red 196 ◦ green 84 ◦ blue 170

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

Shades of Fuchsia #C454AA

Tints of Fuchsia #C454AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 43.56%
G = 18.67%
B = 37.78%

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

#C454AA (or 0xC454AA) is known color: Fuchsia. HEX triplet: C4, 54 and AA. RGB value is (196,84,170). Sum of RGB (Red+Green+Blue) = 196+84+170=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C454AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C454AA is #3BAB55. Grayscale: #7F7F7F. Windows color (decimal): -3910486 or 11162820. OLE color: 11162820.

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

Color convert

RGB 196 84 170 -
CMYK 0 0.57 0.13 0.23
HSL 313.93º 0.49% 0.55% -
HSV(B) 313.93º 0.57% 0.77% -
XYZ 33.19 20.98 40.33 -
YUV 127.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 196 84 170 0 0.57 0.13 0.23 313.93 0.49 0.55
Hex C4 54 AA 0 39 D 17 13A 31 37
Octal 304 124 252 0 71 15 27 472 61 67
Binary 11000100 1010100 10101010 0 111001 1101 10111 100111010 110001 110111

Color Harmonies of #C454AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C454AA

Black with #C454AA

Text Example


Text Example

White with #C454AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C454AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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