Html Css Color HEX #C057BF Fuchsia

📋 copy color: '#C057BF'

red 192 ◦ green 87 ◦ blue 191

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

Shades of Fuchsia #C057BF

Tints of Fuchsia #C057BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.64%

R = 40.85%
G = 18.51%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C057BF (or 0xC057BF) is known color: Fuchsia. HEX triplet: C0, 57 and BF. RGB value is (192,87,191). Sum of RGB (Red+Green+Blue) = 192+87+191=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C057BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057BF is #3FA840. Grayscale: #818181. Windows color (decimal): -4171841 or 12539840. OLE color: 12539840.

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

Color convert

RGB 192 87 191 -
CMYK 0 0.55 0.01 0.25
HSL 300.57º 0.45% 0.55% -
HSV(B) 300.57º 0.55% 0.75% -
XYZ 34.55 21.78 51.67 -
YUV 130.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 192 87 191 0 0.55 0.01 0.25 300.57 0.45 0.55
Hex C0 57 BF 0 37 1 19 12D 2D 37
Octal 300 127 277 0 67 1 31 455 55 67
Binary 11000000 1010111 10111111 0 110111 1 11001 100101101 101101 110111

Color Harmonies of #C057BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057BF

Black with #C057BF

Text Example


Text Example

White with #C057BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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