Html Css Color HEX #C057B3 Fuchsia

📋 copy color: '#C057B3'

red 192 ◦ green 87 ◦ blue 179

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

Shades of Fuchsia #C057B3

Tints of Fuchsia #C057B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.08%

R = 41.92%
G = 19%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C057B3 (or 0xC057B3) is known color: Fuchsia. HEX triplet: C0, 57 and B3. RGB value is (192,87,179). Sum of RGB (Red+Green+Blue) = 192+87+179=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C057B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057B3 is #3FA84C. Grayscale: #808080. Windows color (decimal): -4171853 or 11753408. OLE color: 11753408.

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

Color convert

RGB 192 87 179 -
CMYK 0 0.55 0.07 0.25
HSL 307.43º 0.45% 0.55% -
HSV(B) 307.43º 0.55% 0.75% -
XYZ 33.28 21.28 45 -
YUV 128.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 192 87 179 0 0.55 0.07 0.25 307.43 0.45 0.55
Hex C0 57 B3 0 37 7 19 133 2D 37
Octal 300 127 263 0 67 7 31 463 55 67
Binary 11000000 1010111 10110011 0 110111 111 11001 100110011 101101 110111

Color Harmonies of #C057B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C057B3

Black with #C057B3

Text Example


Text Example

White with #C057B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C057B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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