Html Css Color HEX #C45AAC Fuchsia

📋 copy color: '#C45AAC'

red 196 ◦ green 90 ◦ blue 172

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

Shades of Fuchsia #C45AAC

Tints of Fuchsia #C45AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.65%

 BLUE value IS 172 (67.58% from 255) = 37.55%

R = 42.79%
G = 19.65%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C45AAC (or 0xC45AAC) is known color: Fuchsia. HEX triplet: C4, 5A and AC. RGB value is (196,90,172). Sum of RGB (Red+Green+Blue) = 196+90+172=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C45AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45AAC is #3BA553. Grayscale: #828282. Windows color (decimal): -3908948 or 11295428. OLE color: 11295428.

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

Color convert

RGB 196 90 172 -
CMYK 0 0.54 0.12 0.23
HSL 313.58º 0.47% 0.56% -
HSV(B) 313.58º 0.54% 0.77% -
XYZ 33.87 22.03 41.5 -
YUV 131.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 196 90 172 0 0.54 0.12 0.23 313.58 0.47 0.56
Hex C4 5A AC 0 36 C 17 13A 2F 38
Octal 304 132 254 0 66 14 27 472 57 70
Binary 11000100 1011010 10101100 0 110110 1100 10111 100111010 101111 111000

Color Harmonies of #C45AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45AAC

Black with #C45AAC

Text Example


Text Example

White with #C45AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45AAC; }

 p { color: rgb(196,90,172); }

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

background-color css

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

 a { background-color: rgb(196,90,172); }

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

border-color css

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

 span { border-color: rgb(196,90,172); }

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