Html Css Color HEX #C057B0 Fuchsia

📋 copy color: '#C057B0'

red 192 ◦ green 87 ◦ blue 176

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

Shades of Fuchsia #C057B0

Tints of Fuchsia #C057B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.68%

R = 42.2%
G = 19.12%
B = 38.68%

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

#C057B0 (or 0xC057B0) is known color: Fuchsia. HEX triplet: C0, 57 and B0. RGB value is (192,87,176). Sum of RGB (Red+Green+Blue) = 192+87+176=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C057B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C057B0 is #3FA84F. Grayscale: #808080. Windows color (decimal): -4171856 or 11556800. OLE color: 11556800.

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

Color convert

RGB 192 87 176 -
CMYK 0 0.55 0.08 0.25
HSL 309.14º 0.45% 0.55% -
HSV(B) 309.14º 0.55% 0.75% -
XYZ 32.98 21.16 43.42 -
YUV 128.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 192 87 176 0 0.55 0.08 0.25 309.14 0.45 0.55
Hex C0 57 B0 0 37 8 19 135 2D 37
Octal 300 127 260 0 67 10 31 465 55 67
Binary 11000000 1010111 10110000 0 110111 1000 11001 100110101 101101 110111

Color Harmonies of #C057B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057B0

Black with #C057B0

Text Example


Text Example

White with #C057B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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