Html Css Color HEX #C057AA Fuchsia

📋 copy color: '#C057AA'

red 192 ◦ green 87 ◦ blue 170

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

Shades of Fuchsia #C057AA

Tints of Fuchsia #C057AA

RGB

 RED value IS 192 (75.39% from 255) = 42.76%

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

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

R = 42.76%
G = 19.38%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C057AA (or 0xC057AA) is known color: Fuchsia. HEX triplet: C0, 57 and AA. RGB value is (192,87,170). Sum of RGB (Red+Green+Blue) = 192+87+170=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C057AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C057AA is #3FA855. Grayscale: #7F7F7F. Windows color (decimal): -4171862 or 11163584. OLE color: 11163584.

HSL color Cylindrical-coordinate representation of color #C057AA: hue angle of 312.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C057AA is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 87 170 -
CMYK 0 0.55 0.11 0.25
HSL 312.57º 0.45% 0.55% -
HSV(B) 312.57º 0.55% 0.75% -
XYZ 32.4 20.93 40.36 -
YUV 127.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 192 87 170 0 0.55 0.11 0.25 312.57 0.45 0.55
Hex C0 57 AA 0 37 B 19 139 2D 37
Octal 300 127 252 0 67 13 31 471 55 67
Binary 11000000 1010111 10101010 0 110111 1011 11001 100111001 101101 110111

Color Harmonies of #C057AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057AA

Black with #C057AA

Text Example


Text Example

White with #C057AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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