Html Css Color HEX #C057A8 Fuchsia

📋 copy color: '#C057A8'

red 192 ◦ green 87 ◦ blue 168

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

Shades of Fuchsia #C057A8

Tints of Fuchsia #C057A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.58%

R = 42.95%
G = 19.46%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C057A8 (or 0xC057A8) is known color: Fuchsia. HEX triplet: C0, 57 and A8. RGB value is (192,87,168). Sum of RGB (Red+Green+Blue) = 192+87+168=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C057A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C057A8 is #3FA857. Grayscale: #7F7F7F. Windows color (decimal): -4171864 or 11032512. OLE color: 11032512.

HSL color Cylindrical-coordinate representation of color #C057A8: hue angle of 313.71º 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 #C057A8 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 87 168 -
CMYK 0 0.55 0.12 0.25
HSL 313.71º 0.45% 0.55% -
HSV(B) 313.71º 0.55% 0.75% -
XYZ 32.21 20.85 39.37 -
YUV 127.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 192 87 168 0 0.55 0.12 0.25 313.71 0.45 0.55
Hex C0 57 A8 0 37 C 19 13A 2D 37
Octal 300 127 250 0 67 14 31 472 55 67
Binary 11000000 1010111 10101000 0 110111 1100 11001 100111010 101101 110111

Color Harmonies of #C057A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057A8

Black with #C057A8

Text Example


Text Example

White with #C057A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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