Html Css Color HEX #C457AA Fuchsia

📋 copy color: '#C457AA'

red 196 ◦ green 87 ◦ blue 170

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

Shades of Fuchsia #C457AA

Tints of Fuchsia #C457AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.21%

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

R = 43.27%
G = 19.21%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C457AA (or 0xC457AA) is known color: Fuchsia. HEX triplet: C4, 57 and AA. RGB value is (196,87,170). Sum of RGB (Red+Green+Blue) = 196+87+170=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C457AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C457AA is #3BA855. Grayscale: #808080. Windows color (decimal): -3909718 or 11163588. OLE color: 11163588.

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

Color convert

RGB 196 87 170 -
CMYK 0 0.56 0.13 0.23
HSL 314.31º 0.48% 0.55% -
HSV(B) 314.31º 0.56% 0.77% -
XYZ 33.43 21.45 40.41 -
YUV 129.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 196 87 170 0 0.56 0.13 0.23 314.31 0.48 0.55
Hex C4 57 AA 0 38 D 17 13A 30 37
Octal 304 127 252 0 70 15 27 472 60 67
Binary 11000100 1010111 10101010 0 111000 1101 10111 100111010 110000 110111

Color Harmonies of #C457AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C457AA

Black with #C457AA

Text Example


Text Example

White with #C457AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C457AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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