Html Css Color HEX #C057B1 Fuchsia

📋 copy color: '#C057B1'

red 192 ◦ green 87 ◦ blue 177

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

Shades of Fuchsia #C057B1

Tints of Fuchsia #C057B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 42.11%
G = 19.08%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C057B1 (or 0xC057B1) is known color: Fuchsia. HEX triplet: C0, 57 and B1. RGB value is (192,87,177). Sum of RGB (Red+Green+Blue) = 192+87+177=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C057B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C057B1 is #3FA84E. Grayscale: #808080. Windows color (decimal): -4171855 or 11622336. OLE color: 11622336.

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

Color convert

RGB 192 87 177 -
CMYK 0 0.55 0.08 0.25
HSL 308.57º 0.45% 0.55% -
HSV(B) 308.57º 0.55% 0.75% -
XYZ 33.08 21.2 43.94 -
YUV 128.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 192 87 177 0 0.55 0.08 0.25 308.57 0.45 0.55
Hex C0 57 B1 0 37 8 19 135 2D 37
Octal 300 127 261 0 67 10 31 465 55 67
Binary 11000000 1010111 10110001 0 110111 1000 11001 100110101 101101 110111

Color Harmonies of #C057B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057B1

Black with #C057B1

Text Example


Text Example

White with #C057B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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